Guide to Market Makers for Devs

Github: https://github.com/makerdao/developerguides/tree/master/market-makers

Market Makers

This document contains the necessary resources for partners to implement Keepers for Market Making.

Prerequisites

This document assumes familiarity with Ethereum, and in-depth knowledge of the Maker platform.

Exchange Markets

An updated list of exchange markets where Dai is traded can be found here.

Market Maker Keeper repos

Market Maker Keeper

This repository contains a set of Keepers that have been implemented to facilitate market making on a specific set of decentralized exchanges. While implemented specifically to work on specific exchanges, all Keepers in the repo share logic and operate similarly, as they all rely on creating a series of orders in preconfigured "bands".

Market Maker Stats

Market Maker Stats provides a set of tools for visualizing market making data for a set of decentralized exchanges. These tools include:

Pymaker

Pymaker is a Python API which provides endpoints to interact with the Maker smart contracts. It exposes most of the functionality of the Maker platform, but most importantly for this guide it can be used to create Keepers. This library can be used to create custom market making Keepers.

Additional source code and developer docs

More resources on Keepers

Running a Keeper node

Multi Collateral Dai

Current Dai credit system implementation

DSToken (token standard for Maker tokens)

Maker platform in general

Need help?

Contact [email protected] or #dev channel on chat.makerdao.com