# Convex Finance rewards

Staking rewards for **`cvgCVX`**&#x61;nd **`cvxTKNs`** are distributed weekly, at the beginning of each **`cvgCycle`**.

If one stakes his assets 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 rewards for the **`cvgCycle`** N (at the beginning of the **`cvgCycle`** N + 1).
{% endhint %}

{% hint style="info" %}
For **`cvgCVX`**, all rewards that are not **`CVG`** (vote incentives, and other earnings) are distributed as **`cvgCVX`** every 2 weeks. **`CVG`** are distributed weekly.
{% endhint %}


---

# 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/convex-finance-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.
