> For the complete documentation index, see [llms.txt](https://docs.ecko.finance/eckodao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ecko.finance/eckodao/eckogov/proposal-epoch/voting-on-proposals.md).

# Voting on Proposals

## Voting in a proposal

{% hint style="info" %}
Participation in a specific space isn't required to vote on eckoGOV. Simply connect your compatible wallet, find the proposal of interest, and cast your vote. Votes are recorded on-chain, letting you participate in governance without deeper involvement in specific spaces.
{% endhint %}

To vote in a proposal on eckoGOV, all you have to do is:

1. Connect Wallet to eckoGOV using your compatible wallet.
2. Navigate to the space where the proposal is located.

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

3. Find the proposal you want to vote on and click on it to open its details page.

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

4. Review the details of the proposal, including the proposal description, options for voting, and any relevant discussions or comments.
5. If you have any questions or need clarification, you can engage in the discussion by adding a comment or asking for more information in discussion link.

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

6. Once you have made up your decision, select the option you want to vote for.

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

6. Confirm the transaction in your wallet when prompted to submit your vote.

Your vote will be recorded on the blockchain, and the results will be tallied based on the voting mechanism specified for the proposal.&#x20;

{% hint style="info" %}
Remember that voting periods may have specific start and end times, so make sure to vote within the designated timeframe.
{% 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.ecko.finance/eckodao/eckogov/proposal-epoch/voting-on-proposals.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.
