Open Source · MIT License

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.

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

01

Deploy

Self-host with Docker or use our managed cloud. Your instance, your keys, your data.

02

Create Agents

Write prompts describing your strategy. Pick your markets. Connect exchange API keys.

03

Backtest & Optimize

Run against historical data. The prompt optimizer evolves your strategy using AI.

04

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.

Binance · Coinbase

Crypto

Trade BTC, ETH, SOL, and thousands of tokens across centralized and decentralized exchanges.

Yahoo Finance · Alpaca

Stocks

US equities with commission-free trading. Pull market data, run analysis, execute orders.

Polymarket

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.

MIT

License — use it however you want

100%

Self-hostable — your infra, your rules

0

Telemetry — no data phones home

contribute
# 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"
Managed Cloud

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 Plans

Start Building Today

Read the source. Run the tests. Deploy your first agent.