# Staking

**The formula for distributing rewards** uses the weight of the user's participation at the time of placing the bet, which is calculated as follows:

$$
W\_x=Q\_x \times T\_x \times M \times NFT
$$

$$Q\_x$$ -  user's token amount X

$$T\_x$$ - user's level X, which depends on the number of tokens

| Tier # |     Q    |   T  |
| :----: | :------: | :--: |
|    1   | > 100000 |  1.2 |
|    2   |  > 50000 | 1.15 |
|    3   |  > 15000 |  1.1 |
|    4   |  < 15000 |   1  |

$$NFT$$ - The NFT multiplier. If the user has an NFT in their wallet, the variable is equal to 1.1, if there is no NFT in the wallet, the variable is equal to 1.

$$M$$ - The staking period multiplier, which is determined as a function that depends on the duration of the token bet, measured in weeks and calculated according to the formula:

$$
M = 1 + 0.5 \times W^{0.65}
$$

$$W$$ - Number of weeks: 16, 32, 52, 104 weeks. The maximum multiplier is limited to 12

## Limitation APR

Considering that the platform is subject to changes, especially when placing a minimum number of tokens, precautionary measures have been taken to prevent excessive fluctuations and potential exploits. Therefore, they are limited to 35%.


---

# 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://wp.dagama.world/architecture/blockchain/staking.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.
