> For the complete documentation index, see [llms.txt](https://docs.projectserum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.projectserum.com/guides/governance/how-to-vote.md).

# How to Vote

## :ballot\_box:How to Vote

### Go to the DAO Page&#x20;

First, go to [https://dao.projectserum.com](https://dao.projectserum.com/#/) and click on the [Serum Realm](https://dao.projectserum.com/#/realm/3MMDxjv1SzEFQDKryT7csAvaydYtrgMAc3L9xL9CVLCg?programId=AVoAYTs36yB5izAaBkxRG67wL1AMwG3vo41hKtUSb8is).

![](/files/gvkCzhAoF5ch9y2Bqw72)

### Connect your Wallet

On the top right corner of the page you can select and connect your wallet of your preference.

![](/files/ut4XpKlNjuOEU7bKzR73)

### Deposit your Tokens

Once you are connected, you will see a ‘Deposit Governance Tokens’ button. Click it and select "**Deposit**" when prompted. A transaction will appear asking for **all SRM tokens on your account.** Approve the transaction.

{% hint style="info" %}
You cannot decide the amount of SRM tokens to deposit.
{% endhint %}

![](https://lh3.googleusercontent.com/4B7OM1cErVsNuj6rAks2ni_f33ZPV2TRPKIEqaXVgDrHkZqE8aAc_J0k3T-DJcvDv7IwqgSBROdBZPDmPgVivVKUHsQAiEPdGH_rWEcAmWGHHK0ckv6XheUcT_V0VBiGJ9RhSV18)

![](https://lh5.googleusercontent.com/Af3EZphCUK5NWmjQBUOZq5aJMrJaZRzMhiFPzgW27I_TG2uyxktdVEW-xfROSarnWZG0VOPn5DnakGr32G0L1izUedZE8jjPrtMgn8dErsmEaSH3LzLLfxBPPbg_mEpzPXPs8aBT)

![](https://lh5.googleusercontent.com/ByYDuwOGfrvrC_3xgyXC2Y2c739R2G3bMXD1cWywoB6kDyT2S-dPAuXpD14cRI_QO6s-NvOqHRLKckZI1EEQHG8xpMInXtPE7OpuQWePuwySM-PiQjMFbGnHEOj1MU6MUu2Tdqlz)

Once approved, you will be shown a "**Tokens have been deposited**" message and you will see the total amount of tokens deposited. A new button to "**Withdraw Governance Tokens**" will appear.

![](https://lh6.googleusercontent.com/JF3qznfOSW11ImODUksCbZ12bpIhJWbW0HTKIZ4PkRFuSslivAauB755ZD9zvl-2-c9GwIvACpeb0XCJ1u3m33DzV4zmhknoRc9OTgEi05wpV2UoDg2uojPIwHpqGrgR2ADf96PZ)

### Choose the Proposal

Click on the [59Y8FAtjWKHU3HSsESFNnptNyq1NeYBajT9oZCGKCewa Governance](https://dao.projectserum.com/#/governance/7jt7Hw1iypXN3otudBeTPkY2K4yotWMTegWeAxnt1h3c?programId=AVoAYTs36yB5izAaBkxRG67wL1AMwG3vo41hKtUSb8is). Current proposal parameters will appear at the top. You will see a list of proposals, current ones will have a “**Voting**” tag. Click on a proposal you wish to vote on or view.

![](https://lh4.googleusercontent.com/Bk9_QIV8rXeJF_zGwVt3zAubMAZFbiM4ZQ-fNRJ_TjQ9roeNQStmuTYj8t7TRExu-jihYF8iLawEg4ouqyDA7GldtZahOlE9cL6C_zKgQj6hEAYbeONrgXOlhbIWMt8vv3K8ErAN)

### Vote on the Proposal

A proposal page appears containing relative voting stats. If the voting is in session, you will see a timer on the bottom right with the time left, and a "**Yeah**" and "**Nay**" buttons on the top right. To vote just click on your desired vote and approve the transaction.

![](https://lh6.googleusercontent.com/S9K3RQdWiM2_wEqIwhpBTJQDJXMr8lMMcSHKO6VLmcjBhqb4Cq93xFrIKHRV37UBTcCki4lE2qwBy-30AowzwLQfIBpuuVwJME8UZtC70MRen89SpMjjMPLgR00co__O9MSSxNGZ)

And done! You have voted on the proposal. Your tokens are temporarily in the governance system.&#x20;

{% hint style="info" %}
You can withdraw your tokens at any moment, but if the vote is still in process, you will also withdraw your vote. After the timer runs out, you can withdraw your tokens without affecting the vote.
{% endhint %}


---

# 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.projectserum.com/guides/governance/how-to-vote.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.
