# Gnosis SRB

GNOSRB is a benchmark representing the annualized staking rate for the GNO token.

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

> **TL;DR:** Gnosis staking rewards are determined by a reward factor (currently 25) divided by epoch time and the square root of active validators plus a minimum threshold (4096). Faster block times and more validators influence the reward rate.

$$
GNOSRB= rf \* t\_d*t\_y/(et*\sqrt{av+mv})
$$

<table data-full-width="false"><thead><tr><th width="154">Formula key</th><th width="194">Metric name</th><th>Description</th></tr></thead><tbody><tr><td>et</td><td>Epoch Time</td><td>The epoch time is the time between each set of 16 blocks. Block time is set to 5 seconds, making each epoch around 80 seconds long.</td></tr><tr><td>rf</td><td>Reward Factor</td><td>This is a free parameter that will essentially influence how much rewards validators can expect. Faster block times and shorter influence (increase) validator rewards. This parameter is currently set to 25.</td></tr><tr><td>av</td><td>Active Validators</td><td>The number of active validators in the Gnosis blockchain.</td></tr><tr><td>mv</td><td>Minimum Validator Threshold</td><td>To start the chain there was a suggested number of 4096 validators (4096 GNO staked). Below this, no rewards are distributed.</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>

* GNOSRB doesn't take reward compounding into the account. Node operators and depositors can manually claim rewards or set up automated claim with your preferred frequency and threshold.

#### Slashing

1. GNOSRB does not factor in the possibility of slashing occurrences.
2. It's important to note that if validator entities face slashing, rewards will increase, as the slashed GNO tokens are reallocated among validators.

***

### GNO Real Reward Rate (GNOSRB^R)

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

$$
GNOSRB ^R = 1+GNOSRB /(1+i)-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>i</td><td>Inflation Rate</td><td>Total emission of new tokens. For Gnosis, this accounts only staking rewards.</td></tr></tbody></table>

#### Inflation Rate Behaviour

Inflation rates can also be adjusted through governance decisions.

***

Data Sources:

* We fetch data for Gnosis metrics through the official Gnosis Beacon Node REST API:
  * Finality checkpoints (current epoch)
  * Beacon head headers (head slot, used to derive epoch-start timestamp from genesis time 1638993340 with 5s slots)
  * Beacon validators (active set, used to count validators and sum staked balances)

***

#### References:

* [Gnosis Chain Docs](https://docs.gnosischain.com/)

***

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

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

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

```
Last updated on 05/06/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/gnosis-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.
