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

# Roadmap

Anything on this page is subject to change throughout the development progress of the game. We will thoroughly test and validate any feature before it goes live.

The SHODO VEIL 2025 roadmap outlines our strategic plan to bring an immersive, team-based battle royale game to market. Our journey begins with the development of a Minimum Viable Product (MVP), progresses

**Q1: Minimum Viable Product**

* **Private Beta:** Launch of a limited access beta to test core functionalities.
* **Weapon/User Progression:** Introduction of progression systems for both weapons and users.
* **Acquired by SHODO VEIL Labs:** Official acquisition by SHODO VEIL Labs to support development and distribution.
* **Partnership with Sui:** Deploy $SV on the Sui blockchain for enhanced scalability and security.
* **Account Abstraction:** Implementation of account abstraction for simplified user experiences.
* **Free mint:** Launch of a Free mint event for the SHODO VEIL community.

**Q2: User Growth**

* **Airdrop Campaign:** Distribution of $SV tokens and other rewards to early adopters.
* **IDO + CEX Listing:** Initial DEX offering and listing on centralized exchanges.
* **Game Release:** Official release of SHODO VEIL to the public.
* **Battle Pass:** Introduction of a battle pass system with exclusive rewards.
* **Soulbound NFTs:** Release of NFTs that are permanently tied to the player's account.

**Q3: AA Game**

* **Daily/Weekly Missions:** Implementation of regular missions to keep players engaged.
* **In-Game Ramps:** Introduction of in-game ramps for enhanced gameplay mechanics.
* **Dynamic NFTs:** Launch of NFTs that change and evolve based on in-game actions.
* **NFT Marketplace:** Establishment of a marketplace for trading and purchasing NFTs.


---

# 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://shodo-veil.gitbook.io/whitepaper/the-game/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.
