> 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/welcome/ecosystem-overview.md).

# Ecosystem Overview

Zerax AI is built as a connected ecosystem, not a single-purpose tool.

The ecosystem combines AI-powered system creation, Web3 participation, rewards, referrals, staking and user activity into one structure.

{% hint style="info" %}
The goal is to create a platform where users can participate, earn, stake and later use ZXAI inside a broader AI system-building ecosystem.
{% endhint %}

***

### Ecosystem Structure

| Area                 | Purpose                                                     |
| -------------------- | ----------------------------------------------------------- |
| **AI Platform**      | Helps users turn ideas into digital systems.                |
| **ZXAI Token**       | Powers ecosystem utility, rewards and staking.              |
| **Presale**          | Allows early participation before wider launch.             |
| **Dashboard**        | Lets users track purchases, rewards, referrals and staking. |
| **Rewards & Quests** | Gives users ways to earn through activity.                  |
| **Referral System**  | Rewards valid user invitations.                             |
| **Staking**          | Supports long-term token holding and rewards.               |

***

### How the Ecosystem Connects

```
User Activity
↓
Rewards / Referrals / Presale / Staking
↓
ZXAI Utility
↓
Platform Growth
↓
AI System Creation Ecosystem
```

Each part supports the others.

Users can join the presale, complete quests, invite others, stake tokens and track their progress through the dashboard.

***

### Main User Areas

#### Presale

Users can participate through:

* Wallet Connect Buy
* Manual Pay

#### Rewards

Users can complete quests and earn:

* ZXAI rewards
* XP
* Level progress
* Daily streak bonuses

#### Referrals

Users can invite others and earn rewards when valid activity is completed.

#### Staking

ZXAI holders can stake tokens and earn staking rewards based on the available staking structure.

***

### Ecosystem Goal

The ecosystem is designed to reward early users, active community members and long-term participants.

{% hint style="success" %}
Zerax AI is building a token-powered ecosystem around AI system creation, user participation and long-term platform utility.
{% 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/welcome/ecosystem-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.
