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

# Roadmap

{% tabs %}
{% tab title="Q1 2025" %}

1. Team building
2. Market research
3. Tokenomic design, economic model
4. Choosing a blockchain platform for development(SUI)
5. Developing basic game features.
6. Developing a diverse quest system.
   {% endtab %}

{% tab title="Q2 2025" %}

1. Developing a private wallet fork from Suiet, helping to store tokens and trade conveniently.
2. Developing an internal Marketplace using Sui Kiosk.
3. Developing a weekly Leaderboard feature.
4. Launch Raise Fund Round.
5. Launch Telegram Mini App Game.
6. Collaborating with many other communities in the Sui ecosystem.
   {% endtab %}

{% tab title="Q3 2025" %}

1. Organizing many challenges, events, campaigns, tournaments,... to help players collect Sui, tokens, NFTs,...
2. Developing multi-platform games, such as iOS, Android...
3. Airdrop campaign.
4. CEX, DEX Listing.
   {% endtab %}

{% tab title="Q4 2025" %}

1. Developing Staking, Farming features.
2. Running Marketing campaigns on both web2 and web3 to attract players.
3. Develop Multichain (TON, XRPL, BNB, SOL...) to increase liquidity and Marketcap for the Game.
   {% endtab %}

{% tab title="2026" %}

1. Optimize features to help users have a better experience.
2. Continue to improve old features and update many new features to help promote active user interaction every day.
3. Continue to expand the community partner network.
4. And more...
   {% endtab %}
   {% endtabs %}


---

# 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://merge-infinite.gitbook.io/merge-infinite/roadmap.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.
