> For the complete documentation index, see [llms.txt](https://docs.stryke.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stryke.xyz/ui-walkthroughs/clamm-walkthrough/reward-gauges.md).

# Reward Gauges

Using [Reward Gauges](/tokenomics/reward-gauges.md) on CLAMM.

#### 1. **Access the Reward Gauges Page**

* Once you’re connected to the CLAMM dApp, select **Gauges** from the left menu bar.
* Currently active gauges are displayed in the **Gauges** tab at the bottom.

<figure><img src="/files/Fzi2ozZEsHRX9rYdDE6S" alt=""><figcaption><p>Preview active Reward Gauges.</p></figcaption></figure>

#### 2. **Select a Gauge for Voting** You can do this in two ways:

* Use the dropdown menu at the top right of the page to select the gauge (i.e. **"Select Gauge"**).
* Browse the list of available gauges in the bottom section and click on your preferred gauge.

**Details Displayed for Each Gauge**:

* **Weight**: The proportion of total rewards allocated to this gauge.
* **Rewards**: The estimated rewards for the gauge.
* **Chain**: The respective network for the gauge.
* **Epoch Number**: The current voting epoch.

<figure><img src="/files/MYbsCxqGeSGHqXEd4Y86" alt=""><figcaption><p>Select preferred Reward Gauge.</p></figcaption></figure>

3. **Place Your Vote**

* Vote for the ongoing epoch based on the amount of xSYK you hold.
* Enter the desired vote allocation for the selected gauge.
* Use the **MAX** button if necessary to place your vote based on all your xSYK held.

<figure><img src="/files/Em11Z02k2i54tJFKHdPM" alt=""><figcaption><p>Voting for preferred Reward Gauge.</p></figcaption></figure>

#### 4. **View Your Votes and Emissions**

* Click on the "**Your Votes"** tab located next to the "**Gauges"** tab at the bottom of the page.
* Here, you can:
  * Review your active votes.
  * View emissions ready for withdrawal.
  * Monitor other relevant details related to your votes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.stryke.xyz/ui-walkthroughs/clamm-walkthrough/reward-gauges.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
