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

# Roadmap

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><p><strong>Phase 1</strong></p><p></p><ul class="contains-task-list"><li><input type="checkbox">Present the <strong>project idea</strong>;</li><li><input type="checkbox"><strong>Core team</strong> formation;</li><li><input type="checkbox"><strong>Whitepaper</strong> write;</li><li><input type="checkbox">Develop the <strong>website</strong>;</li><li><input type="checkbox"><strong>SOL contract</strong> deploy;</li><li><input type="checkbox">First <strong>partnerships</strong>;</li><li><input type="checkbox"><strong>Social media</strong> creation;</li><li><input type="checkbox"><strong>Community</strong> start;</li><li><input type="checkbox">Community <strong>instructions</strong> &#x26; <strong>Educate</strong></li></ul></td></tr><tr><td><p><strong>Phase 2</strong></p><p></p><ul class="contains-task-list"><li><input type="checkbox"><strong>Venture Capital</strong> entry;</li><li><input type="checkbox">Start <strong>soft marketing</strong>;</li><li><input type="checkbox">Prepare <strong>Trending</strong> Mainstream;</li><li><input type="checkbox">Start <strong>huge marketing</strong>;</li><li><input type="checkbox"><strong>PancakeSwap</strong> listing;</li><li><input type="checkbox"><strong>Certik Audit</strong> in progress</li><li><input type="checkbox"><strong>CG</strong> track;</li><li><input type="checkbox"><strong>CMC</strong> track;</li><li><input type="checkbox"><strong>DApp</strong> laun</li></ul></td></tr><tr><td><p><strong>Phase 3</strong></p><p></p><ul class="contains-task-list"><li><input type="checkbox"><strong>Click-to-Earn Game</strong> launch</li><li><input type="checkbox"><strong>Dapp Radar</strong> listing;</li><li><input type="checkbox">New game Update: <strong>PetShop</strong>;</li><li><input type="checkbox">New game Update: <strong>Pet Items</strong>;</li><li><input type="checkbox">New game Update: <strong>Dog Racing;</strong></li></ul></td></tr></tbody></table>


---

# 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-chi.gitbook.io/docs/welcome/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.
