> For the complete documentation index, see [llms.txt](https://whitepaper-ko.miniton.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper-ko.miniton.games/about-miniton/undefined-4.md).

# 로드맵

{% hint style="info" %}

#### 로드맵은 수시로 업데이트될 예정입니다.

{% endhint %}

## 콜드 스타트

### Q4, 2023&#x20;

* **비즈니스 모델을 검증하고 사용자 행동 및 선호도를 수집하기 위해 MVP 버전 출시**
* **표적:**
  * DAU > 10,000
  * GAMES > 3
  * Monthly Income > 30k USD

### Q2, 2024

* **슈퍼 토너먼트 시작**
* **모금 완료**
* **표적:**
  * DAU > 200,000
  * Games > 10
  * Monthly Income > 500k USD

***

## 사용자 규모 및 개발자 생태계

### Q3, 2024

* **세미 오픈 및 비공개 토너먼트를 시작하세요.**
* **경기에 참가하기 위해 더 많은 유형의 게임 토큰 지원**
* **더 많은 유형의 상품 지원**
* **개발자 콘솔 실행**
* **토큰 상장**
* **표적:**
  * DAU > 1,000,000
  * Games > 20
  * Monthly Income > 2Mn USD

### Q4, 2024&#x20;

* **트래픽 매트릭스를 확장합니다.**
* **게임 카테고리를 확장하세요.**
* **게임 토큰 스왑을 시작하세요.**
* **표적:**
  * DAU > 5,000,000
  * Games > 100
  * Monthly Income > 10Mn USD

***

## DAO

### 2025

* **온체인 무작위성 서비스를 시작합니다.**
* **게임 콘텐츠 카테고리, 커버 영상, 기사, 라이브 스트리밍을 확장하세요.**
* **MiniTon SDK를 암호화 경쟁 프로토콜로 업그레이드하세요.**
* **재무 관리에서 DAO 거버넌스로 전환합니다.**&#x20;


---

# 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://whitepaper-ko.miniton.games/about-miniton/undefined-4.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.
