From 4e10f84f6bd704933e26ea6aab42672a6b8ec885 Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Tue, 7 Feb 2023 15:01:59 -0800 Subject: [PATCH] Update README.md --- arbitrage/README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/arbitrage/README.md b/arbitrage/README.md index ca9457d..9096c2a 100644 --- a/arbitrage/README.md +++ b/arbitrage/README.md @@ -7,9 +7,22 @@
-* liquidity on-chain is fragmented: thousands of pools don't communicate with each other, each providing quotes for swapping assets in real-time. This fragmentation creates an opportunity to buy low and sell high across different pools. +* since liquidity on-chain is fragmented (thousands of pools don't communicate with each other, each providing quotes for swapping assets in real-time), it creates an opportunity to buy low and sell high across different pools. * for example, two DEXes offer a token at two different prices so that a token can be bought at the lower-priced DEX and sold on the higher-priced DEX in a single atomic transaction. +##### [four types of arbitrage](https://mirror.xyz/0xc19565163aFdEe3783FC970E4Bd0275B11848d34/a_v8f9yRqRFAvmOaEltTkPJSt1geSAwQdDps2Avb-DA) + +* combination +* sandwich +* spatial +* triangular + +
+ + + + +
----