SphereNet Monetary Policy
Manages SphereNet's monetary policy parameters: inflation rate, transaction fees, and fee burn percentage.
Overview
The Monetary Policy program controls critical economic parameters for the SphereNet blockchain:
- Inflation Rate - Annual token issuance rate (0-2000 bips / 0-20%)
- Lamports Per Signature - Transaction fee amount
- Burn Percent - Percentage of transaction fees burned (0-100%)
Program Information
- Program ID:
MpM3Yve3AkLvrVsZXvD3hmUmqKj669bv75DPW67PAdr - Account ID:
MpMhAuQcTmJSHLEyENXpFj3KKvSuJRiuxHNty3cHWQF
Features
- Authority-controlled parameter updates with two-step authority transfer
- Bounds checking on all parameters
- On-chain governance integration with Squads V4 multisig support
Usage
Rust Client
[]
= "0.1"
CLI Administration
Use spherenet-admin for managing monetary policy:
# View current policy
# Update inflation rate (requires authority)
# Update transaction fee
# Update burn percentage
Development
# Build program
# Run tests
License
Apache-2.0