> For the complete documentation index, see [llms.txt](https://docs.rei.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rei.network/rei-dao/governance/voting-with-snapshot.md).

# Voting with Snapshot

One of the most important aspects of a DAO is collective decision making. We’ll be participating in exactly that by voting on a proposal with Snapshot!

## What Do I Need? <a href="#what-do-i-need" id="what-do-i-need"></a>

Before we get going, let’s make sure you’ve got everything you need. In order to vote with Snapshot, you will need:

* An wallet, such as [**MetaMask**](https://metamask.io/)
* Governance tokens from the project you want to vote on,such as `$REI`

## Voting & Snapshot <a href="#voting--snapshot" id="voting--snapshot"></a>

Snapshot is a decentralized, gasless voting system. It allows DAO members to vote on proposals with governance tokens like `$REI` , NFTs like Bored Ape Yacht Club, and more. Thanks to Snapshot’s off-chain, gasless nature, it removes loads of friction from the voting process and makes it as easy as posting a Twitter poll.&#x20;

Alright, let’s cast a vote!

## The Guide <a href="#the-guide" id="the-guide"></a>

### Step 1 <a href="#step-1" id="step-1"></a>

Let’s begin by heading to [**https://snapshot.org/#/rei-network.eth**](https://snapshot.org/#/rei-network.eth) **;** And  `Connect wallet` with the button in the top-right corner.

![](/files/U11hirgcROHNsbYpKDNB)

### Step 2 <a href="#step-2" id="step-2"></a>

Click `join` ; Congratulations, you have successfully joined the REI Network space!

![](/files/w6xVQIHR4gWcYC7T0BhI)

### **Step 3**&#x20;

On the Proposals tab, find an active proposal that you wish to vote on. After familiarizing yourself with the proposal, cast your vote and click Vote. You will be prompted to confirm your vote, and if everything looks good, click Vote again.

![](/files/8PqzcHmbjS1xk1z1SWCc)

### **Step 4**&#x20;

Finally, confirm your vote by signing it with your wallet. Although you are using your wallet, there are no gas fees associated with voting!

### Congrats!&#x20;

You have successfully participated in the governance of REI DAO！


---

# 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.rei.network/rei-dao/governance/voting-with-snapshot.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.
