-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Price discovery restrictions #292
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to offer some rewards as well for those who lock their LPs. Add a depositRewards endpoint which can be called by a whitelisted address and with a given token, until unlock period starts. And when users are unlocking they should get their fair share of rewards.
Contract file size comparison (bytes) - from a1bea1d to bfcbec4
|
There are now multiple phases during the price discovery period:
Accumulated penalties are given as rewards in the redeem period, according to the percentage of the total pool the user owns. (i.e. if the user owns 50% of the initial liquidity, they will receive 50% of the accumulated penalties for that specific token)