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

# Roadmap

***

<table data-full-width="false"><thead><tr><th width="292">Event</th><th width="197">Year</th><th>QTR</th><th>Status</th></tr></thead><tbody><tr><td>Initial Prototype</td><td>2022</td><td>Q4</td><td><mark style="color:green;">Completed</mark></td></tr><tr><td>BA NFTs Collection Launch</td><td>2023</td><td>Q1</td><td><mark style="color:green;">Completed</mark></td></tr><tr><td>Affiliates Rewards</td><td>2023</td><td>Q1</td><td><mark style="color:green;">Completed</mark></td></tr><tr><td>1º PnE Game Launch</td><td>2023</td><td>Q1</td><td><mark style="color:green;">Completed</mark></td></tr><tr><td>20 Energy Pack Sale</td><td>2023</td><td>Q1</td><td><mark style="color:green;">Completed</mark></td></tr><tr><td>2º PnE Game Launch</td><td>2023</td><td>Q1</td><td><mark style="color:green;">Completed</mark></td></tr><tr><td>Rent (Scholarship)</td><td>2023</td><td>Q2</td><td><mark style="color:green;">Completed</mark></td></tr><tr><td>3º PnE Game Launch</td><td>2023</td><td>Q2</td><td><mark style="color:green;">Completed</mark></td></tr><tr><td>4º PnE Game Launch</td><td>2023</td><td>Q2</td><td><mark style="color:green;">Completed</mark></td></tr><tr><td>5º PnE Game Launch</td><td>2023</td><td>Q2</td><td><mark style="color:green;">Completed</mark></td></tr><tr><td>1º Guess Game Launch</td><td>2023</td><td>Q2</td><td><mark style="color:green;">Completed</mark></td></tr><tr><td>2º Guess Game Launch</td><td>2023</td><td>Q3</td><td><mark style="color:green;">Completed</mark></td></tr><tr><td>UX Optimization</td><td>2023</td><td>Q3</td><td><mark style="color:green;">Completed</mark></td></tr><tr><td>Token Launch</td><td>2023</td><td>Q3</td><td><mark style="color:green;">Completed</mark></td></tr><tr><td>Staking &#x26; Yield Farming</td><td>2023</td><td>Q3</td><td><mark style="color:green;">Completed</mark></td></tr><tr><td>DEX listing</td><td>2023</td><td>Q3</td><td><mark style="color:green;">Completed</mark></td></tr><tr><td>Buy &#x26; Sell: Marketplace</td><td>2023</td><td>Q3</td><td><mark style="color:green;">Completed</mark></td></tr><tr><td>BA NFTs Collection - Concluded</td><td>2023</td><td>Q3</td><td><mark style="color:green;">Completed</mark></td></tr><tr><td>1º PvP Game Launch</td><td>2023</td><td>Q4</td><td><mark style="color:yellow;">Planned</mark></td></tr><tr><td>CEX Listing</td><td>2024</td><td>Q1</td><td><mark style="color:yellow;">Planned</mark></td></tr><tr><td>Mobile App</td><td>2024</td><td>Q2</td><td><mark style="color:yellow;">Planned</mark></td></tr><tr><td>New PnE NFT collection</td><td>2024</td><td>Q2</td><td><mark style="color:yellow;">Planned</mark></td></tr></tbody></table>

## <mark style="color:purple;">Disclaimer</mark>

Please note that development is fluid, and all dates are subject to change. Any significant delays will be communicated to the community as early as possible. \
\&#xNAN;*<mark style="color:red;">The timeline assumes no major roadblocks to development.</mark>*


---

# 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://boredarmy.gitbook.io/bored-army-whitepaper/introduction/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.
