2023-02-15 10:19:48 -08:00
..
2023-02-15 10:19:48 -08:00

arbitrage algorithms (tx-ordering based)


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