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

# Vote

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 a proposal to vote on**

Under the list of proposals, click on a proposal in an **Active** state.

{% hint style="info" %}
**Various states of proposals**

Proposals exist in various state based on its stage and outcome

* **Upcoming:** The proposal has been uploaded, but the voting period has not yet begun.
* **Active:** The proposal is available for voting.
* **Passed:** The proposal has reached the quorum and 50% or more voters have voted **Yes**.
* **Rejected:** The proposal has failed to reached the quorum or less than 50% of voters have voted **Yes**.
* **Cancelled:** The creator of the proposal has cancelled the proposal.
  {% endhint %}

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

### **3. Vote on the proposal**

Carefully read the proposal and cast your vote. You may choose **Yes** to indicate that you support the proposal, or choose **No** to indicate that you're against the proposal. Each xGNS you own translates to 1 vote. Once you've made your decision, click on **Vote** to proceed.

{% hint style="warning" %}
**Your votes are irreversible!**

You CANNOT change your vote once you complete your transaction. Be sure to thoroughly read the descriptions and understand the outcome of the proposal before you cast your vote.
{% endhint %}

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

### **4. Approve your transaction**

Once you click on **Vote**, 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/ogujfIcYXRThEgI4jja8" alt=""><figcaption></figcaption></figure>

### **5. Check your vote**

Return to the proposal to confirm your vote. The option you've chosen will be tagged with the Voted label.

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

### **6. (Optional) Execute the proposal**

Once the proposal passes, a separate transaction must be created to execute it. This can be done by anyone. To do so, click on the **Execute Proposal** button on the right side of the passed proposal card. Once the proposal is executed, the button will disappear.

<figure><img src="/files/8Mm7lSDO7GHOVtUnTpej" 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:

```
GET https://docs.gnoswap.io/user-guide/governance/vote.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.
