Conversational Mode
Before creating Trading Agents, you can talk to Condor directly using natural language:Commands
/start - Main Menu
The welcome screen providing quick access to all features. Returns to the main menu at any time./portfolio - Portfolio Dashboard
Comprehensive portfolio tracking across all connected accounts and exchanges. Features:- P&L Tracking: 24-hour, 7-day, and 30-day performance metrics
- Token Holdings: Current balances with price changes
- Position Monitoring: Perpetual futures and CLMM positions
- Visual Analytics: Portfolio value charts and distribution graphs
/bots - Bot Management
Monitor and control all Hummingbot trading bot instances. Features:- Status Overview: Health indicators for all bots
- System Metrics: CPU usage, memory, uptime
- Controller Performance: Track strategy metrics
- Start/Stop: Control bot lifecycle
- Log Viewing: Access bot logs for debugging
/agent - Trading Agents
Create and manage autonomous Trading Agents. Features:- Create Agent: Guided setup for new Trading Agents
- Select LLM: Connect Claude, Gemini, Copilot, Codex, OpenRouter, or a local model — see Integrating your LLM
- Run Modes: dry_run, run_once, or loop
- Monitor: View active sessions and tick status
- Inject Directives: Send real-time instructions to running agents
/trade - CEX Trading
Unified trading interface for centralized exchanges. Supported Exchanges: Binance, Bybit, OKX, Kucoin, Kraken, Coinbase, Hyperliquid Features:- Market and limit orders
- Position management (perpetual)
- Leverage configuration
- Order tracking and cancellation
/swap - DEX Token Swaps
Execute token swaps on decentralized exchanges via Gateway. Supported DEXs: Jupiter (Solana), Uniswap (Ethereum, Base) Features:- Get quotes from multiple protocols
- Slippage protection
- Transaction status tracking
/lp - Liquidity Pool Management
Manage Concentrated Liquidity Market Maker (CLMM) positions. Supported Protocols: Orca, Raydium, Meteora, Uniswap V3 Features:- View active LP positions
- Add/remove liquidity
- Collect accumulated fees
- Position range monitoring
/keys - Credential Management
Manage exchange API credentials securely.- Select Perpetual or Spot
- Choose the exchange to configure
- Enter API key and secret
/config - System Configuration
Manage all system settings:Notifications
Condor sends notifications for:- Executor state changes (created, filled, stopped)
- Risk limit violations
- Bot status changes
- Price alerts from routines
/config.
Voice Commands
Send voice messages to Condor for hands-free trading. Condor uses Whisper for local transcription—no audio leaves your server.How It Works
- Hold the microphone button in Telegram
- Speak your command
- Release to send
- Condor transcribes and processes your request
Examples
Check prices:The first voice message may take longer as Condor downloads the Whisper model (~1GB). Subsequent messages are faster.
Security
- User Whitelist: Only authorized Telegram user IDs can interact with the bot
- No Credential Storage: API keys are stored encrypted on the server, not in Telegram
- Session Isolation: Each user’s session is isolated

