# Phases

This roadmap reflects current implementation status and removes date-based labels.

### <mark style="color:orange;">PHASE A | Foundation</mark>

> *`Core Architecture and Project Setup`*

* [x] Concept development
* [x] Whitepaper drafting
* [x] Initial technical documentation
* [x] Branding and online presence
* [x] Early community outreach

### <mark style="color:orange;">PHASE B | Core Network and Tooling</mark>

> *`PoW Network, Token Framework, and Dev Operations`*

* [x] PoW + DAG/DETS technical direction established
* [x] Wrapped MAZZE ERC20 deployment and allocation framework
* [x] Testnet operational flow defined
* [x] Node + miner setup guides (Docker and source)
* [x] Mazze CLI workflows documented
* [x] JSON-RPC operational documentation
* [x] Mining modes documented (`stratum`, `cpu`, `disable`)
* [x] Privacy implementation documented (shielded pool + Groth16 flow)

### <mark style="color:orange;">PHASE C | Mainnet Readiness and Ecosystem</mark>

> *`Launch Hardening and Ecosystem Activation`*

* [ ] Mainnet launch readiness and validation
* [ ] Node operator expansion
* [ ] Bridge operations hardening and monitoring
* [ ] Ecosystem app rollout (DEX and related integrations)
* [ ] Hackathon and grant program execution
* [ ] Strategic ecosystem partnerships

### <mark style="color:orange;">PHASE D | Expansion and Optimization</mark>

> *`Scale, Interoperability, and Long-Term Growth`*

* [ ] Cross-chain interoperability expansion
* [ ] DeFi ecosystem growth initiatives
* [ ] Network optimization and high-BPS soak tuning
* [ ] Operational compliance and governance hardening
* [ ] Long-term sustainability initiatives


---

# Agent Instructions: 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:

```
GET https://docs.mazze.io/roadmap/phases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
