# maicrotrader Docs

## maicrotrader Docs | V3

- [1. Introduction](https://docs.maicrotrader.com/1.-introduction.md)
- [2. Vision and Goals](https://docs.maicrotrader.com/2.-vision-and-goals.md)
- [2.1 Why Now](https://docs.maicrotrader.com/2.-vision-and-goals/2.1-why-now.md): Three converging forces make this the right moment.
- [2.2 Goals](https://docs.maicrotrader.com/2.-vision-and-goals/2.2-goals.md)
- [3. How maicrotrader Works](https://docs.maicrotrader.com/3.-how-maicrotrader-works.md)
- [3.1 Strategy Trading Agents (STAs)](https://docs.maicrotrader.com/3.-how-maicrotrader-works/3.1-strategy-trading-agents-stas.md)
- [3.2 Allocation Trading Agents (ATAs)](https://docs.maicrotrader.com/3.-how-maicrotrader-works/3.2-allocation-trading-agents-atas.md)
- [4. Open Beta](https://docs.maicrotrader.com/4.-open-beta.md)
- [4.1 Live Strategy Overview](https://docs.maicrotrader.com/4.-open-beta/4.1-live-strategy-overview.md)
- [4.2 Random Forest Methodology](https://docs.maicrotrader.com/4.-open-beta/4.2-random-forest-methodology.md)
- [4.3 Dual-Model Architecture](https://docs.maicrotrader.com/4.-open-beta/4.3-dual-model-architecture.md)
- [4.4 Performance/Backtest](https://docs.maicrotrader.com/4.-open-beta/4.4-performance-backtest.md)
- [5. The Strategy Builder](https://docs.maicrotrader.com/5.-the-strategy-builder.md)
- [5.1 Builder Modes](https://docs.maicrotrader.com/5.-the-strategy-builder/5.1-builder-modes.md)
- [5.2 Live Vault Dashboard](https://docs.maicrotrader.com/5.-the-strategy-builder/5.2-live-vault-dashboard.md)
- [6. Security and Auditability](https://docs.maicrotrader.com/6.-security-and-auditability.md)
- [6.1 External Audit](https://docs.maicrotrader.com/6.-security-and-auditability/6.1-external-audit.md)
- [7. Roadmap](https://docs.maicrotrader.com/7.-roadmap.md)
- [8. $MAICRO Token: Full Tokenomics](https://docs.maicrotrader.com/8.-usdmaicro-token-full-tokenomics.md)
- [8.1 Staking Tiers and Capabilities](https://docs.maicrotrader.com/8.-usdmaicro-token-full-tokenomics/8.1-staking-tiers-and-capabilities.md)
- [8.2 Fee Structure](https://docs.maicrotrader.com/8.-usdmaicro-token-full-tokenomics/8.2-fee-structure.md)
- [8.3 Liquidity Mining Program (Open Beta) \[Concluded\]](https://docs.maicrotrader.com/8.-usdmaicro-token-full-tokenomics/8.3-liquidity-mining-program-open-beta-concluded.md)
- [8.4 Flywheel Mechanics](https://docs.maicrotrader.com/8.-usdmaicro-token-full-tokenomics/8.4-flywheel-mechanics.md)
- [9. Team](https://docs.maicrotrader.com/9.-team.md): Core Team
- [10. Official Links](https://docs.maicrotrader.com/10.-official-links.md)
- [11. Glossary](https://docs.maicrotrader.com/11.-glossary.md)
- [Terms and Conditions](https://docs.maicrotrader.com/terms-and-conditions.md)
- [Privacy Policy](https://docs.maicrotrader.com/privacy-policy.md)
- [Cookie Policy](https://docs.maicrotrader.com/cookie-policy.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://docs.maicrotrader.com/1.-introduction.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.
