Contract-Butler is a bot that helps fulfill limit orders for IQ and PredIQt tokens.
- This bot fulfills sell limit orders by creating buy limit orders.
- This bot also fulfills buy limit orders by creating sell limit order.
- Before a limit order is created Contract-Butler makes sure the trader gets the value they requested and sometimes more.
- Provides logs when the bots wallet needs more funds to fulfill orders.
- Scans for orders every minute.
- Tests are provided to give a simulation of a few trading scenarios.
npm install
npm run dev
npm run test