[draft] MIP-124 : Validator reward configuration - #124
Closed
apenzk wants to merge 13 commits into
Closed
Conversation
0xmovses
suggested changes
Oct 2, 2025
0xmovses
left a comment
Contributor
There was a problem hiding this comment.
One ammend, one question. Thank you!
|
|
||
| #### Path 2: Automatic Rate Decreases | ||
|
|
||
| **When Active**: `periodical_reward_rate_decrease_enabled()` is **TRUE** (future system) |
Contributor
There was a problem hiding this comment.
Would this be preferred? (After Governance is enabled?)
Contributor
Author
There was a problem hiding this comment.
either path is ok imo. do you have an intuition which one would be better?
areshand
reviewed
Oct 3, 2025
|
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? |
0xmovses
added a commit
to movement-network/aptos-core
that referenced
this pull request
Oct 17, 2025
### Description Based on [MIP-124](movement-network/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 <philippe.delrieu@free.fr>
0xmovses
added a commit
to movement-network/aptos-core
that referenced
this pull request
Oct 22, 2025
Based on [MIP-124](movement-network/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 <philippe.delrieu@free.fr>
0xmovses
added a commit
to movement-network/aptos-core
that referenced
this pull request
Oct 30, 2025
Based on [MIP-124](movement-network/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 <philippe.delrieu@free.fr>
- 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
21 tasks
musitdev
approved these changes
Nov 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
informs how to update the reward rate
MIP-124