# Aave SRB

AAVESRB is a benchmark representing the annualized staking rate for the AAVE token.

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

> **TL;DR:** Aave staking rewards come from Safety Module emissions, where AAVE tokens are locked to secure the protocol. The reward rate equals daily emissions annualized over 365 days divided by total staked AAVE in the staking contract.

### Single-sided Safety Module Staking

$$
AAVESRB = dr \* 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>dr</td><td>Daily Rewards</td><td>Emissions per Second from <a href="https://etherscan.io/address/0x4da27a545c0c5b758a6ba100e3a049001de870f5">staking contract</a> totaled for one day.</td></tr><tr><td>st</td><td>Staked Tokens</td><td>The total balance of locked AAVE in the <a href="https://etherscan.io/address/0x4da27a545c0c5b758a6ba100e3a049001de870f5">staking contract</a>.</td></tr><tr><td><span class="math">t_y</span></td><td>Year Constant</td><td>365d</td></tr></tbody></table>

***

#### Observation Period:

1. The AAVESRB is determined based on the latest generated block at the point of evaluation.
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).

***

### AAVE Real Reward Rate (AAVESRB^R)

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

$$
AAVESRB^R = 1+AAVESRB/(1+i)-1
$$

<table data-full-width="false"><thead><tr><th width="150.33333333333331">Formula key</th><th width="265">Metric name</th><th>Description</th></tr></thead><tbody><tr><td>i</td><td>Inflation Rate</td><td>The inflation is determined by the Emissions per Second and is aimed at about 770 AAVE per day (Jan 2024).</td></tr></tbody></table>

#### Inflation Rate Behaviour

The inflation is also subject to change with possible governance decisions.

***

#### Data Sources:

* Ethereum Blockchain RPC Endpoints from [Infura](https://www.infura.io/)

***

#### References:

* [AAVE Whitepaper](https://docs.aave.com/hub/)

***

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

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

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

```
Last updated on 05/23/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/aave-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.
