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

# Token Details

Here are the token and presale details for the 0xHub platform:

#### Token Information

* **Token Name:** 0xHub&#x20;
* **Token Symbol:** OxH
* **Total Supply:** 1 Billion&#x20;

**Token Allocation Table**

| Allocation   | Percentage | Token Amount (OxH) |
| ------------ | ---------- | ------------------ |
| Private Sale | 15%        | *150000000*        |
| Public Sale  | 25%        | *250000000*        |
| OG Holders   | 40%        | *400000000*        |
| Team         | 5%         | *50000000*         |
| Liquidity    | 10%        | *100000000*        |
| Marketing    | 5%         | *50000000*         |

#### Presale and Release Details

* **Tokens Released on Token Generation Event (TGE):** 25%
* **Subsequent Releases:** 25% of the tokens will be released every two weeks after the TGE until 100% of the tokens are distributed.

#### Financial Structure

* **Taxation:** There is a tax of **5%** on buys and **5%** on sells, which is designed to provide stability and support for the token's price and to fund various aspects of the project's development and marketing efforts.<br>
* Development Tax - **2%**
* Marketing Tax - **2.5%**
* Private Sale Holder Rewards - **0.5%**\ <br>

  #### Liquidity Lock

  * **Duration:** 2 years
  * To ensure stability and trust in the 0xHub ecosystem, liquidity will be locked for two years. This prevents the liquidity from being withdrawn and helps maintain a healthy trading environment.

  \
  This enhanced structure is designed to ensure a balanced distribution of tokens among early supporters, the development team, and users. It also provides the necessary liquidity and funding for ongoing development and marketing initiatives to support the growth and sustainability of the 0xHub platform.


---

# 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://0xhub.gitbook.io/welcome/project/token-details.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.
