# Lava SRB

LAVASRB is a benchmark that represents the reward rate of staking the asset.

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

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

$$
LAVASRB = rrr+ srr
$$

<table><thead><tr><th width="149">Formula key</th><th width="194">Metric name</th><th>Description</th></tr></thead><tbody><tr><td>rrr</td><td>Restaking Reward Rate</td><td>Reward rate from staking.</td></tr><tr><td>srr</td><td>Staking Reward Rate</td><td>Reward rate from nating staking</td></tr></tbody></table>

#### Restaking & Staking Reward Rate

To calculate the restaking & staking reward rate we fetch the distributed rewards in USD from restaking in the past 30 days and divide by the staked tokens.

***

### LAVASRB Validators Staking Reward Rate: LAVASRB(v)

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

$$
LAVASRB(v) = LAVASRB \* (1-cr) \* pf
$$

<table><thead><tr><th width="159">Formula key</th><th width="172">Metric name</th><th>Description</th></tr></thead><tbody><tr><td>cr</td><td>Commission Rate</td><td>The percentage commission rate the validator has set as a delegation fee for all delegators.</td></tr><tr><td>pf</td><td>Performance</td><td>The availability of the validator.</td></tr></tbody></table>

#### Calculation

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

### Lava Real Reward Rate: LAVASRB^R

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

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

<table><thead><tr><th width="140">Formula key</th><th width="144">Metric name</th><th>Description</th></tr></thead><tbody><tr><td>ir</td><td>Inflation Rate</td><td>The annual provisions divided by the circulating supply.</td></tr></tbody></table>

**Inflation Rate Behavior**

* LAVA’s inflation rate is designed to incentivize participation in the network. New tokens are issued at a rate called *InflationRate* per round, based on the total circulating supply. These tokens are distributed proportionally to all bonded participants, ensuring active users are protected from dilution.

***

#### Data Sources:

* [Staking Rewards](https://www.stakingrewards.com/) from indexed Lava Blockchain RPC Endpoints.

***

#### References:

* [Network Stats](https://stats.lavanet.xyz/)
* [White Paper](https://cdn.prod.website-files.com/642c9c8327126062770bfdd0/66fd507cdd54cabe7496d478_LavaNetwork-AccessingBlockchains.pdf)

***

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

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

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

```
Last updated on 04/26/2025
```


---

# 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/lava-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.
