> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# 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<br />- Stake distribution analysis<br />- Validator participation tracking  |
| `near.staking.events`               | Detailed log of all staking-related actions               | - Tracking deposits/withdrawals<br />- Monitoring staking/unstaking<br />- Analyzing delegator behavior |
| `near.staking.pool_balances`        | Tracking of pool balances from delegationevents           | - Tracking historical stake changes<br />- Accounting shares to NEAR exchange rates                     |
| `near.staking.pool_balances_daily`  | End-of-day snapshots of pool balances                     | - Historical trend analysis<br />- Pool performance comparison<br />- Time-series analysis              |
| `near.staking.pool_epoch_rewards`   | Rewards earned by pools per epoch                         | - Reward distribution tracking<br />- Pool performance analysis<br />- APY calculations                 |
| `near.staking.shares_exchange_rate` | Exchange rates between shares and NEAR                    | - Share price tracking<br />- Pool value calculations<br />- Reward computations                        |

For detailed schema information and examples, click through to the individual model documentation.

## Available Models

### Overview Model

* **[near.staking.overview](/historical-data/supported-blockchains/other-ecosystems/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](/historical-data/supported-blockchains/other-ecosystems/near/staking/events)**: Tracks all staking-related events including deposits, staking, unstaking, and withdrawals.

### Pool Balance Models

* **[near.staking.pool\_balances\_daily](/historical-data/supported-blockchains/other-ecosystems/near/staking/pool-balances-daily)**: Daily snapshots of staking pool balances and shares.
* **[near.staking.pool\_balances](/historical-data/supported-blockchains/other-ecosystems/near/staking/pool-balances)**: Realtime tracking of staking pool balances and shares based on events.

### Rewards and Exchange Rate Models

* **[near.staking.pool\_epoch\_rewards](/historical-data/supported-blockchains/other-ecosystems/near/staking/pool-epoch-rewards)**: Detailed tracking of rewards received by staking pools per epoch.
* **[near.staking.shares\_exchange\_rate](/historical-data/supported-blockchains/other-ecosystems/near/staking/shares-exchange-rate)**: Exchange rates between staking shares and NEAR tokens.
