Skip to main content
This guide walks you through setting up Condor from scratch and building your first autonomous Trading Agent.

What You’ll Learn

1

Installing Condor and Hummingbot API

Deploy the two-server architecture on your machine
2

Adding Credentials

Connect your exchange accounts via API keys
3

Seeing Your Portfolio

View balances and positions across all exchanges
4

Build Your First Agent

Create and deploy an autonomous Trading Agent
5

Managing Agent Sessions

Monitor, inspect, and control running agents
6

Adding Custom Routines

Extend agents with deterministic Python code

Prerequisites

Before starting, ensure you have:
  • A Linux server (Ubuntu 20.04+) or macOS machine
  • 4 GB RAM minimum (8 GB recommended)
  • Exchange API keys with trade permissions
  • Claude, Gemini, or GPT API access for LLM integration

Time to Complete

Most users complete this guide in under 30 minutes.

Start Here

Begin with installation

Already Installed?

Jump to building your first agent