From d60966f6fa4bbb1d18afbcdf873f12994183f9bd Mon Sep 17 00:00:00 2001
From: autistic-symposium-helpers
<138340846+autistic-symposium-helpers@users.noreply.github.com>
Date: Wed, 16 Oct 2024 13:09:01 +0900
Subject: [PATCH] =?UTF-8?q?statistical=20arbitrage=20on=20AMMs=20and=20blo?=
=?UTF-8?q?ck=20building=20on=20ethereum=20=E2=80=93=20Part=201,=20by=20gr?=
=?UTF-8?q?eenfield?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
MEV_strategies/stat_arbs/README.md | 41 ++++++++++++------------------
1 file changed, 16 insertions(+), 25 deletions(-)
diff --git a/MEV_strategies/stat_arbs/README.md b/MEV_strategies/stat_arbs/README.md
index 93d10e2..556a7cf 100644
--- a/MEV_strategies/stat_arbs/README.md
+++ b/MEV_strategies/stat_arbs/README.md
@@ -6,26 +6,19 @@
-
-* **statistical mev** (non-atomic) convey informed strategies that rely on off-chain information (signal).
-
+* **statistical mev** (non-atomic) convey informed strategies that rely on off-chain information (signal)
* examples can be strategies that rely on:
- - [cross-chains](https://github.com/go-outside-labs/mev-toolkit/tree/main/MEV_searchers/cross_domain_mev) mev
- - [defi-cefi arbitrage](dex-cex-arb/)
- - [order flow](https://github.com/go-outside-labs/mev-toolkit/tree/main/MEV_searchers/private_order_flows) trading by aggregating from private and public mempools
- - [whale watching](https://github.com/go-outside-labs/mev-toolkit/tree/main/MEV_and_trading/whales)
-
-* these strategies are more profitable and less accessible due to capital requirements and risk profile.
+ - **[cross-chains](https://github.com/autistic-symposium/mev-toolkit/tree/main/MEV_searchers/cross_domain_mev)** mev
+ - **[defi-cefi arbitrage](dex-cex-arb/)**
+ - **[order flow](https://github.com/autistic-symposium/mev-toolkit/tree/main/MEV_searchers/order_flows)** trading by aggregating from private and public mempools
+ - **[whale watching](https://github.com/autistic-symposium/mev-toolkit/tree/main/MEV_and_trading/whales)**
+* these strategies are more profitable and less accessible due to capital requirements and risk profile
-
-