# Ronin SRB

RONSRB is a benchmark representing the mean, annualized staking rate across all active Ronin validators.

RONSRB is calculated and published by Staking Rewards via the [Ronin Profile](https://www.stakingrewards.com/asset/ronin) and [Data API](https://www.stakingrewards.com/data-api).

> **TL;DR:** Ronin staking rewards are a stake-weighted average of the APR across all 22 active validators. Validators with larger delegations have more weight in the benchmark. The rate is non-compounded and excludes reinvestment returns.

### RON Staking Rewards Rate: RONSRB

$$
RONSRB = \sum\_{i=1}^{n}(apr\_i \* st\_i) / \sum\_{i=1}^{n}(st\_i)
$$

<table><thead><tr><th width="145">Formula Key</th><th width="169">Metric Name</th><th>Description</th></tr></thead><tbody><tr><td>apr_i</td><td>Validator APR</td><td>The annualized percentage reward for validator i, as reported by the Ronin staking protocol.</td></tr><tr><td>st_i</td><td>Validator Staked Tokens</td><td>The total RON tokens delegated to validator i.</td></tr><tr><td>n</td><td>Active Validators</td><td>The number of active validators selected for consensus (currently 22).</td></tr></tbody></table>

* RONSRB is non-compounded, excluding returns from reinvestment of rewards.
* The benchmark is a stake-weighted average across all active validators, giving more weight to validators with larger delegations.
* Both claimed and unclaimed rewards are included.

#### Slashing

* RONSRB does not factor in the possibility of slashing occurrences.
* Ronin validators can be slashed for double-signing or prolonged unavailability. Slashed tokens are sent to the treasury.

***

### RON Validator Staking Rewards Rate: RONSRB(v)

Staking Rewards calculates the RONSRB for each validator based on their individual commission and the protocol-reported APR.

$$
RONSRB(v) = apr\_v \* (1 - c)
$$

<table><thead><tr><th width="149">Formula key</th><th width="216">Metric Name</th><th>Description</th></tr></thead><tbody><tr><td>apr_v</td><td>Validator APR</td><td>The annualized percentage reward for the specific validator.</td></tr><tr><td>c</td><td>Commission</td><td>The fee imposed by the validator on delegator rewards.</td></tr></tbody></table>

***

#### Observation Period:

1. The RONSRB is determined based on the latest validator data at the point of evaluation.
2. This data is then annualized for a comprehensive year-long projection.

#### Calculation

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

#### Limitations

1. RONSRB employs a 365-day convention for annualizing reward data. This convention remains consistent and does not accommodate adjustments for leap years.
2. Ronin's reward distribution is determined by the protocol based on validator selection (governing vs. standard validators). Governing validators have priority selection and may earn slightly different effective rates.

***

### RON Real Reward Rate: RONSRB^R

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

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

<table><thead><tr><th width="147">Formula key</th><th width="148">Metric name</th><th>Description</th></tr></thead><tbody><tr><td>ir</td><td>Inflation Rate</td><td>The annualized rate of new RON token emissions relative to circulating supply.</td></tr></tbody></table>

**Inflation Rate Behavior**

* Ronin has a maximum supply of 1,000,000,000 RON. Staking rewards are funded through token emissions that gradually unlock the remaining supply. As more of the max supply is distributed, the effective inflation rate decreases over time.

***

### Other Ronin metrics calculated by Staking Rewards:

<table><thead><tr><th width="212.99999999999994">Metric</th><th>Description</th></tr></thead><tbody><tr><td>Delegated Tokens</td><td>The number of RON tokens delegated to validators by delegators.</td></tr><tr><td>Self Staked Tokens</td><td>The number of RON tokens staked by validators directly (minimum 250,000 RON required).</td></tr><tr><td>Staking Wallets</td><td>The total number of unique delegations on-chain.</td></tr></tbody></table>

***

Data Sources:

* Ronin Indexer GraphQL API (on-chain staking data)
* CoinGecko for price and circulating supply

***

#### References:

* [Ronin Staking Documentation](https://docs.roninchain.com/basics/staking)
* [Ronin Validator Dashboard](https://app.roninchain.com/staking)

***

:books: [Learn more about RON Staking](https://www.stakingrewards.com/asset/ronin)

:bar\_chart: [Calculate your RON Staking Rewards](https://www.stakingrewards.com/calculator?asset=ronin)

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

```
Last updated on 03/13/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/ronin-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.
