From a992ea0eb75da66532a9560c982d721100eadc26 Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Wed, 15 Feb 2023 10:35:39 -0800 Subject: [PATCH] add types of stat arbs --- MEV_strategies/stat_arbs/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/MEV_strategies/stat_arbs/README.md b/MEV_strategies/stat_arbs/README.md index 379220b..949804d 100644 --- a/MEV_strategies/stat_arbs/README.md +++ b/MEV_strategies/stat_arbs/README.md @@ -7,7 +7,13 @@
-* **statistical arbs** (non-atomic) convey informed strategies that rely on informed information (signal). examples can be arbs that rely on cross-chain or CEX + DEX strategies. +* **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) arbitrage + - [CEX + DEX arbitrage](https://github.com/go-outside-labs/searcher-coingator-rs) + - [order flow](https://github.com/go-outside-labs/mev-toolkit/tree/main/MEV_searchers/private_order_flows) trading by aggregating orders from multiple private or 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.