Who secures the network and what they earn. zkVerify runs Nominated Proof-of-Stake; stakers share the protocol's 2.5% annual emission, so a low staking ratio concentrates into a high yield. Read live from the chain via RPC.
counterForNominators + counterForValidators.
Total staked = erasTotalStake for the active era.
APR annualizes the most recent paid era reward
(erasValidatorReward × eras per year) divided by total staked;
APY compounds it per era (rewards auto-restake). Since stakers split a
fixed ~2.5% emission, APR moves inversely with the staking ratio. A GitHub Actions cron
refreshes this snapshot daily.