Overview

This section documents the Delta-DeFi team's fork of [Hummingbot](https://github.com/hummingbot/hummingbot), which adds a native **Delta-DeFi exchange connector**. You can use it to run any Hummingbot

What's included

The fork extends upstream Hummingbot with:

  • A Delta-DeFi exchange connector covering spot trading, order book streaming, user account streams, health monitoring, and risk guards.

  • A custom script loader that lets you point Hummingbot at any external directory of V2 strategy scripts β€” useful when strategies are maintained in a separate repository.

How order submission works

Delta-DeFi settles trades on Cardano, so every order submission is a signed Cardano transaction. The connector delegates signing to sidan-ginarrow-up-right β€” an open-source Python library maintained by the Delta-DeFi team for Cardano development.

sidan-gin is a general-purpose Cardano Python library β€” it's not Hummingbot-specific. It's installed separately via pip. See Installing sidan-gin for why this step is required and easy to miss.

Last updated