---> IN DEVELOPMENT <---
This bot watches token pair prices across multiple decentralized exchanges, when a pair has price discrepancies on different exchanges that would make the arbitrage possible, it does the following:
- Takes flash loan of token A
- Buys token B with token A in exchange X
- Sells token B for token A in exchange Y
- Returns loan of token A
The only investment required to run this bot is the transaction fee, you can take millions in flash loans without any collateral.
npm i
cp .env.example .env
- Edit the
.env
file by adding your desired values.
-
Price Watcher
Module that creates websocket connections to monitor crypto prices between multiple decentralized exchanges. -
Fee Calculator
Module for estimating fees to determine if arbitrage will be profitable. -
Arbitrage
Module for buying token from exchange X and selling on exchange Y. -
Flash Loans
Module for taking and returning flash loans. -
Integration
Integrate modules to make the bot work properly.