-
Notifications
You must be signed in to change notification settings - Fork 98
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
[AIP-30][Implement decrease in staking rewards] #119
Comments
@thepomeranian will this necessitate a governance vote to enact each reduction in staking rewards, or will it be automated and enacting after a certain amount of epochs? This is a little unrelated, but is there a bonding curve to reach a desired amount of stakers? For example - right now, inflation is 7%. Let's say 10% of tokens are bonded, in theory that would mean the "effective" APR for delegators is 70% (that 7% inflation is divided amongst 10% of tokens rather than 100%). |
@dylanschultzie the reduction will be automated at the end of every year after the governance vote passes |
7% reward rate doesn't means total supply of APT increases 7% every year. 7% is proportional to total staked amount. For example, total supply is 1,000,000 and the staked amount is 800,000, this year at most 800,000 * 7% = 56,000 APT can be minted. |
Proposal 36 was a SingleStep proposal but got submitted using MultiStep proposal code path, so even though it passed voting, the proposal cannot be resolved. We will be resubmitting a proposal 37 with a consistent MultiStep method and going through voting again. |
When is the review? |
AIP-30 - Implement decrease in staking rewards
Summary
This AIP proposes a 1.5% yearly decrease in staking rewards, which is part of the Aptos tokenomics requirement.
Link to AIP: https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-30.md
The text was updated successfully, but these errors were encountered: