# Secret SRB

SCRTSRB is a benchmark representing the mean, annualized staking rate across all active Secret Network validators.

SCRTSRB is calculated and published by Staking Rewards via the [Secret Network Profile](https://www.stakingrewards.com/asset/secret-network) and [Data API](https://www.stakingrewards.com/data-api).

> **TL;DR:** Secret Network staking rewards follow the Cosmos SDK formula (ATOMSRB): annual provisions plus annualized fees, minus community tax, divided by total staked SCRT tokens. Validator-level rates factor in performance and commission.

{% hint style="info" %}
The calculations are derived from the ATOMSRB documentation, serving as the foundational reference to ensure the accuracy of relevant metrics.

For more information visit the [ATOMSRB docs](https://docs.stakingrewards.com/staking-data/methodologies/cosmos-hub-srb).
{% endhint %}

{% content-ref url="/pages/aKwZW2LPk4OF6A8oB6OI" %}
[Cosmos Hub SRB](/staking-data/methodologies/cosmos-ecosystem-srb/cosmos-hub-srb.md)
{% endcontent-ref %}

### SCRT Staking Rewards Rate: SCRTSRB

$$
SCRTSRB = ATOMSRB
$$

{% embed url="<https://docs.stakingrewards.com/staking-data/methodologies/cosmos-ecosystem-srb/cosmos-hub-srb#atom-staking-rewards-rate-atomsrb>" %}
ATOM Staking Rewards Rate
{% endembed %}

***

### SCRT Validator Staking Rewards Rate: SCRTSRB(v)

Staking Rewards calculates the SCRTSRB for each validator based on their individual performance and commission rate.

$$
SCRTSRB(v) = ATOMSRB(v)
$$

{% embed url="<https://docs.stakingrewards.com/staking-data/methodologies/cosmos-ecosystem-srb/cosmos-hub-srb#atom-validator-staking-rewards-rate-atomsrb-v>" %}
ATOM Validator Staking Rewards Rate
{% endembed %}

***

### SCRT Real Reward Rate: SCRTSRB^R

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

$$
SCRTSRB^R = ATOMSRB^R
$$

{% embed url="<https://docs.stakingrewards.com/staking-data/methodologies/cosmos-ecosystem-srb/cosmos-hub-srb#atom-real-reward-rate-atomsrb-r>" %}
ATOM Real Reward Rate
{% endembed %}

**Inflation Rate Behavior**

* Secret Network's inflation parameters are designed to balance token supply and staking participation. The annual inflation rate for SCRT ranges between a minimum of 5% and a maximum of 10%, with an inflation rate change set at 13%. The network aims to have 67% of SCRT tokens bonded to maintain network security, with adjustments made over time to encourage this target.

***

### Other Secret Network metrics calculated by Staking Rewards

<table><thead><tr><th width="188">Metric</th><th>Description</th></tr></thead><tbody><tr><td>Delegated Tokens</td><td>The number of tokens delegated to validators.</td></tr><tr><td>Self Staked Tokens</td><td>The number of tokens staked by validators directly.</td></tr><tr><td>Staking Wallets</td><td>This metric refers to the total quantity of distinct delegations made. It doesn't distinguish based on unique delegator addresses and excludes considerations of any minimum delegation thresholds.</td></tr></tbody></table>

***

#### Data Sources:

* [Staking Rewards](https://www.stakingrewards.com/) from indexed Secret Network Blocks and Blockchain RPC Endpoints.

***

#### References:

* <https://docs.scrt.network/secret-network-documentation>

***

:books:[ Learn more about SCRT Staking](https://www.stakingrewards.com/asset/secret-network)

:bar\_chart: [Calculate your SCRT Staking Rewards](https://www.stakingrewards.com/asset/secret-network/calculator)

⚙️ [Access historic Secret Network Staking Data via API](https://www.stakingrewards.com/data-api)

```
Last updated on 10/28/2024
```


---

# 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/cosmos-ecosystem-srb/secret-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.
