All Cohorts
Now Enrolling

Botcamp Cohort 13

Learn the algorithmic trading strategies used by Wintermute, Jump Trading, and other professional market makers. Deploy them as Hummingbot AI Agents to run across any CEX or DEX - Hyperliquid, Binance, OKX, Meteora, Uniswap, and more. No coding experience required!

Apr 21 - May 15, 2026
4 Weeks
Recorded Live Sessions

New AI-Based Curriculum Features

Professional Market Making

New

Master strategies like cross-exchange market making, funding rate arbitrage, concentrated liquidity LP strategies, & more

No Coding Required

New

Design your custom algorithmic strategy and deploy it as a Hummingbot AI Agent - no coding experience required!

Agent Trading Competition

New

Compete in a 48-hour agent trading competition and win USDC prizes sponsored by Hummingbot Foundation and partner exchanges

Enrollment Fee
$3,800
One-time payment

What's Included

  • 4 weeks of live instruction by Hummingbot maintainers
  • Help with Hummingbot + AI infrastructure setup
  • Personalized strategy reviews and feedback
  • Hummingbot certification badge upon completion
  • Entry in AI Agent trading competition with $5,000+ in prizes
  • Access to private Botcamp Discord channels
Chat with us in Telegram

Secure checkout powered by Stripe

🔥 30 / 35 seats remaining

New in Cohort 13

Strategy Prizes

Win prizes from our sponsors for building the best trading strategies. Present your strategy on Demo Day to compete.

Total Prize Pool
$6,000+

Growing as more exchange partners join

Prize Sponsors

Hummingbot Foundation

Hummingbot Foundation

$3,000 Prize

Trading competition winners

Orca

Orca

$3,000 Prize

Best strategy using Orca DEX

Exchange Sponsors

Coming Soon

More Hummingbot exchange partners coming soon

Interested in sponsoring a prize? Contact us

Learn the Dark Arts of Market Making

From zero to professional market maker in just 4 intense weeks

Cohort Program Overview

12+ Theory and Practice Sessions

Dive deep into market theory, technical implementation, and deployment strategies with expert instructors

Hands-On Coaching

Get personalized help during office hours to troubleshoot your code and optimize your trading strategies

Get Certified

Present your strategy on Demo Day and earn official recognition as a certified Hummingbot market maker

Join Traders and Engineers from Top Institutions

Binance
Apple
Ripple
Harvard University
Decrypt
Outlier Ventures
Injective
Amaze Wallet

Botcamp Cohort 13 Schedule

Each session runs for 1-2 hours with interactive Q&A, and participants receive lifetime access to all session recordings, code samples, and course materials.

📖

Michael Feng

Hummingbot co-founder and CEO. Mike teaches market making theory, trading strategies, and business models used by professional market makers.

👨‍💻

Federico Cardoso

Hummingbot lead developer. Fede leads hands-on technical sessions where you'll build, test, and deploy algorithmic trading strategies.

🏆

Demo Day

Present your custom trading strategy to peers and industry experts, showcasing your skills and earning certification as a Hummingbot developer.

0

Week 0: Setup

📌

Pre-Cohort Setup

Sunday, Apr 12, 2026

Hummingbot Foundation

Complete these setup tasks before the cohort begins on April 21st.

1

Week 1: Market Making Fundamentals

📖

Introduction to Algo Trading

Tuesday, Apr 21, 2026

Michael Feng

An introduction to algorithmic trading bots and the cryptocurrency exchange landscape. Explore the differences between various types of algo trading strategies, including arbitrage, trend-following, and market making. Understand the tradeoffs between different exchange types—spot vs perpetual, centralized vs decentralized, and central limit order books vs automated market makers—and learn about the critical role that market makers play in providing liquidity to crypto markets.

👨‍💻

The Hummingbot API + AI Infrastructure

Wednesday, Apr 22, 2026

Federico Cardoso

A comprehensive overview of the Hummingbot API covering how to fetch market data, execute trades, and create automated trading bots. Understand the distinct roles and interactions between the Hummingbot API, MCP Server, and Condor in the overall architecture. Set up your development environment for the cohort and verify that you have access to all the necessary tools and resources needed for hands-on exercises.

📖

Market Making Theory and Practice

Thursday, Apr 23, 2026

Michael Feng

Trace the history of market making from traditional finance through the development of the groundbreaking Avellaneda-Stoikov model and its evolution into modern crypto market making. Learn the business models, trading strategies, and operational protocols employed by professional market makers. Apply these concepts by running your first market making scripts and controllers with Hummingbot, while understanding how to effectively balance risk and return in your trading approach.

👨‍💻

The Hummingbot V2 Framework and Executors Deep Dive

Friday, Apr 24, 2026

Federico Cardoso

Gain a deep understanding of the Hummingbot StrategyV2 Framework architecture and how it enables flexible, modular strategy development. Walk through each core component of the framework, including Executors, Controllers, and Data Providers. Master the different executor types available in Hummingbot—Order, Position, Grid, LP, Swap, and more. Learn when to use each executor type, how to configure them properly, deploy them via the API, and integrate them effectively within your controllers.

2

Week 2: Advanced Strategies and AI Foundations

📖

Earning Yield with DeFi

Tuesday, Apr 28, 2026

Michael Feng

An introduction to decentralized finance and on-chain trading across Solana and Ethereum ecosystems. Understand the differences between lending pools, liquidity pools, vaults, routers, and various decentralized exchange types. Learn about different on-chain yield strategies including staking, lending, liquidity provision, and looping—along with their expected returns, risks, and tradeoffs. See a live demonstration of how to connect your wallet securely and the operational security measures you should implement to protect your assets.

👨‍💻

Customizing Market Making Strategies

Wednesday, Apr 29, 2026

Federico Cardoso

A hands-on session exploring a professional market making strategy operating at scale. Watch a live demonstration of the PMM Mister strategy running with multiple controllers, all managed using AI. Compare how it differs from the original PMM V1 strategy and understand the improvements in the new architecture. Learn to implement your own unique trading logic within the V2 Framework architecture.

📖

Liquidity Provision Strategies

Thursday, Apr 30, 2026

Michael Feng

A deep dive into liquidity provision strategies and how they compare to traditional order book-based market making approaches. Analyze and compare liquidity provision mechanisms across Meteora, Orca, Uniswap, and PancakeSwap to understand each platform's unique characteristics. Learn to use the LP executor and controller for automated liquidity management across different exchange types and DeFi protocols.

📖

Harnesses, Models and Agents

Friday, May 1, 2026

Michael Feng

Demystify the jargon and gain a practical understanding of how to use agent harnesses like OpenClaw, Claude Code, and Condor to create personal AI agents. Learn how Hummingbot MCP and Skills fit into the overall architecture. Understand how Condor provides a flexible interface for your AI model of choice to interact with the Hummingbot API and create AI-powered trading agents. Explore the architectural differences between various harnesses and AI models, and learn when to build agents versus when to add skills to existing harnesses.

3

Week 3: Building AI Trading Swarms

👨‍💻

Building a Trading Agent

Tuesday, May 5, 2026

Federico Cardoso

Create an AI-powered trading agent that combines Hummingbot's robust data collection and trade execution capabilities with intelligent, autonomous decision-making. Learn how the Hummingbot Agent Specification defines a reliable, autonomous trading system that seamlessly integrates Hummingbot execution with AI-driven decision logic. Build a fully functional trading agent that can run across Condor, OpenClaw, and other harnesses, ensuring compatibility and portability across different deployment platforms.

👨‍💻

Self-Improving Agent Swarms

Wednesday, May 6, 2026

Federico Cardoso

Learn to deploy, monitor, and manage agent swarms—coordinated groups of trading agents that work together and learn from their collective performance over time. Discover best practices for swarm orchestration, comprehensive logging, and performance optimization when running multiple agents across different environments. Understand how to implement feedback loops that enable your agents to adapt their strategies based on market conditions and historical results.

💬

Office Hours

Thursday, May 7, 2026

Michael Feng

Get personalized help with your agent design, implementation questions, and competition preparation from Mike.

💬

Office Hours

Friday, May 8, 2026

Federico Cardoso

Get personalized technical support for your agent swarm implementation and deployment from Federico.

4

Week 4: Demo Day & Competition

🏆

Demo Day and Agent Competition Launch

Tuesday, May 12, 2026

Michael Feng

Present your strategy to fellow cohort members and industry experts to earn your official Hummingbot certification. After presentations, we unleash the participating agents in a 48-hour live trading competition where they compete autonomously for USDC prizes in real market conditions.

🏆

Agent Competition Results and Awards

Friday, May 15, 2026

Michael Feng

Review the final results of the 48-hour live trading competition and dive into detailed analysis of the most interesting agents. Celebrate the achievements of all participants as we award USDC prizes to the winners and recognize outstanding contributions to the cohort.

Ready to transform your trading skills?

Join Botcamp Cohort 13 and learn professional market making.

Courses Included

Your cohort enrollment includes all four premium Botcamp courses — an $800 value with over 20 hours of expert instruction from basic to advanced trading concepts

Intro to Algorithmic Trading

Basic

Market Making Strategies

Intermediate

Directional Strategies & V2 Framework

Intermediate

Cross Exchange Market Making

Advanced

Botcamp Live Sessions

When you enroll in a cohort, you get immediate access to all recorded live sessions from the previous cohort — over 20 hours of in-depth market making instruction

Common Questions About Cohorts

Learn from Hummingbot Core Maintainers

Michael Feng

Michael Feng

Hummingbot Co-founder

Michael co-founded CoinAlpha, the company behind Hummingbot, and wrote the Hummingbot whitepaper in 2019. Previously, he spent 7 years in credit derivatives at JPMorgan and Citigroup, where he structured some of the CDOs featured in The Big Short. Michael lives in California, USA.

Federico Cardoso

Federico Cardoso

Hummingbot CTO

Federico is the CTO of Hummingbot Foundation. In addition, he teaches Machine Learning and Big Data at the University of Buenos Aires. Previously, he was a quant trader at CTF Capital, a hedge fund that specialized in high-frequency market making. Federico lives in Mar del Plata, Argentina.

Botcamp Team

Hummingbot Tech Support

Access private Discord support channels where the Botcamp team provides personalized assistance with Hummingbot setup, installation, and technical troubleshooting.

Ready to Start Your Trading Journey?

Join Cohort 13 and learn professional algorithmic trading from industry experts.

Ask Questions in Telegram