> For the complete documentation index, see [llms.txt](https://parallel-game.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://parallel-game.gitbook.io/docs/roadmap/roadmap-parallel-development-phases.md).

# Roadmap — Parallel Development Phases

{% stepper %}
{% step %}

### Phase 0 — Foundation (Completed / Ongoing)

**Goal:** Establish the conceptual and technical base.

* Core game vision and universe definition
* NFT-first design philosophy
* Early architecture decisions (on-chain vs off-chain separation)
* Initial documentation and internal specs
* Community seeding and early feedback loops
  {% endstep %}

{% step %}

### Phase 1 — Core Systems Build

**Goal:** Make Parallel playable at a fundamental level.

* Core game mechanics implementation
* Card logic, stats, and progression rules
* Off-chain battle engine for speed and iteration
* On-chain verification for ownership, milestones, and achievements
* Internal testing environment
  {% endstep %}

{% step %}

### Phase 2 — MVP & Early Access

**Goal:** Validate gameplay with real users.

* MVP release with limited features
* Early access onboarding (invite-based)
* Balance tuning based on player behavior
* UX and onboarding improvements
* Bug fixing and performance optimization
  {% endstep %}

{% step %}

### Phase 3 — Ecosystem Expansion

**Goal:** Open Parallel beyond the core game.

* Modularity for future expansions
* Creator and builder-friendly tooling
* Ecosystem integrations
* Community-driven experiments
* Progressive decentralization of certain systems
  {% endstep %}

{% step %}

### Phase 4 — Token & Governance Activation

**Goal:** Introduce ecosystem-level coordination.

* Parallel token launch (post-ecosystem readiness)
* Utility activation aligned with real usage
* Governance signaling mechanisms
* Contributor incentive programs

Token mechanics will only activate **after** the ecosystem demonstrates organic traction.
{% endstep %}

{% step %}

### Phase 5 — Long-Term Evolution

**Goal:** Sustain and evolve the Parallel universe.

* New game modes and mechanics
* Cross-ecosystem collaborations
* Ongoing balance updates
* Community-led initiatives
* Long-term content and universe expansion
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}

### Roadmap Philosophy

* Quality over speed
* Gameplay before monetization
* Ecosystem before token economics
* Iterative releases with real feedback

Parallel is built as a **long-term project**, not a short-term launch.
{% 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://parallel-game.gitbook.io/docs/roadmap/roadmap-parallel-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.
