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

# Token Overview

ZXAI is the utility and incentive token of the Zerax AI ecosystem.

It is designed to connect presale participation, rewards, referrals, staking and future platform access.

{% hint style="info" %}
ZXAI is not only used for presale participation.\
It is planned as the token layer behind user activity, staking rewards and long-term ecosystem utility.
{% endhint %}

***

### Token Details

| Detail                         | Value              |
| ------------------------------ | ------------------ |
| **Token Name**                 | Zerax AI           |
| **Token Symbol**               | ZXAI               |
| **Network**                    | Ethereum Mainnet   |
| **Total Supply**               | 1,000,000,000 ZXAI |
| **Presale Allocation**         | 200,000,000 ZXAI   |
| **Staking Rewards Allocation** | 200,000,000 ZXAI   |

***

### Why ZXAI Exists

ZXAI exists to support the ecosystem around Zerax AI.

It connects users with:

* Presale participation
* Reward campaigns
* Referral activity
* Staking rewards
* Future platform access
* Long-term ecosystem incentives

***

### Token Role

| Area                 | Role                                                    |
| -------------------- | ------------------------------------------------------- |
| **Presale**          | Allows early users to participate before public launch. |
| **Rewards**          | Used as a reward asset for quests and activity.         |
| **Referrals**        | Supports referral-based incentives.                     |
| **Staking**          | Allows holders to stake and earn rewards.               |
| **Platform Utility** | Planned for future access and ecosystem usage.          |

{% hint style="success" %}
ZXAI is designed to support both user participation and long-term platform growth.
{% endhint %}


---

# 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://docs.zeraxai.com/token/token-overview.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.
