AI trading bot for cross-exchange crypto arbitrage. Detect price discrepancies across CEX/DEX, run automated or manual execution, and monitor spreads in real time.
Prices for the same asset often differ across venues due to latency, liquidity, and flow. This bot scans multiple exchanges (and oracles), finds exploitable spreads, and supports execution so you can capture those gaps before they close.
- Crypto trading firms — Multi-venue arbitrage and execution
- Quant teams — Spread and latency research
- Exchanges — Price and liquidity monitoring
- Developers — Bots and API integrations
Need custom arbitrage bots, multi-exchange execution, or oracle/API integrations? Get in touch:
For collaboration or development work:
- GitHub — Open an issue
- Telegram — @jjcunningham
- Email — jj.cunningham1129@gmail.com
Historical backtest only; not live trading.
| Parameter | Value |
|---|---|
| Period | Q2 2024 – Q1 2025 |
| Markets | Multi-exchange spot |
| Execution | Simulated |
| Metric | Result |
|---|---|
| Spread-capture rate | 64% |
| Sharpe ratio | 1.12 |
| Max drawdown | −11.2% |
Fees, slippage, and latency will affect live results.
Price diverges across venues before it mean-reverts. This bot focuses on detecting and acting on spread opportunities across connected exchanges and oracles (e.g. Binance, Coinbase, DEX oracles) so you can run statistical or pure arbitrage with clear execution logic.
Exchange / oracle feeds (Binance, Coinbase, 1inch, etc.)
↓
Spread & opportunity detector
↓
Execution layer (Backend) / optional contracts
↓
Frontend (monitoring, controls)
git clone https://github.com/asonglin/cross-exchange-ai-arbitrage-bot.git
cd cross-exchange-ai-arbitrage-botBackend (Python): cd Backend && pip install -r requirements.txt — configure oracles and run main.py.
Frontend: cd Frontend && npm install && npm run dev for the dashboard.
Contracts: See Contracts/ for deployment and scripts.
cross-exchange-ai-arbitrage-bot/
├── Backend/ # Python oracles (Binance, Coinbase, 1inch, PancakeSwap, Jupiter), main.py
├── Frontend/ # Vite app, monitoring UI
├── Contracts/ # Solidity (e.g. ArbixVault), scripts
└── run.ps1 # run helper
Part of the same AI trading bot suite:
- Crypto Futures AI Trading Bot — AI trading bot for funding arbitrage and smart-money monitoring
- Crypto Liquidity AI Trading Bot — AI trading bot for order-book liquidity and sweep signals
License: MIT © 2026
