# Coti SRB

COTISRB is a benchmark representing the annualized staking rate for the COTI token.

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

> **TL;DR:** COTI staking rewards are derived from the treasury's APY for leverage x8 with a 120-day lockup period, converted from APY to APR for a non-compounded annualized rate.

$$
COTISRB = ((cotiApy +1)^{(1/365)}-1) \* 365
$$

<table data-full-width="false"><thead><tr><th width="187">Formula key</th><th width="207">Metric name</th><th>Description</th></tr></thead><tbody><tr><td>cotiApy</td><td>coti leverage 8 &#x26; lockup 120 d</td><td>The current API from treasury for leverage x8 and 120d lock up period.</td></tr></tbody></table>

***

### COTI Real Reward Rate (COTISRB^R)

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

$$
COTISRB^R = 1+SKLSRB/(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 tokens added to the circulating supply in the last 365 days.</td></tr></tbody></table>

***

Data Sources:

* Publicly displayed APYs from [COTI treasury](https://treasury.coti.io/deposits/new).

***

#### References:

* <https://coti.io/files/treasury_wp.pdf>

***

:books:[ ](https://www.stakingrewards.com/asset/skale)[Learn more about COTI staking](https://www.stakingrewards.com/asset/coti)

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

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

```
Last updated on 07/08/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/coti-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.
