> 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/transparency-and-on-chain-proofs.md).

# Transparency & On-Chain Proofs

Transparency is a foundational principle of **The Nation Token (NATO)**. From token distribution to liquidity locks, every action has been executed **on-chain** and is publicly verifiable via [**BaseScan**](https://basescan.org/token/0xd968196fa6977c4e58f2af5ac01c655ea8332d22).

***

### <mark style="color:blue;">🔎 Key Transparency Commitments</mark>

* ✅ **100% of token supply minted at launch**
* ✅ **No mint function** — the contract cannot create more tokens
* ✅ **No private sales, no presale, no VC allocations**
* ✅ **All liquidity pool tokens are** [**locked until Jan 1, 2030**](https://www.team.finance/view-coin/0xD968196FA6977c4e58F2af5aC01C655ea8332d22?name=The%20Nation%20Token\&symbol=NATO\&chainid=0x2105)
* ✅ **Team allocation is fully trackable and subject to vesting**
* ✅ [**Airdrop**](/the-nation-token-docs/getting-started/the-original-nato-airdrop.md) **distribution to 1,000,000 wallets is public and verifiable**

***

### <mark style="color:blue;">🔗 On-Chain Resources</mark>

You can verify NATO’s contract, token movements, and wallet allocations via BaseScan:

* 🧾 **Token Contract:**\
  [`0xd968196fa6977c4e58f2af5ac01c655ea8332d22`](https://basescan.org/token/0xd968196fa6977c4e58f2af5ac01c655ea8332d22)
* 🔒 **Liquidity Lock Proof:**\
  [`View Lock on BaseScan`](https://base.blockscout.com/tx/0x3e4b3d47ec7fc7a62f6eade7276e9ab739ee302e3d1dc87f6a93ef4c3e101d9d)&#x20;
* 💰 **Team Allocation Wallets:**\
  [`View Team Wallet`](https://basescan.org/token/0xd968196fa6977c4e58f2af5ac01c655ea8332d22#balances)
* 📦 **Airdrop Distribution Overview:**\
  [`Airdrop TX Explorer`](/the-nation-token-docs/getting-started/the-original-nato-airdrop.md)

***

### <mark style="color:blue;">🧾 Verified Contract Details</mark>

| Attribute            | Status |
| -------------------- | ------ |
| Contract Verified?   | ✅ Yes  |
| Upgradeable?         | ❌ No   |
| Renounced Ownership? | ✅ Yes  |
| Max Supply Capped?   | ✅ Yes  |

> Every user is encouraged to verify transactions independently using the links above.

***

#### 🛡️ Why It


---

# 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/transparency-and-on-chain-proofs.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.
