Documentation Index
Fetch the complete documentation index at: https://condor.hummingbot.org/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
System Requirements
System Requirements
| Component | Minimum | Recommended |
|---|---|---|
| OS | Linux x64 or ARM (Ubuntu 20.04+), macOS | Ubuntu 22.04 LTS |
| Memory | 4 GB RAM | 8 GB RAM |
| Storage | 10 GB SSD | 20 GB SSD |
| CPU | 2 vCPUs | 4 vCPUs |
Cloud Server Options
Cloud Server Options
Any cloud provider works. Popular choices:
- AWS EC2: t3.medium or larger
- Google Cloud: e2-medium or larger
- Digital Ocean: Basic Droplet with 4GB RAM
- Hetzner: CX21 or larger
Install Condor
From an empty directory on the machine where you want Condor (and optionally the Hummingbot API on the same host), run:git clone setup, and more detail, see Installing Condor.
The installer will prompt for:
- Your Telegram bot token (see Create a Telegram Bot or @BotFather)
- Your authorized Telegram user ID(s)
- Whether to configure and launch Hummingbot API with Docker—answer yes if you are deploying Condor and the API on the same machine locally. Have Docker installed and running first. If the API runs on another server, you can skip this step and add that API URL later in Telegram under
/servers.
Verify Installation
Open your Telegram bot and send/start. You should see the main menu.
Note: After a successful start, admins should receive “Condor is online and ready.” in Telegram. If not, see Installing Condor — Troubleshooting.
Access Points
| Service | URL | Description |
|---|---|---|
| API | http://localhost:8000 | REST API endpoints |
| Swagger UI | http://localhost:8000/docs | Interactive API documentation |
Managing Services
After the deploy installer: Condor runs in a tmux session namedcondor.
condor:
hummingbot-api directory: docker compose ps and docker compose logs -f.
Manual / dev run (make run from a git clone): stop with Ctrl+C in that terminal.
Next Steps
Getting Started
Connect Telegram, add keys, and start using Condor
Trading Agents
Learn about the agent framework

