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

# 3. Roadmap

This project is currently in a very early stage of development, therefore many of these features and the general time frames for releases may be subject to change.

<figure><img src="/files/I1PX2c5YqTBNOzaisMLa" alt=""><figcaption></figcaption></figure>

### Phase 1 MVP 22Q4(End of Oct. \~ November)

This phase includes the most foundational function of Sakaba - Proof-of-Play reputation system via completion of quests; Launchpad of AAA games. Our minimum viable product(MVP) is scheduled to launch following mainnet launch of Oasys blockchain. We expect it to happen approximately end of October.

* Exp\&Level
* Launchpad
* Leaderboard
* SAKABA Token

### Phase 2 Foundation 23Q1(Feb.)

After successful launch of our MVP, more foundational utilities will be implemented to boost our user base. This includes but not limited to Utility Token and its use cases, discord role integration and NFT staking.

* SDK for publishers
* Discord, NFT integration

### Phase 3 Scaling 23Q2\~3(Summer)

With our solid user base in Oasys ecosystem, now it's time to globally roll out our service to other blockchains and ecosystems. This will not only make our platform a new standard of blockchain gaming industry but also contribute to our mission which is to bridge the gap between traditional gaming and Web3 gaming industry.


---

# 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://docs.sakaba.xyz/sakaba/3.-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.
