> 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/roadmap/development-phases.md).

# Development Phases

Zerax AI development is divided into multiple phases.

Each phase focuses on a different part of the ecosystem.

***

### Phase 1 — Foundation

The first phase focuses on building the core identity and technical foundation.

Includes:

* Website
* Token contract
* Presale contract
* Dashboard structure
* Documentation
* Initial community presence

***

### Phase 2 — Presale & Dashboard

This phase focuses on user participation and presale tracking.

Includes:

* Wallet Connect Buy
* Manual Pay
* Transaction history
* Profile wallet management
* Presale progress tracking
* Purchase status tracking

***

### Phase 3 — Rewards & Community Growth

This phase focuses on user activity and community expansion.

Includes:

* Quest system
* Daily quests
* Daily streak
* XP and levels
* Reward claims
* Referral tracking
* Anti-abuse rules

***

### Phase 4 — Staking

This phase focuses on long-term token participation.

Includes:

* Staking dashboard
* Lock durations
* Estimated rewards
* Claim rewards
* Unstaking logic
* Staking reward tracking

***

### Phase 5 — AI System Builder Expansion

This phase focuses on the larger Zerax AI platform vision.

Includes:

* Website generation
* Dashboard generation
* AI tool creation
* Web app structures
* System planning flows
* User intent understanding

***

### Phase 6 — Automation & Execution Layer

This phase focuses on making systems more usable and connected.

Includes:

* Workflow automation
* API connections
* Data flow logic
* External integrations
* Web3 action flows
* Execution-based AI tools

***

### Phase 7 — Ecosystem Growth

This phase focuses on scaling the platform.

Includes:

* More integrations
* More platform utilities
* More reward campaigns
* More staking features
* More AI builder tools
* Long-term ecosystem partnerships

{% hint style="warning" %}
Roadmap items are forward-looking and may change based on development priorities and ecosystem requirements.
{% 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/roadmap/development-phases.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.
