> 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/use-cases.md).

# Use Cases

ZXAI is planned to support different user actions inside the Zerax AI ecosystem.

Its use cases are connected to participation, rewards, staking and future platform access.

***

### Main Use Cases

| Use Case             | Description                                       |
| -------------------- | ------------------------------------------------- |
| **Presale Access**   | Users can participate in the token presale.       |
| **Quest Rewards**    | Users can earn ZXAI by completing approved tasks. |
| **Referral Rewards** | Users can earn rewards from valid referrals.      |
| **Daily Streaks**    | Users may earn activity-based rewards.            |
| **Staking**          | Holders can stake ZXAI and earn staking rewards.  |
| **Platform Utility** | Future use inside Zerax AI tools and features.    |

***

### User Participation

ZXAI supports user activity across the ecosystem.

Users may interact with ZXAI by:

* Buying during presale
* Completing quests
* Inviting referrals
* Claiming rewards
* Staking tokens
* Tracking balances in the dashboard

***

### Ecosystem Growth

ZXAI is also designed to support growth.

It can help reward:

* Early users
* Active community members
* Long-term holders
* Referral contributors
* Staking participants

{% hint style="success" %}
ZXAI is designed to create a connection between platform usage, community activity and long-term ecosystem incentives.
{% endhint %}

***

### Future Use

As the platform expands, ZXAI may become connected to:

* AI system builder access
* Automation tools
* Web3 builder features
* Premium platform utilities
* Ecosystem-based benefits

***

### Summary

ZXAI is not designed for one single use case.

It is planned as a multi-utility token that supports presale, rewards, referrals, staking and future Zerax AI platform features.


---

# 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/use-cases.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.
