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

# Roadmap

SurvivalismG 프로젝트를 통해 재미와 Earn을 동시에 즐길 수 있는 P2E를 프로젝트를 구현하고 건전한 생태계를 만드는 것을 목표로합니다.

| Timeline     | Detail                                                                                                                                                                                               |
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **2022. 03** | <p>☑️ Project Launch </p><p>☑️ Launching of SurvivalismG Community </p><p>☑️ Various Airdrop events </p><p>☑️ SurvivalismG NFT pre-sale</p>                                                          |
| **2022. 04** | <p>☑️ SurvivalismG NFT 2nd pre-sale </p><p>☑️ Release of White-paper</p><p>☑️ Release of NFT-Fi</p>                                                                                                  |
| **2022. 05** | <p>☑️ Launching of NFT-Fi Shop </p><p>☑️ Launching of NFT-Fi Tournament </p><p>☑️ Various Airdrop events</p><p>☑️ Other Project Partnerships</p>                                                     |
| **2022. Q3** | <p>☑️ Launching of SurvivalismG CBT</p><p>☑️ Release of reconnaissance system</p><p>☑️ Release of online Boss raid system</p><p>☑️ Release of BOLT mining system</p><p>☑️ Launching of BOLT Swap</p> |
| **2022. Q4** | <p>☑️ Mint BOLTER <br>☑️ Launching of SurvivalismG</p>                                                                                                                                               |
| **2023. Q1** | <p>☑️ Online Beta Boss Season<br>☑️ Bolter Beta Season</p>                                                                                                                                           |
| **2023. Q2** | <p>☑️ PVP Season</p><p>☑️ Item enhancement<br>☑️ additional options feature</p><p>☑️ System maintenance, completeness</p>                                                                            |
| **2023. Q3** | <p>☑️ DEX LP POOL</p><p>☑️ Online Boss battle system</p><p>☑️ Bolter Monster Zone</p><p>☑️ Additional benefits upon successful defense</p><p>☑️ Trap feature</p>                                     |
| **2023. Q4** | <p>☑️ Ward feature</p><p>ㅁ Infinite Tower</p><p>ㅁ Costume feature</p><p>ㅁ Online Monster World feature</p><p>ㅁ Possibility of Listing on the Exchange</p>                                            |


---

# 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://survivalismg.gitbook.io/survivalismg/getting-started/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.
