Condor Quickstart¶
Condor is a Telegram-based interface for managing Trading Agents and executing trades across centralized and decentralized exchanges. It uses the Hummingbot API as its execution backend.
For full installation instructions, see the Condor documentation:
Quick Install¶
The install script will prompt for:
- Telegram Bot Token: Create one via @BotFather
- Telegram User ID: Get yours via @userinfobot
What Gets Installed¶
| Component | Description |
|---|---|
| Condor | Telegram bot for monitoring and control |
| Hummingbot API | REST API backend (port 8000) |
| PostgreSQL | Database for trading data |
| EMQX | Message broker for bot communication |
Access Points¶
| Service | URL | Description |
|---|---|---|
| Telegram | Your bot | Primary interface |
| API | http://localhost:8000 |
REST API |
| Swagger | http://localhost:8000/docs |
API documentation |
Learn More¶
- Condor Documentation - Full guides for Trading Agents, executors, and more
- Hummingbot API Reference - API endpoints and developer guide
- MCP Installation - Connect AI assistants to Hummingbot API