> For the complete documentation index, see [llms.txt](https://tranchevest.gitbook.io/tranchevest-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tranchevest.gitbook.io/tranchevest-1/agent-orchestration-layer-game/agent-hierarchy.md).

# Agent Hierarchy

The agent system follows a hierarchical structure:

* **Main Trading Agent**: Central coordinator for all trading activities
  * Manages overall strategy and user preferences
  * Coordinates specialized worker agents
  * Makes high-level investment decisions
* **Specialized Worker Agents**:
  * **Strategy Worker**: Selects specific investment strategies within each tranche
  * **Execution Worker**: Performs actual trades through DEX/CEX integrations
  * **Monitoring Worker**: Tracks performance and market conditions in real-time
  * **Reporting Worker**: Generates insights and reports for users
