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

# Voting

For token holders, Commonwealth voting is a key function. You can either do this yourself or delegate to a validator.

### 1. Access the [Regen Network Proposals Page](https://commonwealth.im/regen/proposals) on Commonwealth

a. You will need to be logged in to vote on a proposal. Confirm your account name is listed in the upper right hand corner and not a log in prompt.&#x20;

### 2. Select a Proposal

a. Proposals currently in the voting period will appear in the "Active" section of the Proposals page. Click on the proposal you would like to vote on. You will be redirected to the proposal's page where you can read the details of the proposal.&#x20;

![](/files/eJAcAvdqvA4orCUQ62Yt)

### 3. Vote on the Proposal

a. Once you have read through the proposal, you may cast your vote in one of four categories.&#x20;

1. **Yes** - the proposal is agreeable.&#x20;
2. **No** - the proposal is disagreeable.&#x20;
3. **Abstain** - engaged with the proposal but no opinion for or against.
4. **Veto** - the proposal is disagreeable and the poster of the proposal loses their deposit.&#x20;

*Note: Voting Veto on a proposal is typically used when a proposal skips the discussion period and is put straight on the chain. There are some exceptions to this norm for urgent matters, such as security issues.*&#x20;

![](/files/oWURy0ozn4QDo2ugqs6z)

b. Select your vote of choice and approve the resulting Keplr transaction.&#x20;

![](/files/dhfpj0pBrSVU6DDFSCrF)

### 4. Monitor Proposal for Outcome

a. Check back into the proposal's page to monitor its status as it moves through the voting period.&#x20;


---

# 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://guides.regen.network/guides/network-governance/how-to-use-commonwealth/voting.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.
