Staking
Overview
Comprehensive data models for analyzing NEAR Protocol staking activities
Overview
The NEAR Protocol staking models allows users to track validator pools, delegator activities, and staking rewards.
Model Overview
Model | Description | Key Use Cases |
---|---|---|
near.staking.overview | High-level daily metrics of network-wide staking activity | - Network health monitoring - Stake distribution analysis - Validator participation tracking |
near.staking.events | Detailed log of all staking-related actions | - Tracking deposits/withdrawals - Monitoring staking/unstaking - Analyzing delegator behavior |
near.staking.pool_balances | Tracking of pool balances from delegationevents | - Tracking historical stake changes - Accounting shares to NEAR exchange rates |
near.staking.pool_balances_daily | End-of-day snapshots of pool balances | - Historical trend analysis - Pool performance comparison - Time-series analysis |
near.staking.pool_epoch_rewards | Rewards earned by pools per epoch | - Reward distribution tracking - Pool performance analysis - APY calculations |
near.staking.shares_exchange_rate | Exchange rates between shares and NEAR | - Share price tracking - Pool value calculations - Reward computations |
For detailed schema information and examples, click through to the individual model documentation.
Available Models
Overview Model
- near.staking.overview: Provides a high-level view of NEAR staking activity, including total stake, active validators, rewards distribution, and concentration metrics.
Event and Transaction Models
- near.staking.events: Tracks all staking-related events including deposits, staking, unstaking, and withdrawals.
Pool Balance Models
- near.staking.pool_balances_daily: Daily snapshots of staking pool balances and shares.
- near.staking.pool_balances: Real-time tracking of staking pool balances and shares based on events.
Rewards and Exchange Rate Models
- near.staking.pool_epoch_rewards: Detailed tracking of rewards received by staking pools per epoch.
- near.staking.shares_exchange_rate: Exchange rates between staking shares and NEAR tokens.