> For the complete documentation index, see [llms.txt](https://docs.marquee.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.marquee.fi/protocol/rate-of-reward-and-apy.md).

# Rate of Reward & APY

**Rate of Reward**

The reward rate to stakers is the percentage increase in sMARQ in the next epoch. The reward rate can be calculated below:

<figure><img src="/files/j2vYmRTtyc9kLGtNLuzi" alt=""><figcaption></figcaption></figure>

Where <img src="/files/oDGLO0eUIweA4BYvj2eO" alt="" data-size="line">is the reward rate in the current epoch,<img src="/files/j2V5Cc9mWpBS6dFHziCJ" alt="" data-size="line">is the total amount of MARQ allocated to stakers <img src="/files/AN5LiplJdFdgYJ32KPh8" alt="" data-size="line">is the total amount of sMARQ from the last epoch.​

**Annual Percentage Yield**

The annual reward rate for MARQ stakers compounded 3 times a day. Hence, the total number of epochs used to compound the return is 365\*3=1095, and the APY can be calculated below:

<figure><img src="/files/fe1ONG7a1d7A1dJuf85f" alt=""><figcaption></figcaption></figure>

The power of compounding will increase the value of stakers’ assets exponentially.​

**MARQ Supply per Epoch**

The protocol distributes part of newly minted MARQ to stakers, denote by, which is calculated according to the following equation:

<figure><img src="/files/ShjB606EBRI81lYY4DVr" alt=""><figcaption></figcaption></figure>

where <img src="/files/JkLka4dUfPIWkEF0c7Qc" alt="" data-size="line">is the residual of total MARQ supply, <img src="/files/lXFwqJsxHZyOK8tCZrJ4" alt="" data-size="line">is the reward ratio which is determined by the protocol and DAO governance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.marquee.fi/protocol/rate-of-reward-and-apy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
