Staking
Staking Overview
Daily overview of NEAR Protocol staking metrics and validator statistics
Overview
The near.staking.overview
model provides a comprehensive daily snapshot of staking metrics on the NEAR blockchain.
It includes key metrics about stake distribution, validator performance, and delegator activity.
For APY calculation, we divide the total rewards accrued by all active validators in the last 24 hours by the median daily staked amount across all active validators for the each.
The model is updated daily.
Key Metrics
This table aggregates the data from the near.staking.events
, near.staking.pool_balances
, and near.staking.pool_epoch_rewards
models.
Stake Distribution | Validator Performance | Delegator Activity |
---|---|---|
Total Stake | Daily Rewards | Active Delegators |
Active Stake | Network-wide APY | Stake Inflow |
Top Validator Stake | Epoch Tracking | Stake Outflow |
Top Validator Pct Share | Epoch List | Active Delegators |
Total Pools | Epoch Count | Active Delegators |
Column Description
Unique Key: activity_date
Column | Type | Description |
---|---|---|
activity_date | DATE | The date of the overview data |
total_stake | FLOAT | Total amount of NEAR staked across all validator pools (including idle and inactive validators) |
active_stake | FLOAT | Total active stake in NEAR from validator pools that received rewards in the last 24 hours |
total_rewards | FLOAT | Total rewards distributed to active validators each day |
apy | FLOAT | Annual percentage yield based on rewards and active stake |
top_10_validator_stake | FLOAT | Sum of stake held by the top 10 validators |
top_10_validator_pct_share | FLOAT | Percentage of active stake held by top 10 validators |
top_validator_stake | FLOAT | Stake held by the largest validator pool |
top_validator_id_by_stake | STRING | Identifier of the validator pool with the highest stake |
top_validator_pct_share | FLOAT | Percentage of active stake held by the top validator |
total_pools | BIGINT | Total count of unique staking pools |
active_pools | BIGINT | Count of staking pools that received rewards in last 24 hours |
epoch_count | BIGINT | Number of epochs in the data |
epoch_list | ARRAY | List of epoch numbers included in the data |
active_delegators | BIGINT | Count of unique delegators who have staked on the day |
delegator_stake_count | BIGINT | Number of delegators who staked on the day |
delegator_unstake_count | BIGINT | Number of delegators who unstaked on the day |
stake_inflow | FLOAT | Total amount of NEAR staked on the day |
stake_outflow | FLOAT | Total amount of NEAR unstaked on the day |