> For the complete documentation index, see [llms.txt](https://ludo-cities.gitbook.io/ludo-cities-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ludo-cities.gitbook.io/ludo-cities-whitepaper/about-us/road-map.md).

# Road Map

### Current Status :

Ludo Cities has completed its core development phase and is already live across multiple platforms. Key achievements include:

{% stepper %}
{% step %}

#### Live on Google Play Store (Android)

The game is publicly available and fully playable on Android devices.
{% endstep %}

{% step %}

#### Multi-Platform Support

Ludo Cities currently supports Android, iOS, Play Solana, and Seeker Phone, enabling a unified cross-platform experience.
{% endstep %}

{% step %}

#### Integrated With Solana Testnet

The Web3 layer, including rewards and blockchain-backed gameplay, is running on the Solana Test Network for beta and QA testing.
{% endstep %}

{% step %}

#### [Launch on Solana Mainnet](https://jup.ag/tokens/JSXWEi4ZXJkrkqWQg4UjUPzpmpYYFxzLmBuADh5cyai)

$LUDC token is live on the mainnet.\
CA : [JSXWEi4ZXJkrkqWQg4UjUPzpmpYYFxzLmBuADh5cyai](https://jup.ag/tokens/JSXWEi4ZXJkrkqWQg4UjUPzpmpYYFxzLmBuADh5cyai)
{% endstep %}
{% endstepper %}

***

### Upcoming Milestones

{% stepper %}
{% step %}

#### December 2025 — Launch on Seeker Phone

Optimized build for Seeker Phone with native wallet integration and seamless on-chain interactions.
{% endstep %}

{% step %}

#### January 2026 — Launch on Web

Play Ludo Cities directly in your browser with this update.
{% endstep %}

{% step %}

#### January 2026 — Launch on Play Solana Console

Console release with matchmaking, PvP, and integrated Solana wallet support for living-room gameplay.
{% endstep %}

{% step %}

#### June 2026 — City NFT Sale Goes Live

The first official sale of Ludo City NFTs, unlocking revenue-sharing for owners, city upgrades, hosting of tournaments, and long-term ecosystem participation.
{% endstep %}
{% endstepper %}


---

# 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://ludo-cities.gitbook.io/ludo-cities-whitepaper/about-us/road-map.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.
