> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.6mm.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.6mm.com/_mcp/server.

# AI Hub Roadmap

AI Hub should be released in stages so users receive value early while sensitive trading capabilities remain protected.

<h2 id="phase-1-public-market-ai-access">
  Phase 1: Public Market AI Access
</h2>

Goal: let any supported AI client read official 6MM market data.

Deliverables:

* Shared SDK / API client.
* CLI public market commands.
* Local MCP public market tools.
* Hosted MCP public market tools.
* Resources for markets, fees, risk rules, and system status.
* Client installation guides.

Not included:

* Account queries.
* Real trading.
* API key hosting.

<h2 id="phase-2-account-read">
  Phase 2: Account Read
</h2>

Goal: let users safely inspect their own account context.

Deliverables:

* Read-only API key scope.
* Account summary.
* Balances.
* Positions.
* Open orders.
* Fills.
* Funding payments.
* Portfolio risk prompt.

Preferred deployment:

* Local MCP.
* CLI.
* Remote MCP self-hosted.

<h2 id="phase-3-trading-preview">
  Phase 3: Trading Preview
</h2>

Goal: let AI help generate orders without executing them.

Deliverables:

* preview\_order.
* Risk checks.
* Margin impact.
* Fee estimate.
* Liquidation impact.
* Execution planning prompt.

<h2 id="phase-4-controlled-trading">
  Phase 4: Controlled Trading
</h2>

Goal: support real trading only with strong guardrails.

Deliverables:

* create\_order.
* cancel\_order.
* amend\_order.
* cancel\_all\_orders.
* order\_status.
* idempotency.
* max notional limits.
* explicit confirmation.
* audit logs.

<h2 id="phase-5-agentic-skills">
  Phase 5: Agentic Skills
</h2>

Goal: productize common market analysis and risk workflows.

Deliverables:

* Market analyst skill.
* Portfolio risk skill.
* Funding research skill.
* Liquidation protection skill.
* Execution planner skill.
* Example task library.