Overview

The NEAR Protocol staking models allows users to track validator pools, delegator activities, and staking rewards.

Model Overview

ModelDescriptionKey Use Cases
near.staking.overviewHigh-level daily metrics of network-wide staking activity- Network health monitoring
- Stake distribution analysis
- Validator participation tracking
near.staking.eventsDetailed log of all staking-related actions- Tracking deposits/withdrawals
- Monitoring staking/unstaking
- Analyzing delegator behavior
near.staking.pool_balancesTracking of pool balances from delegationevents- Tracking historical stake changes
- Accounting shares to NEAR exchange rates
near.staking.pool_balances_dailyEnd-of-day snapshots of pool balances- Historical trend analysis
- Pool performance comparison
- Time-series analysis
near.staking.pool_epoch_rewardsRewards earned by pools per epoch- Reward distribution tracking
- Pool performance analysis
- APY calculations
near.staking.shares_exchange_rateExchange 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

Rewards and Exchange Rate Models