This code actually still works! Just git clone the repository and use cargo run -r
. If you want to check taxes or ensure the pairs are valid, just run cargo run -r load
, This will make a fresh db.jso>
It is a Multi Hop arbitrage bot with a maximum length of 5, saves and precalculate paths before searching, Uses a Quadratic Gradient ascent search to find optimal trade.
For Configuration, fill the variable in .env.toml
.
private_key = "13279" mnemonic = "X X" https = "https://.." wss = "wss://.." multicall_contract = "0x... Max_Hops = 5
Using multiple wallets help with nonce and bundle conflicts, it's much efficient to make and track changes
For learning and reusing components such as a uni v2 token tax checker, a generalized framework for arbitrage, etc...