
Has a scanner that scans 2000 usdt pairs across 16 exchanges, once it finds arbitrage it sends a telegram notification with the two exchanges, optimal number of coins to buy, and profit/cost. Each arbitrage gets depth tested on the order books to check theres enough coins to buy and sell on each exchange. It also enforces same token verification by comparing network and contract adressess of the tokens. The automed trading bot then fills the orders, accounting for slippage and other factors.
-telegram notifications -checks full order book -inventory based arbitrage -checks withdraw and deposit is enabled
-investors -anyone in need of an arbitrage bot
-want to run it 24/7 on a pi
dont understand what this is tbh
This is fantastic work but scanning 2000 USDT pairs across 16 exchanges is pretty ambitious. How are you handling execution risk between the two trades? Even with depth testing, the spread can disappear very quickly once the first leg is filled. Are both orders submitted simultaneously, or does the bot hedge the position in some way if only one side fills? This is great, don't get me wrong, Im just curious what you've done to mitigate latency