> For the complete documentation index, see [llms.txt](https://grebes-organization.gitbook.io/grebe.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://grebes-organization.gitbook.io/grebe.world/10.-governance-model.md).

# 10. Governance Model

At Grebe, we believe in **community-led evolution**. Governance is a key pillar of our decentralized ecosystem, empowering GRT holders to shape the future of the platform through transparent, on-chain decision-making.

***

**🗳️ 1. GRT Token-Based Voting**

* **GRT holders** are eligible to vote on critical proposals using a decentralized governance portal.
* Voting power is proportional to the number of tokens held or staked.
* All proposals are subject to quorum and time-based voting windows.

***

**📜 2. Governance Proposal Types**

Users can propose and vote on a wide range of decisions, including:

* Protocol upgrades and new feature releases
* Liquidity and staking reward adjustments
* GameFi economy parameters (e.g., reward pool size, item pricing)
* Social platform monetization policies
* Community grant distributions
* Treasury allocation and burn schedules

***

**🧠 3. Governance Process Flow**

1. **Proposal Submission**
   * Anyone holding a minimum threshold of GRT can create a proposal.
2. **Community Discussion**
   * Proposal is published for open feedback in the forum and Discord.
3. **Voting Period**
   * On-chain voting via the governance contract begins (typically 3–7 days).
4. **Execution**
   * If approved, proposals are either automatically executed (via smart contracts) or handed to the multi-sig team for action.

***

**🛡️ 4. Treasury Control & Safety**

* A **multi-signature wallet** manages the treasury to ensure no single point of failure.
* Emergency proposals can be fast-tracked for urgent situations (e.g., security patches or exploit response).

***

**🌱 5. Community Empowerment**

* Dedicated **creator, gamer, and developer councils** will advise on proposal creation.
* GRT holders may delegate their voting power to trusted representatives.


---

# 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://grebes-organization.gitbook.io/grebe.world/10.-governance-model.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.
