# AIVille

## AIVille Whitepaper

- [The Genesis of AIVille](https://aivilles-organization.gitbook.io/aivilles-organization/welcome-to-aiville/the-genesis-of-aiville.md)
- [Architecture of Generative Agents](https://aivilles-organization.gitbook.io/aivilles-organization/welcome-to-aiville/architecture-of-generative-agents.md)
- [Memory Stream & Retrieval](https://aivilles-organization.gitbook.io/aivilles-organization/welcome-to-aiville/architecture-of-generative-agents/memory-stream-and-retrieval.md)
- [Reflection](https://aivilles-organization.gitbook.io/aivilles-organization/welcome-to-aiville/architecture-of-generative-agents/reflection.md)
- [Planning and Action](https://aivilles-organization.gitbook.io/aivilles-organization/welcome-to-aiville/architecture-of-generative-agents/planning-and-action.md)
- [AI Agents in AIVille Game](https://aivilles-organization.gitbook.io/aivilles-organization/ai-agents-in-aiville-game.md)
- [Roles in AIVille](https://aivilles-organization.gitbook.io/aivilles-organization/ai-agents-in-aiville-game/roles-in-aiville.md)
- [Core Gameplay Loops in AIVille](https://aivilles-organization.gitbook.io/aivilles-organization/ai-agents-in-aiville-game/core-gameplay-loops-in-aiville.md)
- [The Current Limitations in AI and dApp Integration](https://aivilles-organization.gitbook.io/aivilles-organization/aiville-evolution/the-current-limitations-in-ai-and-dapp-integration.md)
- [The Rise of eMCP](https://aivilles-organization.gitbook.io/aivilles-organization/aiville-evolution/the-rise-of-emcp.md)
- [eMCP: The Bridge Between AI and Blockchain](https://aivilles-organization.gitbook.io/aivilles-organization/aiville-evolution/the-rise-of-emcp/emcp-the-bridge-between-ai-and-blockchain.md)
- [The Evolution of AIVille](https://aivilles-organization.gitbook.io/aivilles-organization/aiville-evolution/the-rise-of-emcp/the-evolution-of-aiville.md)
- [AIVille: From AI Simulation to Web3 MCP Infrastructure to AI Game Framework](https://aivilles-organization.gitbook.io/aivilles-organization/aiville-evolution/aiville-from-ai-simulation-to-web3-mcp-infrastructure-to-ai-game-framework.md)
- [Phase 1: AI-Native Simulation on BNB Chain](https://aivilles-organization.gitbook.io/aivilles-organization/aiville-evolution/aiville-from-ai-simulation-to-web3-mcp-infrastructure-to-ai-game-framework/phase-1-ai-native-simulation-on-bnb-chain.md)
- [Phase 2: Multi-Chain AI Agent Coordination](https://aivilles-organization.gitbook.io/aivilles-organization/aiville-evolution/aiville-from-ai-simulation-to-web3-mcp-infrastructure-to-ai-game-framework/phase-2-multi-chain-ai-agent-coordination.md)
- [Phase 3: eMCP Infrastructure Layer for Web3](https://aivilles-organization.gitbook.io/aivilles-organization/aiville-evolution/aiville-from-ai-simulation-to-web3-mcp-infrastructure-to-ai-game-framework/phase-3-emcp-infrastructure-layer-for-web3.md)
- [Phase 4: Modular AI Framework for Web3 Games](https://aivilles-organization.gitbook.io/aivilles-organization/aiville-evolution/aiville-from-ai-simulation-to-web3-mcp-infrastructure-to-ai-game-framework/phase-4-modular-ai-framework-for-web3-games.md)
- [AIVille System Architecture](https://aivilles-organization.gitbook.io/aivilles-organization/architecture-and-highlights/quickstart.md)
- [Design Highlights](https://aivilles-organization.gitbook.io/aivilles-organization/architecture-and-highlights/publish-your-docs.md)
- [Dual-Token Economics](https://aivilles-organization.gitbook.io/aivilles-organization/tokenomics/dual-token-economics.md)
- [$DINAR (In-game & AI Behavioral Token)](https://aivilles-organization.gitbook.io/aivilles-organization/tokenomics/dual-token-economics/usddinar-in-game-and-ai-behavioral-token.md)
- [$AIV (Governance & Utility Token)](https://aivilles-organization.gitbook.io/aivilles-organization/tokenomics/dual-token-economics/usdaiv-governance-and-utility-token.md)
- [Value Creation Loops](https://aivilles-organization.gitbook.io/aivilles-organization/tokenomics/dual-token-economics/value-creation-loops.md)
- [Cross-Chain Design & Expansion](https://aivilles-organization.gitbook.io/aivilles-organization/tokenomics/dual-token-economics/cross-chain-design-and-expansion.md)
- [Governance & Treasury](https://aivilles-organization.gitbook.io/aivilles-organization/tokenomics/dual-token-economics/governance-and-treasury.md)
- [AIVille Roadmap](https://aivilles-organization.gitbook.io/aivilles-organization/roadmap/editor.md)
- [Official Links](https://aivilles-organization.gitbook.io/aivilles-organization/official/official-links.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://aivilles-organization.gitbook.io/aivilles-organization/welcome-to-aiville/the-genesis-of-aiville.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
