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

# Q1 - 2022

Not only just forming product with sentimental value, we the DEGA also make sure the tech, the mechanics and overall system behind our product function to its best, since we believe technical advancement brings us to the future.&#x20;

* [x] **EXECUTE CONCEPTUAL IDEA:**
  * [x] Game theme chosen, develop characters, plot, settings
  * [x] Complete main game features: Party+Collab, Crafting system, Pet system, Skill system
  * [x] Testing PvP Arena, World Map, Party Dungeon
  * [x] Improve UX/UI to align with chosen theme&#x20;
  * [x] Break down game mechanics for improvement
* [x] **Design game economy**
* [x] **BLOCKCHAIN TESTING:**
  * [x] Token generation
  * [x] Token transaction
  * [x] Finish Vesting
* [x] **Release Whitepaper**
* [x] **Launch DEGA Web**
* [x] **Launch communication channels**
* [ ] **Start Seed/Private Sale**&#x20;

**QUICK REVIEW:** at this phase, we are proud to announce that every pieces of the full picture (from the game itself to the economy and blockchain) has worked well on its own.&#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://docs.degaverse.com/roadmap/q1-2022.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.
