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

# The NovaX token

<table><thead><tr><th width="91">%</th><th width="164">Token Allocation</th><th width="124">Price (USD)</th><th width="131">No. of Token</th><th>Vesting Plan</th></tr></thead><tbody><tr><td>5%</td><td>Team &#x26; Advisor</td><td></td><td>750,000</td><td>4 years vesting, 1 year cliff, linear unlock starting from the 2nd year</td></tr><tr><td>6%</td><td>Seed Sale</td><td>0.75</td><td>900,000</td><td>cliff 6 months, 5% month from the 7nd month</td></tr><tr><td>8%</td><td>Private Sale</td><td>1.50</td><td>1,200,000</td><td>cliff 3 months, 3% monthly for 5 months then 5% from the 9th month</td></tr><tr><td>0.5%</td><td>Public Sale</td><td>2.00</td><td>75,000</td><td>100% TGE</td></tr><tr><td>60%</td><td>Mining</td><td></td><td>9,000,000</td><td></td></tr><tr><td>3%</td><td>Liquidity Management</td><td></td><td>450,000</td><td></td></tr><tr><td>7.5%</td><td>Marketing &#x26; Strategic Partner</td><td></td><td>1,125,000</td><td> 4 years vesting, linear unlock quarterly starting from the 2nd year</td></tr><tr><td>10%</td><td>Treasury &#x26; Ecosystem</td><td></td><td>1,500,000</td><td> 4 years vesting, linear unlock quarterly starting from the 2nd year</td></tr><tr><td>100%</td><td>Total Supply</td><td></td><td>15,000,000</td><td></td></tr></tbody></table>


---

# 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://novax-docs.gitbook.io/novax-gitbooks/resources/the-novax-token.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.
