From a504b55101bce79cb951ed863aa7cb11c658d62c Mon Sep 17 00:00:00 2001 From: "mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Tue, 20 Dec 2022 10:43:38 -0800 Subject: [PATCH] Create patterns.md --- arbitrage/patterns.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 arbitrage/patterns.md diff --git a/arbitrage/patterns.md b/arbitrage/patterns.md new file mode 100644 index 0000000..7052162 --- /dev/null +++ b/arbitrage/patterns.md @@ -0,0 +1,30 @@ +## arbitrage patterns + +
+ +### tl; dr + +
+ + +* spatial arbitrage involving one uniswap v3 pool and other venue seems to be the most common in 2022, followed by triangle arbitrage with one or two uniswap v3 pools. + + + +
+ +---- + +### in this dir + +
+ +* [spatial arb](spatial.md) +* [triangle arb](triangle.md) +* [taxed tokens](taxed.md) + +
+ +--- + +### resources