🎉 The Parity Data Team's 2023 End Of Year report is out, check it out here 🎉

All about staking

Selected metrics all around staking, nomination pools and more.

The code for computing the staking data was provided by Kian Paimani, you can find the source code over here. The data is updated every 3 hours and are part of the Parity Data Team's DotLake (note: the graphs below show max values for a given day).


General staking metrics


Source: DotLake

Amount of DOT staked Amount of DOT staked = Maximum daily value from `staking.ErasTotalStake` storage function queries at 3 hour intervals.


Number of staked addresses Number of staked addresses = Maximum daily value of the number of accounts returned from a query map of`staking.ledger` storage function at 3 hour intervals.

Source: DotLake


Number of Nominators Number of Nominators = Maximum daily value from `staking.CounterForNominators` storage function queries at 3 hour intervals.

Source: DotLake

Number of Validators Number of Validators = Maximum daily value from `staking.CounterForValidators` storage function queries at 3 hour intervals.

Source: DotLake