Skip to content

A browser trading bot to market stablecoins on Odex decentralized exchange.

Notifications You must be signed in to change notification settings

byteball/odex-passive-mm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odex-passive-mm

This bot is a browser application that automatically sets buy and/or sell orders on an Odex exchange according to a price provided by cryptocompare API. It's typically used to market a crypto pegged stablecoin at the current fair price including a markup for the bot operator.

odex-passive-mm

This bot and its source code are offered as is, without any guarantees of its correct operation. The bot might lose money because of bugs, unreliable network connections, and other reasons.

Run locally (recommended)

The bot can be bundled from source and run from a local webserver. It's recomended since you can check the source code you actually run.

Install Nodejs in a version from 8 to 10.

git clone https://github.com/byteball/odex-passive-mm.git
cd odex-passive-mm
npm install
npm run serve

The bot can then be opened on your browser at address http://localhost:8080

Run as demo

This bot is available ready to use on passive-mm.papabyte.com

Usage

  • Create an account on cryptocompare.com, get a free API key and copy-paste it to bot configuration
  • Generate a WIF with a command line tool or online and paste it into the form, the control address that will be used to sign your orders should appear.
  • Log into Odex exchange with your Obyte GUI wallet and deposit the currencies you want to trade.
  • Set your Odex account exchange as owner addess then grant your control address the right to trade on Odex account
  • Choose the pair(s) used as source price. In case the pair doesn't have a direct quotation, you may use a currency (likely BTC) as pivot ex: GB->BTC->USD
  • Set the minimum balances you want to keep on exchanges and your markup
  • Start the bot

About

A browser trading bot to market stablecoins on Odex decentralized exchange.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published