-
Notifications
You must be signed in to change notification settings - Fork 22
[draft] MIP-124 : Validator reward configuration #124
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
base: main
Are you sure you want to change the base?
Conversation
0xmovses
left a comment
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.
One ammend, one question. Thank you!
|
|
||
| #### Path 2: Automatic Rate Decreases | ||
|
|
||
| **When Active**: `periodical_reward_rate_decrease_enabled()` is **TRUE** (future system) |
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.
Would this be preferred? (After Governance is enabled?)
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.
either path is ok imo. do you have an intuition which one would be better?
|
Since MIP is to get feedbacks on the reward from community, do we also want to talk about what the reward rate is ? or how is it set? |
### Description Based on [MIP-124](movementlabsxyz/MIP#124). Implements this changes: https://www.notion.so/movementlabs/Staking-reward-using-GGP-28118675b2d780848e30c0c7e51d47cc ### Testing In the folder `aptos-move/framework/aptos-framework` run `movement move test` to run all test. Or `movement move test -f stake `to run stake related tests. --------- Co-authored-by: musitdev <[email protected]>
Based on [MIP-124](movementlabsxyz/MIP#124). Implements this changes: https://www.notion.so/movementlabs/Staking-reward-using-GGP-28118675b2d780848e30c0c7e51d47cc In the folder `aptos-move/framework/aptos-framework` run `movement move test` to run all test. Or `movement move test -f stake `to run stake related tests. --------- Co-authored-by: musitdev <[email protected]>
Based on [MIP-124](movementlabsxyz/MIP#124). Implements these changes: https://www.notion.so/movementlabs/Staking-reward-using-GGP-28118675b2d780848e30c0c7e51d47cc In the folder `aptos-move/framework/aptos-framework` run `aptos move test` to run all test. Or `aptos move test -f stake `to run stake related tests. --------- See the #227 original PR --------- Co-authored-by: musitdev <[email protected]>
- Add APR vs APY section with formulas and continuous compounding limit - Update all examples to use 9.53% APR for 10% APY target - Remove duplicate definitions and consolidate configuration sections - Clarify motivation vs abstract sections
- Replace LaTeX notation with code blocks and Unicode symbols - GitHub markdown doesn't support \[ \] or \( \) math syntax
Summary
informs how to update the reward rate
MIP-124