Solana · Arazzo Workflow
Solana Snapshot Network Supply and Staking Economics
Version 1.0.0
Read total and circulating supply, profile the largest accounts, and read inflation and staking floors.
Provider
Workflows
network-supply-economics
Assemble a supply, concentration, inflation, and staking snapshot.
Reads the network-wide economic figures a dashboard or report needs in one pass.
1
supply
getSupply
Read the current supply of lamports across the network, split into circulating and non-circulating.
2
largestCirculatingAccounts
getLargestAccounts
Profile the twenty largest accounts by lamport balance, filtered to circulating supply, which is what turns a supply figure into a concentration picture.
3
inflationGovernor
getInflationGovernor
Read the long-run inflation schedule: the initial and terminal rates, the taper that moves between them, and the foundation's share and term.
4
inflationRate
getInflationRate
Read the inflation actually in force for the current epoch, which is the governor's schedule resolved to a point in time.
5
stakeMinimumDelegation
getStakeMinimumDelegation
Read the minimum lamports required to delegate a stake account, the floor any staking product has to enforce in its UI.