/ArbitrageBot

A Python Bot which detects Arbitrage opportunities in Decentralized Markets, and forwards them to a Flashloan Capable Smart Contract.

Primary LanguagePython

ArbitrageBot

A Python Bot which detects Arbitrage opportunities in Decentralized Exchanges.

Intro

This script will detect Arbitrage Opportunities in Decentralized Markets (via the 0x protocol, and the 1inch exchange aggregator).

Arbitrage Opportunities are logged in an intutive instruction format:

Screenshot 2021-07-21 at 12 26 50

(Just an example. A real Arbitrage Opportunity would have a positive profit)

Eventually, the script will be able to forward said instructions linked to a Flashloan Capable Smart Contract.

The script implements nested multi-threading, for speed purposes (but can still be improved).