Description
Currently, staking and holder rewards can be withdrawn at any time. There should be a lock-up to prevent the dumping of DEV.
In my opinion, there should be a 21-day lock-up for staking rewards and a 14-day lock-up for holder rewards.
I would prefer these to be set dynamically by Policy, not fixed.
the Property owner will turn the biggest enemy with greed.Also I have a suggestion on rewards...Rewards by Stakers should not be withdrawn before 21 days and Property owners before 14 days (quotes)
The staker should be allowed to re-stake his tokens if he unlocks immediately.That should be allowed in my opinion as he is trusting the project more and is being loyal (quotes)
Options of the logic
I think there are a few options for the lock-up. I don't have an idea of which option is appropriate. Please give me your opinion.
- Withdrawal application - Always send an apply transaction before withdrawing rewards. Once applied for, it will be ready to be withdrawn after a lock-up (21 or 14 days). This is simple, easy to develop, and robust logic.
- Expiration of a period - Rewards distributed, it will be available for withdrawal at any time after the lock-up expires. This is a somewhat involved logic that needs to be well thought out, given the changes in the various balances.