From dcca40cabacf318a7bd15ddc373e780111bdede6 Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Fri, 10 Feb 2023 17:03:00 -0800 Subject: [PATCH] Update README.md --- MEV_by_chains/MEV_on_Optimism/README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/MEV_by_chains/MEV_on_Optimism/README.md b/MEV_by_chains/MEV_on_Optimism/README.md index 2796ee8..d8ca7f7 100644 --- a/MEV_by_chains/MEV_on_Optimism/README.md +++ b/MEV_by_chains/MEV_on_Optimism/README.md @@ -2,11 +2,23 @@
+### + +
+ +* reduced gas fees resulted in large bot-spamming attacks +* in order to frontrunning, backrunning, or sandwiching to succed, the bot's tx needs to land right before or behind the victim's respectively. bots cannot choose the ordering so they need to set gas fees in a way the txs land in the right place (usually by spamming). + +
+ + ### in this dir +
+ * [optimistic rollups](optimistic_rollups.md) - +

@@ -15,4 +27,6 @@ ### resources +
+ * [intro to mev auctions](https://www.mev.wiki/solutions/faas-or-meva/optimism)