From c33f264080b3c81c0f8098300bbcaaa1c3501044 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:47:09 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=93=20add=20mev=20relays?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MEV_on_Ethereum/README.md | 37 +++++++++++++++---------------------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/MEV_on_Ethereum/README.md b/MEV_on_Ethereum/README.md index fa544c2..7ea33ad 100644 --- a/MEV_on_Ethereum/README.md +++ b/MEV_on_Ethereum/README.md @@ -1,42 +1,35 @@ -# 🏴‍☠️ everything mev in ethereum +# 🏴‍☠️ mev on ethereum
-## mev categories +#### basics
-* arbitrage -* liquidation -* sandwich -* longtail -
- ---- - -## in this repo - -
- -* [basic evm](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/evm-knowledge.md) -* [frontrunning](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/frontrunning.md) -* [liquidation](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/liquidations.md) * [arbitrage](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/arbitrage.md) +* [basic evm](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/evm-knowledge.md) * [eip-1559](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/eip-1559.md) -* [sandwiching](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/sandwiching.md) * [the mempool](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/mempool.md) * [terminology](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/terminology.md) +
+#### mev categories
---- - -## research +* [frontrunning](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/frontrunning.md) +* [liquidation](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/liquidations.md) +* [sandwiching](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/sandwiching.md)
-* [cross-domain mev](https://arxiv.org/abs/2112.01472) +#### useful + + +* [mev relays](https://github.com/bt3gl-labs/1337_mev_toolkit/blob/main/MEV_on_Ethereum/mev-relays.md) + + +