> For the complete documentation index, see [llms.txt](https://docs.mento.org/mento-v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mento.org/mento-v3/dive-deeper/governance-and-mento/participating-in-governance/voting-process.md).

# Voting Process

## Introduction

Voting is how you shape Mento's future. Every proposal that affects the protocol, from parameter adjustments to treasury allocations, requires community approval through on-chain voting. This guide walks you through casting votes, understanding your influence, and tracking proposal outcomes.

## Finding Active Proposals

Navigate to [governance.mento.org](https://governance.mento.org/) to view all proposals.

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

### Proposal List

The proposals section shows each proposal with:

* **Status Badge**: Active, Defeated, Executed, etc.
* **Title**: Clear description of the proposal
* **Vote Summary**: For/Against/Abstain counts
* **Participation**: Number of voters and addresses

Proposals are listed chronologically with the most recent first.

## How to Vote

### Step 1: Select a Proposal

Click any proposal from the list to view its details. Active proposals display "Active" while completed ones show their final status.

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

### Step 2: Review Proposal Information

Each proposal page includes:

**Header Information**

* Proposer address
* Proposed date and voting deadline
* Current status (Active, Defeated, etc.)

**Voting Metrics**

* Time remaining
* Quorum status and requirement
* Your voting power for this proposal
* Total votes cast

**Proposal Content**

* Description and rationale
* Technical specifications
* Expected impacts
* Forum discussion link

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

### Step 3: Cast Your Vote

For active proposals, three voting options appear:

* **Vote YES** - Support the proposal
* **Abstain** - Neutral
* **Vote NO** - Oppose the proposal

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

Click your choice to initiate the voting transaction.

***

### Step 4: Confirm Transaction

1. Review your vote choice in your wallet
2. Confirm the transaction
3. Wait for on-chain confirmation
4. The interface updates to show "Your vote: \[CHOICE]"

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

Your vote is permanent and cannot be changed.

## Understanding Voting Power

### How Your Weight is Calculated

**Snapshot Mechanism**

* Each proposal captures veMENTO balances at proposal creation block
* Your voting power = your veMENTO balance at that specific block
* Later changes to veMENTO balances don't affect voting power for existing proposals

**Display Format**

* Individual voting power shown as "Your Voting Power: X veMENTO"
* Total participation shown as "Total Votes: Y veMENTO"
* Your contribution visible in the Participants section

### Quorum Requirements

Proposals must meet minimum participation thresholds:

**Quorum Display**

* "Quorum not reached" appears if threshold unmet
* "Quorum reached" shows once minimum veMENTO participates
* Exact requirement shown (e.g., "Min. 4.6M veMENTO")
* Quorum is dynamically calculated as a percentage of total veMENTO supply

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

**Outcome Determination**

* Must reach quorum AND have majority support
* Failed quorum = automatic defeat regardless of vote ratio
* Successful proposals must then be queued in order to enter the timelock period

## Tracking Results

### Live Voting Progress

During active voting, the interface displays:

**Vote Distribution**

* Percentage breakdown (Yes/No/Abstain)
* Visual progress bar showing vote weight
* Real-time updates as votes are cast

<figure><img src="/files/74r8zu9QtpP7P6sCWLOO" alt=""><figcaption></figcaption></figure>

### **Participation Metrics**

* Number of unique voters
* Total veMENTO voted vs. available
* Individual voter addresses and weights

<figure><img src="/files/6wvJS7gswioRZfNJ8LEd" alt=""><figcaption></figcaption></figure>

### Understanding Status Changes

**Active** → Voting period open\
**Cancelled** → Vetoed proposals\
**Success →** Approved (Majority yes & quorum reached)\
**Queued** → In timelock, awaiting execution\
**Executed** → Changes implemented on-chain\
**Defeated** → Failed (low support or no quorum)

### Post-Voting Timeline

1. **Voting Ends** - No new votes accepted
2. **Result Calculation** - Final tally determines outcome
3. **Timelock Period** (2 days) - Successful proposals wait
4. **Watchdog Review** - Safety check window
5. **Execution** - Changes go live on-chain

## Best Practices

### Effective Participation

**Before Voting**

* Read the complete proposal
* Check forum discussions
* Understand technical implications
* Consider long-term impacts

**When Voting**

* Vote early to avoid missing deadlines
* Ensure sufficient CELO for gas
* Verify transaction confirmation

**After Voting**

* Monitor proposal progress
* Participate in implementation discussions
* Share feedback for future proposals

### Building Governance Reputation

* Vote consistently on proposals
* Provide rationale in forums
* Support well-crafted proposals
* Help improve weak proposals
* Maintain long-term perspective

## Common Questions

<details>

<summary><strong>Can I change my vote?</strong></summary>

No, all votes are final once submitted.

</details>

<details>

<summary><strong>What if I miss the voting period?</strong></summary>

You cannot vote after the deadline. Set reminders for important proposals.

</details>

<details>

<summary><strong>Why don't I see my veMENTO balance?</strong></summary>

Your voting power is captured at proposal creation. Check if you locked MENTO after the proposal was submitted.

</details>

<details>

<summary><strong>How do I know if my vote counted?</strong></summary>

Look for "Your vote: \[CHOICE]" on the proposal page and your address in the Participants list.

</details>


---

# 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.mento.org/mento-v3/dive-deeper/governance-and-mento/participating-in-governance/voting-process.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.
