diff --git a/MEV/README.md b/MEV_on_Ethereum/README.md
similarity index 66%
rename from MEV/README.md
rename to MEV_on_Ethereum/README.md
index 0d29115..8c0121e 100644
--- a/MEV/README.md
+++ b/MEV_on_Ethereum/README.md
@@ -1,20 +1,23 @@
-# 🏴☠️ Everything MEV
+# 🏴☠️ everything mev in ethereum
-MEV consists of 4 main categories:
-
-* arbitrage,
-* liquidation,
-* sandwich,
-* longtail.
+## mev categories
-In this repo we explore them further:
+* arbitrage
+* liquidation
+* sandwich
+* longtail
+---
+
+## in this repo
+
+
* [Basic EVM pre-requisite knowledge](EVM-pre-requisite-knowledge.md)
* [Front-running](frontrunning-notes.md)
@@ -28,7 +31,11 @@ In this repo we explore them further:
-### Further resources and readings
+---
+
+## research
+
+
* [Cross-Domain MEV](https://arxiv.org/abs/2112.01472)