-
Notifications
You must be signed in to change notification settings - Fork 117
Proposal for adjusting various constraints in the CRT pallet #5098
Copy link
Copy link
Closed
Labels
Description
TLDR
Add proposal proposal in order to update project token pallet storage constant used as constraints (for example the minimum amm curve slope and max patronage rate)
Support
- Many constraining values needed for security configuration have hardcoded values set at the development stage and not throughly discussed (partly because we did not have apriori evidence for the quality of this values)
- We want to enable the governance to explicitly set values for these constraints, as we will implicitly assume that the usage of this feature will provide some a posteriori guidelines for adjusting these constraints
Details
min_amm_slope = 1_000_000u128lower bound on theslopeamm parameter to prevent supply dilutionmax_patronage_rate = 15%(yearly rate) upper mound on the patronage yearly interest rate to prevent dilutionamm_buy_fee = amm_sell_fees = 3 perthousandsale_platform_fee = 2 %min_revenue_split_duration = 5 blocksmin_revenue_time_to_start = 0 block(# blocks in between revenue share issuance block and actual revenue share starting block)amm_deactivation_threshould = 0upper bound on % of the CRT supply that must be met by the AMM minted CRT supply in order for the creator token to deactivate the AMM
Also work on this has already been started in #4485
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done