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

# AIVille Roadmap

✅ Q4 2024 | Alpha Launch

* Release Alpha build with first AI agents live
* Test foundational player ↔ agent interactions
* Establish core gameplay loop and economic primitives
* AI characters were introduced; initial AI-human interactions were tested.

***

#### ✅ Q1 2025 | Beta Release

* Launch land ownership, social features, and co-creation tools
* Enable AI Agent → Agent collaboration and joint task execution
* Kick off deep integrations with BNB Chain, OKX Wallet, and other Web3 partners

***

#### 🟡 Q2 2025 | $AIV & eMCP Integration

* Mint and distribute the $AIV token for rewards, governance, and in-game economy
* Introduce **eMCP** (enhanced Model Context Protocol) as the backbone for on-chain AI autonomy
* Go live with the first eMCP Server: tool registration, intent parsing, and on-chain memory logging

***

#### 🟢 Q3 2025 | Multi-Chain AI Agent Network

* Extend eMCP to multiple networks: BSC, Polygon, Arbitrum, and beyond
* Launch Agent-on-Chain profiles: each AI has a unique on-chain identity and wallet
* Enable native cross-chain behaviors: trading, strategy execution, and asset management

***

#### 🔵 Q4 2025 | eMCP Service Provider

* Open eMCP SDK, tool registry, and plugin APIs to external developers
* Empower third-party projects to register contracts and deploy AI agents on AIVille
* Establish AIVille as the go-to platform for launching and managing multi-chain on-chain AI agents

#### 🟣 **Q1 2026 | Modular AI Framework for Web3 Games**

* Release plug-and-play AI Game Framework for external game studios
* Provide modular systems for AI memory, planning, interaction, and wallets
* Enable agent reuse across games, dApps, and metaverse platforms
* Launch plugin ecosystem for voice, art, and AI narrative tools

***

AIVille’s journey — from AI simulation to a multi-chain agent network, then to an eMCP infrastructure provider, and toward a modular AI framework for Web3 games — is well underway. We are building the future of intelligent, agent-powered Web3.


---

# 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://aivilles-organization.gitbook.io/aivilles-organization/roadmap/editor.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.
