From a91d7ddc360f0908af9792dd03dee10a0b6b94cd Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Fri, 10 Feb 2023 09:28:05 -0800 Subject: [PATCH] Update README.md --- MEV_strategies/arbitrage/algorithms/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MEV_strategies/arbitrage/algorithms/README.md b/MEV_strategies/arbitrage/algorithms/README.md index d27bf0a..e0f598b 100644 --- a/MEV_strategies/arbitrage/algorithms/README.md +++ b/MEV_strategies/arbitrage/algorithms/README.md @@ -2,6 +2,16 @@
+### tl; dr + +
+ + +* multi-edged graph 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