About
Hummingbot is an open source framework for building high-frequency market making and algorithmic trading bots, maintained by Hummingbot Foundation and supported by key sponsors and backers.
Our mission is to make sophisticated trading strategies and technology accessible to everyone and to level the playing field for traders around the globe Here are the core principles that underpin Hummingbot’s development:
- Open Source: The Hummingbot codebase is publicly available, auditable, and free
- Modular: Hummingbot modules can be independently built, used, and maintained by community members
- Extensible: Users can use Hummingbot to create any trading strategy on any exchange and blockchain
- All Levels: Hummingbot is designed for use by individuals and professionals alike
History¶
Hummingbot was originally built and open sourced by CoinAlpha in April 2019. Hummingbot pioneered a modular architecture that allowed external developers to contribute new exchange connectors and trading strategies into a shared, community-maintained codebase. Read the original Hummingbot whitepaper and the origin story blog post for more details.
Later, the Hummingbot team wrote the Liquidity Mining whitepaper that described an economic model for decentralized market making and subsequently launched the Miner liquidity mining platform.
In December 2021, CoinAlpha spun off the Hummingbot Foundation as a new open source entity that maintains the Hummingbot Github repository and administers a decentralized, community-driven governance system utilizing the HBOT token.
Today, Hummingbot is a bazaar-style open source project with many contributors and users around the world, both individual and professional.
Community Calls¶
Each month, we livestream one or more community calls on our Discord server. Afterwards, we post recordings on our YouTube channel.
Check out the Hummingbot Events Calendar for links to these monthly calls and other upcoming events.
Community Channels¶
For security purposes, ensure that you use only the official channels below to access Hummingbot content and code:
- Newsletter: Our weekly newsletter contains news, upcoming events, and updates about contributions from the global Hummingbot community
- Discord: Discord is the primary hub for the Hummingbot community - announcements, user support, trading strategies, connectors, and other discussions. Official announcements are only posted in the #announcements channel.
- Youtube: Our YouTube account contains videos that teach you how to use Hummingbot, livestreams of community calls, and interviews with members of the Hummingbot community.
- Twitter: We post regular news and updates on our Twitter account.
No DMs
Hummingbot Foundation team members will never initiate direct messages to users. If a random user imitating the core team or any of the community members sends you a DM don't hesitate to report it in our official Discord channel.
Public Resources¶
We maintain and keep updated the following boards, sheets and other resources:
-
Reported Volumes: A public dashboard of the aggregated, anonymized trade volumes that Hummingbot clients report.
-
HBOT Tracker: A public Google Sheet maintained by the Foundation, this shows you the real-time HBOT circulating supply, approved proposals, active bounties, and HBOT distributions.
-
Hummingbot Events Calendar: Upcoming release dates, monthly polls, community calls, and other events.
-
Bounties Board: A public Github board for bug fixes and proposed enhancements with development bounties attached to them.
-
Pull Request Status: A public Github board for active pull requests that are being voted on, reviewed, and merged.
Code Repositories¶
All Hummingbot Foundation code is located in the official Github and DockerHub accounts. Below are the only code repositories used to release official versions of Hummingbot and to communicate news and updates to HBOT token holders. Please download Hummingbot and Hummingbot-related software from only these official sources.
Github¶
The Foundation Github organization is located at https://github.com/hummingbot. Its repositories include:
hummingbot
: Hummingbot core client and CEX connectorsgateway
: DEX connector middlewaredashboard
: Hummingbot Dashboard control center appdeploy-examples
: Deployment example for multiple botshummingbot-site
: Hummingbot website and documentation siteawesome-hummingbot
: All the awesome Hummingbot linkscommunity-tools
: Tools and resources created by the Hummingbot community
DockerHub¶
Our DockerHub publishes Docker images for:
hummingbot
:master
(latest) anddevelopment
images of Hummingbot starting with version 1.5.0gateway
:main
(latest) anddevelopment
images of Gateway starting with version 1.13.0