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

# Roadmap

## Q3/2023

* White Paper Development: Defining the core concepts and mechanics of the game
* Roadmap Development: Detailed planning of steps and success metrics for the game's development
* Website Launch

## Q4/2023

* Game Project Showcase at Games Expo
* Technical Documentation Creation&#x20;
* UI/UX Designing&#x20;
* Game Economy Implementation&#x20;
* Strategic Funding Round Closure&#x20;
* Ambassador Program Launch

## Q1/2024

* Project update: Roadmap, GitBook, Team&#x20;
* Frontend/Backend Development&#x20;
* Web3 Components Development&#x20;
* &#x20;Start of the Community Funding Round

## Q2/2024

* Logic and Game Mechanics Development
* Development and Launch of an Exclusive Community Feature
* Exclusive Testing: Unique Phase with Special Rewards for Select Players&#x20;
* App Performance and Balance Stabilization&#x20;

## Q3/2024

* Token Generation Event (TGE)&#x20;
* Token Listings
* NFT Asset Creation
* Start of the Public Funding Round

## Q4/2024

* Beta Testing with Match3
* Marketplace Launch
* Implementation of Clan Features in the Game&#x20;
* New Token Listings
* Introduction of artifacts into the game
* NFTs Pre-sale

## Q1/2025

* Walking Mode Introduction&#x20;
* Expanding Clan Features: Finalizing all planned aspects, including land functionalities&#x20;
* Launch of the Global Map with Territory Сapture&#x20;
* Introduction of Сhallenges for PvE

## Q2/2025

* AR Mode Introduction&#x20;
* Rolling Out Updates and Upgrades&#x20;
* Full Release&#x20;
* Mapping Out and Launching New Functions and Add-ons


---

# 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.argybargy.io/development/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.
