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

# 7. Roadmap

The roadmap reflects the current build sequence: the MAE Transition (converting the single-vault monolith into a formally modular multi-agent system) is the prerequisite for a Strategy Builder that is genuinely configurable, not a UI over a hardcoded engine.

**Closed Beta (Q1 2026, Completed)** Launched proprietary trading vault with initial MAE architecture. Seeded TVL from core team. Deployed initial agent performance dashboard. Completed external security audit.

**Open Beta / Public Onboarding (Q2 2026, Live)** Opened vault access for $MAICRO holders. Enabled USDC deposits. Shipped vault statistics dashboard with Sharpe, drawdown, and PnL attribution. Live: over $3M trading volume, $70K peak TVL.

**MAE Transition (In Progress)** Converting the current single-vault monolith into a properly modular multi-agent system with formal agent boundaries, typed event logs, per-agent attribution instrumentation, and the policy configuration layer that the Strategy Builder requires beneath it. This is the engineering prerequisite for the Strategy Builder to be real.

**Strategy Builder V1 (Q3 2026 Target)** Shipping the Strategy Builder with: STA configuration UI (Modes A and B), runtime agent attribution dashboard, pre-deploy backtest gate, permissionless vault network with seasoning gate, and $MAICRO staking tiers.

**Governance and Staking (v0.3)** $MAICRO staking for protocol governance. Token holders vote on platform features and fee structures. Advanced vault diagnostics and metrics for depositors and strategy creators.

**Permissionless Vault Network (v1.0)** Full public vault network with creator bonding, seasoning-gated publishing, and depositor-facing copy-allocation infrastructure.

**ATA Wealth Management Layer (v2.0)** Allocation Trading Agents enabling depositors to allocate across multiple published STAs with dynamic rebalancing based on live performance and user-set risk parameters. The full on-chain wealth management surface.

<figure><img src="/files/BfMkty4sHn6axonOqygS" alt=""><figcaption></figcaption></figure>


---

# 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://docs.maicrotrader.com/7.-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.
