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

# Token Allocations

NTH will be an ERC-20 token built on xxxxx network, with a total supply of 1,000,000,000 tokens.

| Allocation            | % of allocation | Number of tokens |
| --------------------- | --------------- | ---------------- |
| Launchpad             | 5.0%            | 50,000,000       |
| Proof of Study Fund   | 25.0%           | 250,000,000      |
| Liquidity Pool        | 10.0%           | 100,000,000      |
| Protocol Development  | 6.0%            | 60,000,000       |
| Treasury Reserve      | 12%             | 120,000,000      |
| Investors             | 17%             | 170,000,000      |
| Advisory/Contributors | 15%             | 150,000,000      |
| Team and Founders     | 10%             | 100,000,000      |

Within the NTH token allocation structure:

* **Ecosystem Development**: A total of **58%** will be allocated to support the ecosystem. This includes funding for the **Proof of Study Fund** (25%), providing **liquidity** (10%), **protocol development** (6%), **treasury reserve** (12%), and activities on the **Launchpad** (5%).
* **Institutional Holders**: Including **Investors** (17%), the **development team** and **founders** (10%), and **advisors/contributors** (15%), will receive a combined **42%** of the total issued tokens to ensure the project's strategic growth and development.


---

# 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://nortech.gitbook.io/nortech-whitepaper/nortech-token/token-allocations.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.
