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

# Roadmap

### 2022

* Initiated the Runesoul project.
* Developed core features and functionalities.
* Designed map environments and scenarios.

### 2023

* Created key BOSS characters.
* Structured the narrative framework.
* Designed and developed hero roles and mechanics.

### 2024 Q1–Q2

* Published the official whitepaper.
* Launched the corporate website.
* Developed the economic framework.
* Conducted prototype testing.

### 2024 Q3

* Established the community network.
* Enhanced the core narrative.
* Developed recurring engagement systems.
* Announced strategic alliances.
* Released the Alpha I product version.

### 2024 Q4

* Launched Alpha II product iteration.
* Released promotional media assets.
* Tested the economic framework.
* Initiated the Genesis NFT presale.
* Introduced multi-language support.

### 2025 Q1

* Launched the Beta version.
* Introduced the Product Experience Officer Program.
* Expanded the user community.
* Completed smart contract audits.

### 2025 Q2

* Published on iOS App Store and Google Play Store.
* Commenced the Genesis Season.
* Launched pre-mining activities.
* Initiated DEX trading.
* Secured additional exchange listings.
* Listed on CoinMarketCap and CoinGecko.

### 2025 Q3

* Deployed world BOSS encounters.
* Released new hero characters.
* Executed multi-chain deployment.
* Launched the Guild System.
* Announced IP collaboration initiatives.
* Enabled inter-guild competition.
* Hosted the inaugural global championship.

### 2025 Q4

* Launched Extreme Challenge Mode.
* Introduced Hero Awakening mechanics.
* Released the Battle Pass system.
* Initiated the Global Ambassador Program.

### 2026

* Introduced the Achievement System.
* Released limited-edition anniversary NFTs.
* Held anniversary celebration events.
* Partnered with professional esports organizations.
* Expanded PVP engagement options.
* Implemented community-driven DAO governance.


---

# 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://runesoul.gitbook.io/whitepaper/runesoul-development/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.
