# Staking rewards

Each user who has their CROD tokens locked on our platform receives the rewards once per day. Rewards are calculated according to the percentage of the total amount of locked CROD.

## Formula for calculating reward for 1 day:

* x= your reward per day
* y= number of CROD you have staked
* z= total staked CROD of all users&#x20;
* e= total CROD allocated to staking rewards
* i = total number of days

$$
x=e/i\*(y/z)
$$

Each subsequent day is calculated taking into account the amount received on the previous day.


---

# 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.crodo.io/documentation/staking-rewards.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.
