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

# Roadmap

<table><thead><tr><th width="228">Phase</th><th>Tasks</th><th data-hidden data-type="checkbox"></th></tr></thead><tbody><tr><td><mark style="color:red;"><strong>2024 1st Quarter</strong></mark></td><td>Activation of Website V1 version</td><td>true</td></tr><tr><td></td><td>Commencement of Token launch</td><td>true</td></tr><tr><td></td><td>Opening of global group discussions</td><td>true</td></tr><tr><td></td><td>Organization of Airdrop</td><td>true</td></tr><tr><td></td><td>Public relations campaigns on crypto news websites</td><td>true</td></tr><tr><td><mark style="color:red;"><strong>2024 2nd Quarter</strong></mark></td><td>Completion of Pre-sale</td><td>false</td></tr><tr><td></td><td>Listing on CMC &#x26; COINGECKO</td><td>false</td></tr><tr><td></td><td>Listing on Tier 1 exchanges</td><td>false</td></tr><tr><td></td><td>Marketing efforts</td><td>false</td></tr><tr><td></td><td>Reaching 10,000 active investors</td><td>false</td></tr><tr><td></td><td>Announcement of new partnerships</td><td>false</td></tr><tr><td><mark style="color:red;"><strong>2024 3rd Quarter</strong></mark></td><td>Initiation of NFT market endeavors</td><td>false</td></tr><tr><td></td><td>Listing on Tier 2 and Tier 3 exchanges</td><td>false</td></tr><tr><td></td><td>Email advertising campaigns</td><td>false</td></tr><tr><td></td><td>AMA (Ask Me Anything) events</td><td>false</td></tr><tr><td></td><td>Conducting Airdrop events</td><td>false</td></tr><tr><td></td><td>Promotion with influencers on YouTube</td><td>false</td></tr><tr><td></td><td>Partnership agreements with influencers on Twitter</td><td>false</td></tr><tr><td><mark style="color:red;"><strong>2024 4th Quarter</strong></mark></td><td>Opening of game demo download link</td><td>false</td></tr><tr><td></td><td>Game promotions with influencers on YouTube</td><td>false</td></tr><tr><td></td><td>Reaching 100,000 active players</td><td>false</td></tr><tr><td></td><td>Activation of Google Ads campaigns</td><td>false</td></tr><tr><td></td><td>Listing on Tier 4 exchanges</td><td>false</td></tr><tr><td></td><td>Activation of in-game token earning feature</td><td>false</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://gunstorm.gitbook.io/usdguns-docs/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.
