> 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/undelegate.md).

# Undelegate

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 Undelegate**

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

<figure><img src="/files/8QHe3tRmfEqFm74d1tzc" alt=""><figcaption></figcaption></figure>

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

Select a delegate to undelegate your $GNS from. Click on the delegate to activate a drop down of a full list of your delegates.

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

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

Enter the amount of $GNS tokens you would like to undelegate. Carefully read the notes below to understand the effects of undelegating your tokens.

{% hint style="warning" %}
**Understand the effects of undelegating your tokens!**

* Your tokens will be **locked for 7 days**.
* You **CANNOT cancel** the undelegation once you complete this step.
* During this period, you will receive **NO protocol fee rewards**.
* Your undelegating xGNS tokens will have **NO voting power**.
  {% endhint %}

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

### **5. Review your undelegation**

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

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

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

Once you click on **Undelegate 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/ZhpxI2NMnE3Dyo6tsk3g" alt=""><figcaption></figcaption></figure>

### **7. Check your undelegation balance**

Check your $GNS tokens in undelegation period under **Undelegation**. Hover over the value to activate a pop-up which will display a full list of your undelegations including detailed information such as the delegate, amount, and the unlock date.

Upon reaching the unlock date, you can claim the principal $GNS tokens you previously delegated.

<figure><img src="/files/hFK6BaPkLUfTBYVbYfA1" 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/undelegate.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.
