# Maicro Agents

Maicrotrader empowers users with a multi-agent engine comprising two primary types of autonomous trading agents, each focused on optimizing specific aspects of the trading workflow:

* **Strategy Trading Agents (STAs):** Execute proprietary and top trader-built strategies, such as trading top-5, top-20, or niche memecoin portfolios, specializing in market analysis and trade selection. Each STA operates as a small digital hedge fund, complete with its own dedicated multi-agent engine for comprehensive, self-contained operation.
* **Allocation Trading Agents (ATAs)**: Customize capital allocation based on user-defined risk, asset, and return preferences, dynamically investing in STAs to optimize portfolio construction.

These agents operate within a coordinated multi-agent system, integrating real-time market signals such as volatility, moving averages, RSI, on-chain liquidity, and macro indicators to make data-driven trading decisions. Trades are executed on-chain via decentralized exchanges (DEXs), starting with Hyperliquid and expanding to others like Uniswap, SushiSwap, and more.


---

# Agent Instructions: 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:

```
GET https://docs.maicrotrader.com/solution-overview/maicro-agents.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.
