A Python Bot which detects Arbitrage opportunities in Decentralized Exchanges.
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:
(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).