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

# Governance & Voting

<figure><img src="/files/2diXLL7XH7obO9o2oJvx" alt=""><figcaption></figcaption></figure>

### 🗳️ Community Governance

The GBM Protocol is governed by its community, with every $GBM token holder having the right to vote on key protocol decisions, ranging from token buybacks, technical upgrades to reward mechanisms, distribution periods, incentive parameters and more.

Governance is coordinated and facilitated by the **GBM Foundation**, a neutral steward whose role is to propose, implement, and uphold the will of the community.

### ⚙️ How It Works

* Each proposal put to the floor has a clearly defined **voting window**
* **Voting is open to all token holders**
* A proposal passes if it receives **more than 50% approval**
* All accepted proposals are executed by the **GBM Foundation**
* **1 token = 1 vote**

All governance activity will be accessible through the **GBM Dashboard**, where proposals are submitted, discussed, and voted on transparently and on-chain.

### 🔄 Progressive Decentralisation

In the early phases, most proposals will originate from the GBM Foundation, ensuring a stable, responsible rollout. Over time, this will evolve to a more community-driven process, with proposal rights extended to a wider range of token holders.

The long-term goal is to **fully decentralise governance**, with protocol direction, features, and incentive structures driven entirely by community participation.


---

# 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.gbm.auction/gbm-tokens/governance-and-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.
