# Near SRB

NEARSRB is a benchmark representing the mean, annualized staking rate across all active Near-Protocol validators.

NEARSRB is calculated and published by Staking Rewards via the [Near Profile](https://www.stakingrewards.com/asset/near-protocol) and [Data API](https://www.stakingrewards.com/data-api).

> **TL;DR:** NEAR staking rewards come from protocol inflation (90% of inflation goes to validators) minus transaction fees, distributed per epoch. The reward rate equals epoch rewards annualized divided by total staked NEAR. Inflation is derived from 30-day supply changes.

$$
NEARSRB = er / et \* t\_d \* t\_y / st
$$

<table data-full-width="false"><thead><tr><th width="141">Formula key</th><th width="158">Metric name</th><th>Description</th></tr></thead><tbody><tr><td>er</td><td>Epoch Rewards</td><td>The total rewards distributed per epoch to validators. Derived from annual inflation (90% of total inflation goes to validators) minus annualized transaction fees, divided by the number of epochs per year.</td></tr><tr><td>et</td><td>Epoch Time</td><td>The duration of one epoch in seconds.</td></tr><tr><td>st</td><td>Staked Tokens</td><td>The total amount of staked NEAR in the protocol's active validator set.</td></tr><tr><td><span class="math">t_d</span></td><td>Day Constant</td><td>86400s</td></tr><tr><td><span class="math">t_y</span></td><td>Year Constant</td><td>365d</td></tr></tbody></table>

* NEARSRB is non-compounded, excluding returns from reinvestment of rewards.
* Inflation rate is derived from historical total supply changes over a 30-day window, not a fixed constant.

#### Slashing

1. Currently, slashing is not implemented in the Near Protocol.

***

### NEAR Validator Staking Reward Rate: NEARSRB(v)

Staking Rewards calculates the NEARSRB for each validator based on their individual commission rate.

$$
NEARSRB(v) =  NEARSRB \* (1 - c)
$$

<table data-full-width="false"><thead><tr><th width="150.33333333333331">Formula key</th><th width="187">Metric name</th><th>Description</th></tr></thead><tbody><tr><td>c</td><td>Commission</td><td>The fee imposed by a specific validator to its delegators, expressed as numerator/denominator from the validator's reward fee fraction.</td></tr></tbody></table>

***

#### Observation Period:

1. The NEARSRB is determined based on the latest epoch and protocol configuration at the evaluation point.
2. This data is then annualized for a comprehensive year-long projection.

#### Calculation

The calculation happens every 2 hours and is immediately published via [Data API](https://www.stakingrewards.com/data-api).

#### Limitations

1. NEARSRB employs a 365-day convention for annualizing current epoch times. This convention remains consistent and does not accommodate adjustments for leap years.

### NEAR Real Reward Rate: NEARSRB^R

The real reward rate calculates the NEARSRB adjusted for inflation in the network.

$$
NEARSRB^R=1 +NEARSRB/(1+ir) -1
$$

<table data-full-width="false"><thead><tr><th width="141">Formula key</th><th width="158">Metric name</th><th>Description</th></tr></thead><tbody><tr><td>ir</td><td>Inflation Rate</td><td>Derived from historical total supply changes over a 30-day window, annualized: (totalSupply_now - totalSupply_30dAgo) * (365/30) / totalSupply_30dAgo.</td></tr></tbody></table>

**Inflation Rate Behavior**

* NEAR Protocol targets approximately 5% annual inflation, of which 90% (4.5% of total supply) is allocated to validators as epoch rewards and 10% goes to the protocol treasury. Transaction fees are burned, partially offsetting inflation. The effective inflation rate is measured from actual total supply changes over time rather than a fixed constant.

***

### Other NEAR metrics calculated by Staking Rewards:

<table data-full-width="false"><thead><tr><th width="212.99999999999994">Metric</th><th>Description</th></tr></thead><tbody><tr><td>Delegated Tokens</td><td>The number of NEAR tokens delegated to validators.</td></tr><tr><td>Self Staked Tokens</td><td>The number of NEAR tokens staked by validators directly.</td></tr><tr><td>Staking Wallets</td><td>Total number of unique delegations onchain per validator staking pool contract.</td></tr><tr><td>Fee Revenue</td><td>Annualized transaction fees derived from 365-day rolling NearBlocks data.</td></tr></tbody></table>

#### Data Sources:

* NEAR RPC for epoch data, validator details, and staking info
* NearBlocks for 365-day rolling transaction fee data
* CoinGecko for price and supply data

#### References:

* [Near Documentation](https://wiki.near.org/)
* [Staking Rewards NEAR profile](https://www.stakingrewards.com/asset/near-protocol)

***

:bar\_chart: [Calculate your NEAR Staking Rewards](https://www.stakingrewards.com/asset/near-protocol/calculator)

:gear: [Access historic NEAR Staking Data via API](https://www.stakingrewards.com/data-api)

```
Last updated on 03/04/2026
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stakingrewards.com/staking-data/methodologies/near-srb.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
