mev-toolkit/MEV_strategies/arbitrage/algorithms
dr. mia von steinkirch, phd 0bd0bfe62c
Update README.md
2023-02-10 09:32:41 -08:00
..
bellmann_ford Update README.md 2023-02-10 09:32:41 -08:00
ford_fulkerson Rename MEV_strategies/arbitrage/algorithms/ford_fulkerson.md to MEV_strategies/arbitrage/algorithms/ford_fulkerson/README.md 2023-02-10 08:37:34 -08:00
README.md Update README.md 2023-02-10 09:32:26 -08:00

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