Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 929 Bytes

pure-market-making.md

File metadata and controls

27 lines (15 loc) · 929 Bytes

Pure market making

Pure market making is described in Strategies, with a further discussion in the Hummingbot white paper.

!!! note The pure market making strategy is currently under development and not yet available on Hummingbot.

Schematic

The diagram below illustrates how market making works. Hummingbot makes a market by placing buy and sell orders on a single exchange, specifying prices and sizes.

Figure 1: Hummingbot makes a market on an exchange

Figure 1: Hummingbot makes a market on an exchange

Prerequisites: Inventory

  1. You will need to hold inventory of quote and base currencies on the exchange.
  2. You will also need some Ethereum to pay gas for transactions on a DEX (if applicable).

Configuration walkthrough

To come...

Configuration parameters

To come...