> For the complete documentation index, see [llms.txt](https://docs.vevote.vechain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vevote.vechain.org/vevote/quickstart.md).

# Overview

### What Is VeVote?

**VeVote** is VeChain’s official decentralized governance system. It allows **Validators** and holders of eligible **Stargate NFTs** (both owned or delegated) to vote on proposals that shape the ecosystem’s future.

From protocol upgrades to community initiatives, VeVote ensures decision-making is **transparent**, **fair**, and **decentralised**.

***

### Who Can Vote?

You’re eligible to vote if:

* ✅ You **own** or **manage** one or many Stargate NFT
* ✅ You **endorse** a VeChainThor Validator&#x20;
* ✅ Any **combination** of the above

Supported Stargate NFT levels include **MjolnirX**, **ThunderX**, **StrengthX**, **VeThorX**, **Mjolnir**, **Thunder**, **Strength**, **Flash**, **Lightning**, and **Dawn**.

> **Delegation**: Stargate NFT holders can assign their voting rights to another wallet—enabling trusted representatives to participate in governance. See [here](https://docs.stargate.vechain.org/overview/nft-management) for more info.

> VeChain Node holders must migrate their legacy nodes to the Stargate NFT contract to be eligible for voting. See [here](https://docs.stargate.vechain.org/overview/nft-management) for migration info.

> Authority Master Nodes must transition from PoA to PoS to be eligible to vote after Hayabusa. See [here](https://docs.stargate.vechain.org/overview/nft-management) for migration info.

***

### How Voting Works

VeVote uses **standard voting** with the following options:

* **FOR**
* **AGAINST**
* **ABSTAIN**

Your total voting power is applied entirely to the option you select.

{% hint style="warning" %}

#### 🚨 **One Vote Per Proposal**:

Each wallet can only vote **once** per proposal. You **cannot change or re-submit** your vote once it has been cast.
{% endhint %}

***

### Summary

VeVote enables:

* On-chain governance with off-chain execution
* Upgradeable and modular smart contract architecture

It’s a flexible governance tool purpose-built for the VeChain ecosystem.


---

# 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.vevote.vechain.org/vevote/quickstart.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.
