The-Swarm-Corporation/AutoHedge

▲ 1,020 stars today★ 6,108⑂ 880

Build your autonomous hedge fund in minutes. AutoHedge harnesses the power of swarm intelligence and AI agents to automate market analysis, risk management, and trade execution.

6,108Star
880Fork
0Watch
0Issue
PythonLanguage
-License
Created · last push · repository size 0 KB · default branch -

README

AutoHedge

Join our Discord Subscribe on YouTube Connect on LinkedIn Follow on X.com

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.

---

Overview

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.

---

Features

---

Supported Venues

| Venue | Status | Notes | |-----------|----------------|--------------------------| | Solana | Supported | Full autonomous trading | | Coinbase | Coming soon | In development | | Other CEX | Roadmap | Planned expansion |

---

Quick Start

Installation

pip install -U autohedge

Environment Variables

# 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.

Basic Usage

autohedge 

---

Architecture

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]

---

Contributing

Contributions are welcome. See Contributing Guidelines for details.

1. Fork the repository 2. Create a feature branch (git checkout -b feature/AmazingFeature) 3. Commit changes (git commit -m 'Add some AmazingFeature') 4. Push to the branch (git push origin feature/AmazingFeature) 5. Open a Pull Request

---

License

MIT License. See LICENSE for details.

---

Acknowledgments

---

Support

---

AutoHedge by The Swarm Corporation

More Today's Trending projects

1

debpalash / VoiceStudio

Python★ 29,840⑂ 3,606▲ 2,776 stars
2

JustVugg / colibri

C★ 32,609⑂ 3,430▲ 2,173 stars
3

bilawalsidhu / gods-eye-view

JavaScript★ 33,945⑂ 6,772▲ 1,831 stars
4

alibaba / open-code-review

Go★ 26,516⑂ 1,906▲ 1,571 stars
5

ever-co / ever-gauzy

TypeScript★ 6,164⑂ 994▲ 1,130 stars
6

pacifio / atlas

Rust★ 4,440⑂ 274▲ 1,091 stars