AutoHedge is an enterprise-grade autonomous agent hedge fund that trades on your behalf. It combines swarm intelligence and specialized AI agents to perform end-to-end market analysis, risk management, and execution with minimal human intervention.
Current support: Full autonomous trading on Solana. Coming soon: Coinbase and additional exchanges.
AutoHedge is built to be the world's most powerful autonomous agent hedge fund. It runs continuous analysis, generates and validates trading theses, sizes risk, and executes orders across supported venues. The system is designed for institutional reliability: structured outputs, comprehensive logging, and a risk-first architecture that scales from single strategies to multi-venue, multi-asset deployment.
Execution Agent: order generation and execution
Real-Time Market Analysis: Integration with live market data for analysis and execution
| Venue | Status | Notes |
|---|---|---|
| Solana | Supported | Full autonomous trading |
| Coinbase | Coming soon | In development |
| Other CEX | Roadmap | Planned expansion |
pip install -U autohedge
# Jupiter API (token price & search tools)
# Get a key at https://portal.jup.ag
JUPITER_API_KEY=
# OpenAI (experimental agents)
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
WORKSPACE_DIR="agent_workspace"
# Trading
WALLET_PRIVATE_KEY=""
See .env.example for a full reference.
autohedge
AutoHedge uses a multi-agent pipeline where each agent has a defined responsibility:
graph TD
A[Director Agent] --> B[Quant Agent]
B --> C[Risk Manager]
C --> D[Execution Agent]
D --> E[Trade Output]
Contributions are welcome. See Contributing Guidelines for details.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)MIT License. See LICENSE for details.
AutoHedge by The Swarm Corporation
$ claude mcp add AutoHedge \
-- python -m otcore.mcp_server <graph>