System Architecture
Components
User Interfaces
Server Layer
Core Components
How It Works
- User Interfaces (Condor, AI agents) send requests to the Hummingbot API
- Hummingbot API processes requests and routes them to the appropriate component
- Hummingbot Client handles CEX trading via exchange APIs
- Gateway handles DEX trading via blockchain RPCs
Deployment Options
Development (Local)
Run everything on your local machine:Production (Server)
Deploy on a cloud server with Docker:- API server runs as a systemd service or Docker container
- Bots run as isolated Docker containers
- Gateway runs as a separate service for DEX access
Data Flow
Learn More
Hummingbot
The core trading framework
Gateway
DEX middleware for decentralized trading

