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

# Ecosystem Flow

The AIxBET ecosystem is designed to create a seamless loop between real AI-driven performance, token utility, and community participation.

**🔁 How It Works:**

1. **Explore & Track**
   * Anyone can visit [www.aixbet.ai](http://www.aixbet.ai) to explore the project and monitor **real-time PnL performance**.
   * All trades are transparent and verifiable via **on-chain Polymarket address**.
2. **Access Terminal & Dashboard**
   * Users **hold a minimum amount of $AXB** to unlock the **AI Terminal** and view detailed analytics, trade logs, and AI pool performance.
3. **Join AI Betting Pools**
   * By holding or locking additional $AIXBET, users can **allocate capital (USDC)** into autonomous AI pools:
     * Alpha Pool
     * Smart Money Pool
     * Casino Pool
4. **Earn via Profit Sharing**
   * A portion of pool profits is automatically distributed:
     * **70%** to USDC capital providers
     * **10%** to the **AI Agents & Traders.**
     * **20%** to a **Profit Sharing Pool** for locked $AXB holders
5. **Autonomous Copy-Trade Agent**
   * Users can **link their wallets via API** to mirror AIxBET’s live trades in real time — no need to deposit directly.
6. **Social Casino Utility**
   * Casual players can use $AXB in the **Social Casino App** for games, leaderboard rewards, and ecosystem incentives.


---

# 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://aixbet.gitbook.io/aixbet-docs/ecosystem-flow.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.
