# Understanding Gauges

For a better understanding of the following section, the reader is advised to read:

1. [the gauge explanation](https://resources.curve.fi/reward-gauges/understanding-gauges) at Curve;
2. [the gauge weights explanation](https://resources.curve.fi/reward-gauges/gauge-weights) at Curve.

Each Convergence staking pool (**`cvgSDT`**, **`sdTKNs`** and **`LPs`**) will be paired to a gauge. Each gauge has a weight. This weight determines how much of the weekly **`CVG`**'s inflation will be received by a given staking pool.&#x20;

Unlike Curve’s gauges, the user’s shares of staking pools will not be determined by gauges but directly by each staking pool contract.&#x20;

Gauges types will be implemented in case the DAO decides to give different types to gauges later. In the beginning, all gauges will have the same type.&#x20;

Staking pools **`CVG`** distribution will be done weekly according to gauge weights and synchronized on Convergence’s Cycles (**`cvgCycles`**). The amount of **`CVG`** a given staking pool will receive is a function of the corresponding given gauge weight (sum of total weight deployed in this gauge) and the total weight across all gauges.&#x20;

{% hint style="info" %}
For example, if users have deployed 20% of their total voting weight into the **`cvgSDT`** gauge by the end of a given **`cvgCycle`**, the **`cvgSDT`** staking pool will receive 20% of the weekly inflation of **`CVG`**. Those **`CVG`** will then be redistributed to **`cvgSDT`** stakers according to their shares of the **`cvgSDT`** staking pool.
{% endhint %}

New gauges will be added when Convergence integrates new protocols.

<figure><img src="https://3871803507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fisfz381fHt1aLzQ8jnV2%2Fuploads%2FrajCUjEEsio5xAxsQMnI%2Fnvx_schema2x-8.png?alt=media&#x26;token=2ed8809e-cc2e-44e1-917c-fcf3d3d04036" alt=""><figcaption><p>Gauge functioning</p></figcaption></figure>


---

# 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/gauges-functioning/understanding-gauges.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.
