Proposal to Enable 100% Transaction Fee Burning on Casper Network
Executive Summary
This proposal recommends implementing permanent burning of all transaction fees on Casper Network.
Key benefits:
- Creates deflationary pressure on CSPR supply
- Increases token scarcity over time
- Maintains validator earnings through block rewards
- Aligns with successful models like Ethereum and BNB Chain
Technical Implementation
Core Changes:
Immediate Changes:
- Modify chainspec to burn 100% of transaction fees:
- Current setting:
fee_handling = { type = 'pay_to_proposer' } - Proposed setting:
fee_handling = { type = 'burn' }
Future Changes:
- Implement a feature which allows partial burns where certain percentage of the tx fee is burned and the rest is sent to a designated account. Both the percentage and the designated account values will be chainspec parameters.
Monitoring:
- Add burn tracking
- Track burned fees in block headers
- Display in network explorers
(Implementation details are up to the development team’s best judgement as long as the desired goal of being able to monitor the burned amounts is achieved.)
Economic Impact
- Same total earnings (via block/signature rewards)
- Potential CSPR value appreciation benefits all
Deployment of the 100% Burn:
- Devnet: Practically immediately post-approval
- Testnet: In 1 week post-approval
- Mainnet: In 2 weeks after Testnet deployment
- Monitoring: In 6 months post-approval
Implementation of the Partial Burn Feature:
- Scheduled to be released in Casper v2.2
Risk Mitigation
| Risk | Solution |
|---|---|
| Validator concerns | Show equivalent earnings |
| Spam attacks | Keep minimum fees |
| Volatility | Gradual implementation |
| Explorer issues | Pre-launch coordination |
Ecosystem Benefits
- Token value growth
- Simplified economics
- Competitive advantage for:
- DeFi applications
- Financial dApps
- Long-term holders
- Sustainability of the chain is supported with a revenue stream for future developments through partial burns.
Conclusion
- Fee burning creates sustainable tokenomics by:
- Reducing supply permanently
- Maintaining validator incentives
- Following proven industry models
—-
Edited by @kara by combining the proposal in the thread and correcting factual issues