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

# Governance

**The Nation Token (NATO)** is built on the principle of **community-first governance** — where decisions are not made by a centralized team, but by the token holders themselves.

The governance model is being designed to ensure fairness, transparency, and efficient coordination of the ecosystem.

***

### <mark style="color:red;">🏛 Vision for Governance</mark>

* **Decentralization:** NATO is a token for the people, collectively governed by its holders.
* **Transparency:** All proposals, voting, and treasury movements will be visible.
* **Participation:** Every NATO holder can vote, propose, and engage in shaping the future of the ecosystem.

***

#### 🗳 Voting Rights

| Item             | Detail                                                      |
| ---------------- | ----------------------------------------------------------- |
| Voting Token     | `NATO`                                                      |
| Voting Power     | 1 NATO = 1 vote                                             |
| Eligible Voters  | All wallet addresses holding NATO                           |
| Voting Mechanism | [Snapshot.box](https://snapshot.box/#/s:thenationtoken.eth) |

> Voting weight is based on wallet balance at snapshot block (to be defined at proposal time). The team will also incorporate the ability for token holders with liquidity locked in UniSwap pools to be able to vote without removing their liquidity.

***

### <mark style="color:red;">🧮 Governance Platform (In Development)</mark>

The Nation Token is utilizing [Snapshot.box](https://snapshot.box/#/s:thenationtoken.eth), a tried and tested industry-standard Governance Platform for managing DAO's.

* 📝 Proposal submission system
* 📊 Gasless voting with minimum thresholds (quorum) for a proposal to pass
* 🔒 Vote locking for DAO treasury decisions
* 🧠 Community discussion before formal voting

### <mark style="color:red;">**⏳ Launch Timeline:**</mark>

| Milestone               | Target Date | Status         |
| ----------------------- | ----------- | -------------- |
| Governance UI Prototype | Q3 2025     | 🔄 In progress |
| Beta DAO Voting Launch  | Q4 2025     | ⏳ Planned      |
| Full DAO Transition     | Q1 2026     | ⏳ Pending      |

***

### <mark style="color:red;">🔐 Treasury Oversight</mark>

Once governance is active, the **DAO Treasury** (consisting of Community Rewards + Ecosystem funds) will be managed through collective voting.

**Possible proposals may include:**

* Funding new partnerships
* Launching incentive programs
* Adjusting token utility parameters
* Updating documentation and branding

***

### <mark style="color:red;">📬 How to Participate (Upcoming)</mark>

1. Hold NATO in a self-custody wallet (e.g., MetaMask)
2. Visit the governance portal on Snapshot.box
3. View open proposals
4. Vote or submit your own ideas

***

### <mark style="color:red;">🚧 Until Then...</mark>

* Governance decisions are being shared transparently through the project’s social channels.
* Community voting has already being **tested** on our [Telegram channel](https://t.me/TheNationToken).

***

### <mark style="color:red;">🧠 Community Is the DAO</mark>

> `“A real nation is built by its people. The same is true for NATO.”`

Everyone can be a builder, voter, and leader in the NATO ecosystem. Our goal is to make governance not only possible — but accessible and empowering.

***


---

# 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://natotoken.gitbook.io/the-nation-token-docs/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.
