> For the complete documentation index, see [llms.txt](https://docs.gnoswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gnoswap.io/user-guide/governance/delegate.md).

# Delegate

To learn about the core concepts of GnoSwap Governance, visit the [Governance](/core-concepts/governance.md) page.

### **1. Locate the Governance menu**

Hover your cursor on the arrow icon to expand the menu and click on **Governance** in the header to visit the **Governance** page.

<figure><img src="/files/xBzL6jWbH4ytA5qkISeO" alt=""><figcaption></figcaption></figure>

### **2. Click on Delegate**

Click on **Delegate** on the right side of the **My Delegation** section.

<figure><img src="/files/yIU6MEvxy49q2vE5Skgi" alt=""><figcaption></figcaption></figure>

### **3. Select your delegate**

Select a delegate who will inherit your voting power. Detailed information about the delegates such as their current voting power, wallet address, a short description, and their website can be found below. Alternatively, you may manually enter a wallet address of the delegate of your choice.

<figure><img src="/files/fB80nwEJpHWC6H23A5nx" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**What are delegates?**

Delegates are representatives of GnoSwap Governance who inherit the voting power of xGNS holders who delegate their tokens to them. The delegate you choose can ONLY vote on your behalf. Rest assured, they CANNOT sell or undelegate your tokens.
{% endhint %}

### **4. Enter $GNS amount**

Enter the amount of $GNS you would like to delegate. Note that there is no minimum amount of $GNS that you must delegate.

{% hint style="warning" %}
**Acknowledge the undelegation period before you proceed!**

To retrieve your delegated $GNS tokens, you must first undelegate them. Be sure to understand that there is an undelegation period of 7 days during which you cannot receive any protocol fee rewards and your voting power becomes inactive.
{% endhint %}

<figure><img src="/files/rjODBF5N8drWguUB77VJ" alt=""><figcaption></figcaption></figure>

### **5. Review your delegation**

A preview of your delegation will be displayed at the bottom of the modal. Be sure to throroughly review them before you proceed.

<figure><img src="/files/70esmNgxmqo8yFGbV82q" alt=""><figcaption></figcaption></figure>

### **6. Approve your transaction**

Once you click on **Delegate GNS,** a pop-up from Adena will appear in a new window, prompting you to approve the transaction. Click on **Approve** to proceed.

<figure><img src="/files/WHOr9WZeifvNabIdyK54" alt=""><figcaption></figcaption></figure>

### **7. Check your xGNS balance**

Your new xGNS balance will be updated under **Voting Weight**. Hover over the value to check a breakdown of your current delegations by each delegate.

<figure><img src="/files/3xGHnXk7DdOR2sbVLvfZ" alt=""><figcaption></figcaption></figure>

### **8. Claim your rewards**

Your delegated xGNS will start earning protocol fees. You can check your rewards under **Claimable Rewards**. These rewards are claimable at any time. Click on Claim All to receive all of your accrued rewards in your wallet.

<figure><img src="/files/BOqjbwoAB15s2VbPS4dP" alt=""><figcaption></figcaption></figure>


---

# 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.gnoswap.io/user-guide/governance/delegate.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.
