# Stake DAO rewards

Staking rewards (**`cvgSDT`**, **`sdTKNs`**&#x61;nd **`LPs`**) are distributed weekly, at the beginning of each **`cvgCycle`**.

If one stakes his assets (**`cvgSDT`**, **`sdTKNs`** or **`LPs`**) during a given **`cvgCycle`** N, his rewards will be available at the beginning of the **`cvgCycle`** N+2.

Staking rewards will be distributed to users, based on their shares of their staking pool, according to the figure below:&#x20;

<figure><img src="/files/6ilXyAX9c1Eb77zT2JG1" alt=""><figcaption><p>Staking rewards distribution</p></figcaption></figure>

Where:

$$
R\_{1user}=\frac{Asset~~balance}{(X)Assets~~staked}\*R\_{1}
$$

and

$$
R\_{2user}=\frac{Asset\~balance}{(X+Y)~~Assets~~staked}\*R\_{2}
$$

{% hint style="warning" %}
If a user unstakes any asset before the end of a given **`cvgCycle`** N, he will then not be able to claim Stake DAO's rewards for the **`cvgCycle`** N  (at the beginning of the **`cvgCycle`** N + 1).
{% endhint %}

{% content-ref url="/pages/rrtjova3nEep0ObYFuCh" %}
[Claming rewards](/navigate-ui/claming-rewards.md)
{% endcontent-ref %}


---

# 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.cvg.finance/rewards/stake-dao-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.
