Open SourceAI Trading Agents
Self-hosted. Multi-market. Your data, your agents.
AI agents that think for themselves — no rules engine, no black box.
Trade crypto, stocks, and prediction markets from your own infrastructure.
Deploy in 60 Seconds
Clone, configure, run. That's it.
# Clone the repo
$ git clone https://github.com/agentalpha/agentalpha.git
$ cd agentalpha
# Configure your exchange keys
$ cp .env.example .env
$ nano .env
# Start everything
$ docker compose up -d
> AgentAlpha running at http://localhost:3000
> Dashboard ready. Create your first agent.How It Works
Four steps from zero to live trading
Deploy
Self-host with Docker or use our managed cloud. Your instance, your keys, your data.
Create Agents
Write prompts describing your strategy. Pick your markets. Connect exchange API keys.
Backtest & Optimize
Run against historical data. The prompt optimizer evolves your strategy using AI.
Let Them Trade
Start paper trading, then go live. Monitor everything on the real-time dashboard.
Trade Across Multiple Markets
Not just another crypto bot. Connect to the markets that matter to you.
Crypto
Trade BTC, ETH, SOL, and thousands of tokens across centralized and decentralized exchanges.
Stocks
US equities with commission-free trading. Pull market data, run analysis, execute orders.
Prediction Markets
Trade on real-world events. Sports, politics, economics — let AI agents find edge in event markets.
Built for Developers
Everything you need, nothing you don't
AI Agents That Reason
LLM-driven agents that analyze markets, not just follow rules. They think, adapt, and explain their decisions.
Prompt Optimizer
Automatically evolve agent prompts based on backtest results. AI refining AI.
Multi-Market
Crypto, stocks, and prediction markets from a single platform. Add exchanges via plugins.
Paper Trading
Simulate trades with real market data. Validate strategies before risking capital.
Risk Management
Stop losses, position limits, max drawdown, and exposure controls baked in.
Backtesting
Test strategies against historical data. See exactly how your agent would have performed.
Real-Time Dashboard
WebSocket-powered monitoring. Trade logs, P&L, and agent reasoning in real time.
Open Source
MIT licensed. Read every line. Fork it, extend it, contribute back.
Fully Open Source
MIT licensed. No vendor lock-in. No telemetry. No surprises.
License — use it however you want
Self-hostable — your infra, your rules
Telemetry — no data phones home
# Fork and contribute
$ gh repo fork agentalpha/agentalpha --clone
$ cd agentalpha && make dev
$ git checkout -b my-feature
# Ship it
$ gh pr create --title "Add new exchange connector"Don't Want to Self-Host?
We run the same open-source code on managed infrastructure so you don't have to. No servers to maintain, no Docker to configure, no uptime to worry about.
Same features. Same code. We just handle the ops.
View Cloud PlansStart Building Today
Read the source. Run the tests. Deploy your first agent.