Skip to content

Kevin-OpenSource-Labs/DEXMarketMaker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEXMarketMaker

The DEXMarketMaker is a extensible open source market maker bot for okex dex based on okchain-java-sdk

1.Components

a. Account management component

The component is responsible for creating account and getting account info, etc

b. Fair value component

The component is responsible for getting latest information and calculating fair value / market state

c. Quote component

The component is responsible for managing buy and sell pending orders on market based on fair value and quote strategy. If the market state is abnormal, it should cancel all pending orders

d. Risk control component

The component is responsible for risk control, include but not limited to hedge exposure, pnl monitoring, etc

2.Installation

git clone https://github.com/Kevin-OpenSource-Labs/DEXMarketMaker.git

About

DEX market maker based on okchain java sdk

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%