> For the complete documentation index, see [llms.txt](https://docs.xwg.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xwg.games/getting-started/xwg-token/token-utility/governance.md).

# Governance

* [Forum](https://community.xwg.games/) - where you can propose!
* [Snapshot](https://snapshot.org/#/xwg.eth) - where you can vote!

The X World Games platform serves two primary functions: a forum for discussing and reviewing X World Games Improvement Proposals (XWGIP), and a voting medium for the community to decide on the implementation of these proposals by the DAO.

### Voting Process

The process for introducing and passing proposals is as follows:

An XWGIP can be submitted via our platform. This proposal is intended to stimulate interest and instigate productive dialogues. These conversations can be further pursued in our dedicated Discord channels, namely "X World" and "Governance".

Once a quorum is achieved, denoting substantial community participation and engagement, the discussion proceeds to a formal Snapshot voting phase. This phase endorses the proposals and prepares them for DAO implementation.

Typically, this voting process spans a duration of 24 to 48 hours.

### Voting Eligibility

Eligibility for casting votes is restricted to $XWG holders.

### Snapshot

The Snapshot Voting process is entirely contingent on your $XWG holdings on BnbChain. In order to partake in the voting process, you are required to link your wallet to our Snapshot page, which will be disclosed at a later date. Once connected, your $XWG holdings will automatically manifest. It is imperative that your connection is established with the BnbChain network.

For an XWGIP to be ratified, it must attain a quorum and receive a 'for' vote that is equal to or surpasses 75% in the Snapshot vote.

### We are X Games DAO!

The underlying principle of a Decentralized Autonomous Organization (DAO) facilitates this entire process. In a DAO, governance and decision-making are distributed among its community members, typically token holders, in a democratic manner. Here, $XWG holders act as decision-makers, playing an active role in shaping the future of X World Games.

We eagerly anticipate the continued construction of X World Games in concert with our vibrant and engaged community!


---

# 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.xwg.games/getting-started/xwg-token/token-utility/governance.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.
