New ACP draft discussion: Fully Dynamic Progressive Reward Burning with Max Supply Reduction for ~2% Net Inflation Target #290
mrFawkes
started this conversation in
Brainstorming
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Abstract
This ACP introduces a fully automatic, dynamic burn mechanism on Primary Network staking rewards to achieve and maintain a ~2% net annual inflation target - representing approximately 40% lower dilution than current ~3.5% levels.
Both transaction fee burns and the new reward burns permanently reduce the protocol’s
MaximumSupply(in addition to reducing circulating supply), creating a unified, actively shrinking hard cap. The reward burn is progressive and dynamic, responding automatically to stake size, fee activity, and inflation deviation.Motivation
Current AVAX tokenomics generate ~3.5% inflation. This proposal establishes a clear ~2% net inflation target (~40% lower dilution) through automatic tools that make the maximum supply actively shrink from both fee burns and reward burns.
This delivers structural scarcity, improved real yields, and strong alignment for long-term holders while preserving network security.
Specification
Hardcoded 2% Net Inflation Target
Unified Deflationary Mechanics
MaximumSupply.MaximumSupply.Dynamic Progressive Reward Burn Formula
The burn rate
B(fraction of gross reward that is burned) is calculated automatically using only on-chain data:Plain-English Explanation:
base: Starting burn percentage (fixed constant, e.g. ~8–10%).(S / S_avg)^0.5: Progressivity - larger stakers (relative to network average) burn a higher percentage. The square root keeps it mild.max(0, 1 - F / F_recent): Fee-burn adjustment - when transaction fee burns are high (busy network), this drops toward zero → stakers keep almost all their rewards. When fee burns are low, it rises → more deflation.(1 + k × Δ_inf): Inflation correction - if current inflation is above 2%, burn more to pull it back down. If below 2%, burn less.Burn rate is capped at 25% to prevent extremes.
Examples (medium activity, 30-day period):
High network activity automatically lowers the burn rate for everyone. Low activity increases it, accelerating max supply reduction.
Implementation Notes
10-Year Horizon & Long-Term Investor Benefits
Projected Outcomes (Medium Activity Baseline):
Compelling Advantages for Long-Term Holders:
Backwards Compatibility
Forward-compatible. Existing fee burns now also lower max supply. Upgrade required for dynamic
MaximumSupplyhandling.Security Considerations
Open Questions
Reference Implementation
none
Copyright
Copyright and related rights waived via CC0.
Beta Was this translation helpful? Give feedback.
All reactions