Show quotes on both sides of the orderbook to profit from trading activity
Overview
The Python SDK also provides a simple MM box example: https://github.com/zetamarkets/zetamarkets-py/blob/master/examples/market_maker.py
This bot provides liquidity to Zeta DEX by issuing bid and ask quotes for a given asset. It monitors mark prices from Binance, using them to inform where it should be quoting. The bot won't hedge its position elsewhere, but a good starting place is using ccxt to hedge on your second favourite exchange π
If things are going well and you want to scale it up, reach out to us about our Maker Rewards Program!
Setup
Install the Python SDK using the instructions in Python SDK to run pip and set up a wallet.
Run python examples/market_maker.py. Note that the following configuration options are available via extra command line arguments: