> 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/tokenomics.md).

# Tokenomics

The total supply of **1,000,000,000,000 NATO** is fixed and was fully allocated at launch. This distribution was designed to promote fairness, transparency, and long-term sustainability.

### <mark style="color:blue;">📊 Total Supply</mark>

`1,000,000,000,000 NATO` ***(100% minted at launch, no future inflation)***

| Item                   | Value                                                                                                                          |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| **Token Name**         | The Nation Token                                                                                                               |
| **Symbol**             | `NATO`                                                                                                                         |
| **Max Supply**         | `1,000,000,000,000 NATO`                                                                                                       |
| **Total Supply**       | `1,000,000,000,000 NATO`                                                                                                       |
| **Circulating Supply** | `1,000,000,000,000 NATO` (100%)                                                                                                |
| Contract Address       | [<sub>0xd968196fa6977c4e58f2af5ac01c655ea8332d22</sub>](https://basescan.org/token/0xd968196fa6977c4e58f2af5ac01c655ea8332d22) |

### <mark style="color:blue;">📦 Distribution Breakdown</mark>

| Allocation                                             | Percentage | Supply (NATO)   | Purpose                                    |
| ------------------------------------------------------ | ---------- | --------------- | ------------------------------------------ |
| [Airdrop Distribution](#id-1.-airdrop-distribution-74) | 74%        | 740,000,000,000 | Broad, fair community ownership            |
| Liquidity Pool                                         | 12%        | 120,000,000,000 | DEX trading, price discovery               |
| Community Rewards                                      | 8%         | 80,000,000,000  | Engagement, contests, DAO incentives       |
| Team Allocation                                        | 6%         | 60,000,000,000  | Development, operations, long-term support |

### <mark style="color:purple;">🪂 1. Airdrop Distribution (74%)</mark>

* **Supply:** 740,000,000,000 NATO
* **Recipients:** 1,000,000 active Base Network addresses
* **Goal:** Ensure broad ownership and community decentralization
* **Mechanism:**
  * Each eligible address received 740,000 NATO tokens
  * Entire process is verifiable on-chain via BaseScan
  * No claiming was required by recipients; the tokens were airdropped into their wallet

***

### <mark style="color:purple;">💧 2. Liquidity Pool (12%)</mark>

* **Supply:** 120,000,000,000 NATO
* **Purpose:** Enable trading and price discovery on DEXs
* **Lock Period:** Liquidity tokens are locked until **January 1, 2030** [**(Check Here)**](https://base.blockscout.com/tx/0x3e4b3d47ec7fc7a62f6eade7276e9ab739ee302e3d1dc87f6a93ef4c3e101d9d)
* **Initial Pairing:** $5,000 in ETH paired with NATO at launch
* **Goal:** Promote long-term market stability and discourage early dumping

***

### <mark style="color:purple;">🎁 3. Community Rewards (8%)</mark>

* **Supply:** 80,000,000,000 NATO
* **Purpose:** Reward active participation and contributions
* **Distribution Methods:**
  * Social media campaigns
  * Content creation bounties
  * Governance engagement
  * Monthly challenges and competitions
* **Goal:** Foster innovation, community culture, and global growth

***

### <mark style="color:purple;">🛠️ 4. Team Allocation (6%)</mark>

* **Supply:** 60,000,000,000 NATO
* **Purpose:** Fund development, operations, and outreach
* **Covered Costs:** Website, branding, social media, infrastructure
* **Lockup:** Subject to a vesting schedule to align with long-term goals

| Use Case          | %   | NATO Tokens     | Vesting / Lock Info      |
| ----------------- | --- | --------------- | ------------------------ |
| Airdrop           | 74% | 740,000,000,000 | Fully unlocked at launch |
| Liquidity Pool    | 12% | 120,000,000,000 | Locked until 1 Jan 2030  |
| Community Rewards | 8%  | 80,000,000,000  | Distributed via programs |
| Team Allocation   | 6%  | 60,000,000,000  | Vested over time         |

### 📝 <mark style="color:red;">Notes</mark>

* There will be **no future token minting**
* The entire token supply was deployed transparently at launch
* All wallet activity is publicly trackable on [BaseScan](https://basescan.org/token/0xd968196fa6977c4e58f2af5ac01c655ea8332d22#balances)


---

# 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/tokenomics.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.
