mev-toolkit/MEV_strategies/arbitrage/algorithms/README.md
dr. mia von steinkirch, phd 04c9eea7d8
Update README.md
2023-02-10 09:32:26 -08:00

692 B

arbitrage algorithms


tl; dr


  • these algorithms are represented by multi-edged graph data structures where nodes represent coins and edges represents rates.
  • to find an arb opportunity, find a closed loop of edges for which the product of weights in the edges > 1.

in this




resources