# MEV, Definition & Difference & Decrease

By [msfew](https://paragraph.com/@msfew) · 2022-07-28

---

0\. MEV?
--------

> _Maximal extractable value (MEV) refers to the maximum value that can be extracted from block production in excess of the standard block reward and gas fees by including, excluding, and changing the order of transactions in a block._

a) MEV, Always Here
-------------------

**The ordering of transactions in an Ethereum block is not bound by definite rules from the beginning, but can be** [**freely modified**](https://ethereum.stackexchange.com/questions/6107/what-is-the-default-ordering-of-transactions-during-mining) according to miners’ preferences. Three examples are provided in the [source code](https://github.com/ethereum/go-ethereum/blob/290e851f57f5d27a1d5f0f7ad784c836e017c337/miner/worker.go) of the Geth client:

*   First: Sorting by Nonce only
    
*   Second: Sort by gas fee and Nonce (default option)
    
*   Third: Sort by owner, then sort by gas fee and Nonce
    

In fact, **sorting is a completely open question, and miners are free to adjust it to capture bigger profits, which is the main topic of our discussion, MEV.**

Long before MEV was called MEV, its alpha was continuously explored by miners. flashfish0x tells a [story of MEV](https://twitter.com/flashfish0x/status/1516378083628093447).

Before August 2020, Compound’s oracle feed was updated by a special oracle tx, so miners would monitor Mempool, looking for accounts that could be liquidated and arbitrage them with flashloans and other strategies. Since the arbitrage can only be successful if the arbitrage tx is executed right after the price update tx, and most of the miners (at that time) will randomly order the arbitrage tx with the same gas fee, the arbitrageur will send a trade with the same gas fee as the oracle price update tx, competing against other arbitrageurs for a random probability.

After August 11, 2020, Geth released a new version in which the first tx to reach the network after the oracle price update tx would be successfully arbitrated, so the speed of obtaining tx information was factored into the competition.

It didn’t last long, and on August 17, 2020, Compound switched to a more decentralized oracle service. The MEV race became a pure gas war. They tried to outbid everyone else for gas, until the clearing operation cannot capture any profit, or someone won.

**The blockchain network has been such a dark forest from the beginning, where bots compete with unseen rivals for the opportunity to extract potential profits in an unknown environment.**

b) MEV, Everywhere
------------------

Before formally interpreting the definition of MEV, we can look at some data on MEV so that we can visualize its presence and impact.

![](https://storage.googleapis.com/papyrus_images/2cfd98185c1adc9609bd3126ac816800d602d995a34db603a5d9c011deab5dca.jpg)

In May 2022, more than half of the volume on Uniswap are contributed by MEV bots, while less than 20% of the transactions come from Uniswap’s front-end.

![](https://storage.googleapis.com/papyrus_images/08f918819926156f0b67f9271c623c8e849640cfaeaf4ad0af09e7a40745a39b.jpg)

Data from [dex.guru](http://dex.guru/) also shows that a large portion of AMM trading volume on Ethereum are contributed by MEV bots.

**MEV bots are dominant in the dark forest of the blockchain, and always dominate.**

c) MEV Supply Chain
-------------------

So how does an MEV activity [come about](https://twitter.com/thegostep/status/1521104235114508289)?

![](https://storage.googleapis.com/papyrus_images/b9c928cc3ddf2bce771473271c8ff2d087346bc69d712f9adfffee25382f571a.png)

The life cycle of a tx in a crisis-ridden blockchain is as follows:

*   Birth: Ordinary users interact with the application based on intent, and the wallet and application interpret the intent into a tx, which is sent to a public tx pool and other systems waiting to be processed.
    
*   Growth: MEV searchers (who may be miners) pick out all profitable opportunities and try to capture MEV by sending transactions or deliberately sequencing transactions.
    
*   Mature: Miners in L1 (who in most cases will not be MEV searchers) or Sequencer in L2 aggregating transactions and producing blocks.
    
*   Death: The verifier (currently still a miner) verifies the block, and the transaction is officially confirmed.
    

**MEV bots carry out on-chain activities at the whim of their owners, packaging tx and sending them to unsuspecting miners for block production.** On the bright side, they are an important player in ensuring market stability and DApp activity; on the downside, they exploit the “average user” unequally with their inherent advantage (they monitor the entire Mempool).

d) Definition of MEV
--------------------

The term MEV has two official interpretations:

*   **Miner Extractable Value**
    
*   **Maximum Extractable Value**.
    

When we combine the two explanations together, we get the easiest concept to understand: **MEV is the maximum extractable value for miners, which is the incentive for inserting tx in a specific position in a block.**

Personally, I think a more comprehensive definition of MEV refers to the maximum value that a miner/validator/bot/oracle/role other than a normal user can extract using extra information from the mining process. **Roles that are not normal users (know code, know network mechanisms, know how to use MEV), and profit from their “privilege” to extract additional value, can actually be considered MEV in a broad sense**:

*   A miner who is producing the next block: after seeing the transactions in Mempool, when it is his turn to produce the block (a very small probability), he can reorder the transactions in the block as he wishes (instead of the normal nonce and gas fee sorting) with new transactions, thus making a bigger extra profit in addition to the reward.
    

![](https://storage.googleapis.com/papyrus_images/41b86b68707c654222ad5415c851789611047ab8a6b1b555c2f3c9977a40dfa0.jpg)

*   A user who understand the concept of MEV: use [Flashbots Protect](https://docs.flashbots.net/flashbots-protect/rpc/quick-start/) as tx pool to avoid being rugged by MEV bots and to [get the advantage of prioritizing tx execution](https://twitter.com/blockworksres/status/1532782392569606145); monitor Mempool to arbitrage NFT and on-chain activity with [flashside](https://twitter.com/_anishagnihotri/status/1520579207478267905) or the Compound clearing example in the previous section, with just the right amount of gas fee to allow unwitting miners to capture MEV for them; monitor Mempool to mint the latest NFT projects via [mint.fun](http://mint.fun/).
    
*   A ordinary user: woke up in the morning to buy ETH, but the first tx failed due to insufficient gas; the second tx was successful at noon but was rugged by the sandwich; stayed up late at night to mint a long-favored free mint NFT, but the trade was monitored by others just before it was sent out, and eventually it was not minted.
    

MEV extractors derive their additional profits from other transactions within the block (almost exactly what ordinary users send) and crowd out a portion of each block (despite the inelastic demand for gas fees, their transactions are usually the first in the block and do not directly affect user tx), so **most MEVs are often seen as an implicit tax placed on users**.

1\. Difference in MEV
---------------------

Here is a [clear illustration of the MEV activity](https://twitter.com/0xminion/status/1418059536712167432) by 0xminion:

![](https://storage.googleapis.com/papyrus_images/5ad988611fcfe64e58d9492cf138c6c1e6a6dd1c99a1f386a0e3971b30e528ed.jpg)

**In terms of purpose, MEV can be divided into: various types of arbitrage, pure front running, sandwich attacks, etc.**

Most of these operations will be arbitrage activities, which are basically initiated by bots that have made a lot of efforts to optimize the gas, for example, they usually have numerous tokens in their wallets, each with a small amount. This is mainly [by using EIP-2200](https://twitter.com/libevm/status/1474870665773682692), when the user receives an ERC-20 token, if the token is in the wallet, it saves more gas than if it is not. Also they save gas [by making the address have more zeros](https://twitter.com/libevm/status/1474870665773682692). Of course, the above arbitrage optimizations have little to do with MEV itself.

MEV itself can be divided into six main types:

a) Front Running
----------------

Front Running is an MEV bot that pays a slightly higher gas fee to execute a transaction before a Mempool transaction, such as swap tokens at a lower price.

![](https://storage.googleapis.com/papyrus_images/24cdc186c2797df0040c007998abd42f3b66355f062cd6d4933a71113b80fcbc.jpg)

When such MEV activity does not cause subsequent “casualties”, it can be considered neutral (not benign because it is still mostly interjected); however, many times it usually causes subsequent transactions to fail or perform worse, and thus can be considered malicious.

There are currently many services that focus on improving the capture of such MEVs, such as [bloXroute](https://rekt.news/return-to-the-dark-forest/) (similar to the mafia’s protection fee to provide faster and more private Mempool, thus speeding up tx validation efficiency and defending against external Front Running defense).

[The heart of the matter](https://medium.com/offchainlabs/five-theses-about-transaction-ordering-mev-and-front-running-5ebf52bc0cbe) is that these MEVs are a direct reflection of the information inequality between MEV catchers and ordinary users. However, it is not possible to reach a completely open, transparent, and uniform consensus on the way transactions are sorted and the algorithms used.

b) Back Running
---------------

Back Running is when a robot attempts a different arbitrage, liquidation, or trade after a tx has caused a significant price misalignment.

The most typical example of this type of MEV activity is the liquidation arbitrage operation we mentioned earlier, which can be considered benign overall, ensuring the stability and continued functioning of the market.

![](https://storage.googleapis.com/papyrus_images/a5a14e1adb0f31d4a770fe0738306aa6596c0c159264ac8f692a6a71b6bb6624.jpg)

This kind of MEV activity is [especially good](https://twitter.com/Thyborg_/status/1547898785933639684) on a network with a multi-chain architecture like Cosmos, because the network is very large and needs this kind of activity to keep the DeFi application running and efficient at all times.

c) Sandwich Attack
------------------

Sandwich Attack is a combination of the first two attacks, attacking a transaction in a back-and-forth manner. For example, the MEV bot places a buy order before the tx and a sell order after the tx, causing the user’s tx to execute at a worse price.

![](https://storage.googleapis.com/papyrus_images/1863c35070890343ec89d9e055482f5921b00cef2f7e6ecd9dfcf8707ffb8fdf.jpg)

Such attacks can sometimes be [very sophisticated and can do a lot of damage](https://twitter.com/bertcmiller/status/1527757146716348416), as shown in the image below, which shows a bot sandwiching Curve’s users with 100 million DAIs:

![](https://storage.googleapis.com/papyrus_images/86ef46e1db855cc55239b73ce5220c0967e14a71d10085da9f6ef64c31513496.png)

It can be generally perceived as pernicious, but somehow acts like a speedometer on the highway to [spur users to use more sensible slippage](https://twitter.com/tarunchitra/status/1549134678036303873), thereby enhancing the overall benefit of the network.

d) Time-Bandit Attack
---------------------

A time thief attack is when, after a block has been generated, a miner re-mines the block causing the blockchain to reorg, while extracting value from the block he mined. This is the most pernicious form of MEV, invalidating user transactions. At the same time, it is rare, but [it can happen](https://twitter.com/koeppelmann/status/1529458000011972610).

![](https://storage.googleapis.com/papyrus_images/3cc6d870efbe9a10e767b004d898692ff9f2753eabc9291854d5f941ced14f67.jpg)

The blockchain network under Nakamoto consensus has [very frequent](https://www.paradigm.xyz/2021/07/ethereum-reorgs-after-the-merge) block reorg (and [high latency](https://www.paradigm.xyz/2022/07/consensus-throughput)) due to the longest chain principle, so this kind of MEV is likely to be caught. In Tendermint or PoS ethernet, the occurrence of such MEVs will be greatly reduced.

![](https://storage.googleapis.com/papyrus_images/7f06a4490b3ec9eec0d55cf1565c98e67d017807741ed1c753eb87e51ee59a2e.png)

The [cool point](https://twitter.com/SiegeRhino2/status/1416311471303188481) about Time Thief MEV is: future events can affect the past (like including “future” transactions into blocks of the “past”).

![](https://storage.googleapis.com/papyrus_images/795beeda2c9241538a679b0463a629d4d36160101b807327e83941a7f5f49842.png)

However, under simple quantification, [the expected payoff of such attacks is low](https://twitter.com/0x9116/status/1413687410941169666), and they are rarely performed as they are condemned for deliberately destabilizing the blockchain network (e.g. [Reorg-as-a-Service](https://femboy.capital/mev-time-turner)).

e) Clogging
-----------

The validity of any NFT, Asset, and Rollup transaction is actually guaranteed by purchasing a space in a block on the blockchain network. The following is the supply and demand in the [blockchain block space](https://twitter.com/Leorzhang/status/1374383287309758476) market:

![](https://storage.googleapis.com/papyrus_images/18e756fd709398db5f0def305ed0516f0b0c8940c6ad1b19536c0e4699c542ae.png)

Clogging is the process of continuously monopolizing all the space in a block for winning a game such as [Fomo3D](https://www.longhash.com/en/news/2280/With-Just-$1400,-You-Can-Clog-the-$20-Billion-Ethereum-Network).

Remember the Geth source code at the beginning? Clogging was created because about 70% of Ethereum miners sort their transactions based on the default gas fee sort.

But for now, because of the complete infrastructure, such as oracles and Rollup, which submit transactions rain or shine, it would be more expensive for MEV bots to do so during active network periods.

f) Non-Broadcast Transactions
-----------------------------

The previous types of activity are basically initiated by MEV bots, not by block miners themselves.

Non-Broadcast Transactions are tx’s that are secretly submitted by the current miner, i.e. when the miner knows he can make a block, he instantly plugs some transactions into the block to capture the MEV.

![](https://storage.googleapis.com/papyrus_images/0e1adfd43e486bc3d63d4584800912c516159740db406ad558c265a26e0a5692.png)

About 2% of all transactions on Ethereum are generated in this way.

2\. MEV, Good or Bad?
---------------------

In the previous analysis we looked at the different types of MEVs, interspersed with our evaluation of each and our judgement of whether they are good or bad. So overall, are MEVs good or bad? What should we do about it? How do different networks respond to it in different ways?

**Good and bad MEV:**

*   **Good MEV: Used for arbitrage clearing (Back Running), open and transparent markets (Flashbot, MEV Auction), and does not affect the network or other users.**
    
*   **Bad MEV: Used to extract value from other users (Sandwich Attack), sent privately and not broadcast (Time-Bandit Attack, Non-Broadcast Transactions), affects the normal operation of the network (Clogging).**
    

MEVs seem to be a neutral player in terms of simple classification, but when considering the nature of MEVs (incentive to insert tx into blocks), this incentive is too large and can lead to chasing bad MEVs causing much more harm than good MEVs. In addition, MEVs also arise from the inequality of information and knowledge, where there is only equality and no equity in the blockchain network.

To sum up, [**MEV’s black market principle + huge profit motive + complications in classifications = negative externalities of blockchain networks**](https://docs.google.com/presentation/d/13q_cmaznKdAElherLI6fsBexJILYwTj2ddQlMTGUipU/edit#slide=id.g10d8f164256_0_0).

MEV is bad, and needs to be decreased.

3\. MEV Decrease Strategy
-------------------------

Before discussing strategies for MEV, we need to be clear that information asymmetries and externalities cannot be completely eliminated in any context, but we can only deal with them in a better way.

a) Fix the MEV black market and its huge incentive
--------------------------------------------------

MEV is a black market (or dark forest) created by opaque information and knowledge, a black market that generates huge profits. It is through this lens that we will consider strategies to target the MEV.

The [black market valuation of the entire world](https://twitter.com/mohakagr/status/1417143241812561930) is about $180 million, and is a necessary evil that cannot be eliminated. The market for MEVs is also much larger than we can observe.

![](https://storage.googleapis.com/papyrus_images/544e208d7228a00e3a79539521356d5f6d050ea4f23a82977c6893e795a45a81.png)

Since this black market is inevitable, why not expose it to the light of day and allow everyone to freely capture and protect their own MEV, so that the average user can create a synergy and weaken the MEV catcher against the user.

[Flashbots has proposed the following five marketplace solutions to limit MEV extraction](https://docs.google.com/presentation/d/13q_cmaznKdAElherLI6fsBexJILYwTj2ddQlMTGUipU/edit#slide=id.g45d315b027c424f1_13), thereby reducing the overall negative externalities of MEV:

![](https://storage.googleapis.com/papyrus_images/71490f2f1d64c54e9e29f7c89fbae31b80ee9790edc0277dd18fe7533cca02b8.png)

These MEV reduction schemes are actually similar, but the same drawback is that they may lead to wasted block space and centralization of block production.

b) Complexity of MEV: Scenario Difference
-----------------------------------------

*   Single-chain scenario: Most of this paper is devoted to MEV in a single blockchain network, which in reality is an overly idealized analysis.
    
*   Cross-chain scenario: One blockchain network = one trust zone. In reality, there are countless blockchain networks with different mechanisms and different types of MEV, and these **countless trust zones allow arbitrage between networks to exist everywhere**. For example, even if Ethereum has no MEV at all, if there is an arbitrage opportunity on Cosmos, then a bridge verifier or cross-chain application bot can capture MEV on Cosmos, and eventually Ethereum becomes a victim of this MEV.
    

![](https://storage.googleapis.com/papyrus_images/c7f7679d14d0af02bfeb26cb3a464a5dc9774b910a606faefeef9969678ca586.jpg)

*   Multi-chain scenarios: Examples of cross-chain scenarios can be seamlessly applied to Cosmos or Polkadot multi-chain architectures, where the presence of MEV is contagious.
    

b) Complexity of MEV: Network Architecture Difference
-----------------------------------------------------

In [our article exploring Rollup networks](https://foresightventures.medium.com/foresight-ventures-almost-everything-about-rollup-95319ef0675e), we learned about the difference between a monolithic Layer1 and a Layer2 Rollup built on top of it.

**1\. Rollup**

Rollup as an “enhanced smart contract” and a “centralized trusted blockchain network” both currently have a centralized block producing and sequencing mechanism, and therefore have different MEV performance. The current centralized Sequencer (i.e., only one node) results in all MEVs being captured by Rollup. As more and more liquidity and on-chain activity is transferred to L2, the revenue available to L1 miners (including MEV) is actually transferred [to L2’s Sequencer](https://twitter.com/j0hnwang/status/1489268470973878272).

Of course, the Rollup networks themselves are aware of and have solved this problem, and their fair ordering of tx reflects the treatment of MEV. Different Rollups have different strategies for MEV, which means completely different things to the network participants:

![](https://storage.googleapis.com/papyrus_images/ad5b9a6718eb6e6240538b4ad046835f8d6db7de3d2932f1e43984d01b2a9abc.png)

**As L2 moves towards decentralization and** [**modular blockchain**](https://www.youtube.com/watch?v=lLuHFFbYv0Y&t=10s) implementations become more prevalent, the issue of MEV requires more research and thought. For example, the modularity landscape of Ethereum and Celestia will be different. Currently, Rollups on Ethereum are Secured Rollups, which simply build [n two-way trusted cross-chain bridges](https://twitter.com/jon_charb/status/1546501633856634880) (their job is to build such bridges), which are jointly settled on Ethereum, Whereas the Sovereign Rollup encouraged by Celestia is separate, with likely different DAs, and may require n² bridges or a protocol like IBC or XCM to fully connect. This creates a completely different MEV market and capture opportunity.

From the L2 MEV problem, we can also derive the L1 and L2 [thinking about the value relationship](https://twitter.com/j0hnwang/status/1489268486358671364), which will not be expanded in this paper.

![](https://storage.googleapis.com/papyrus_images/bc5238e76f08f96d5f41751a070f693beac0963e406ed9e57ddb65de520e43e0.jpg)

**2\. More centralized blockchain**

To make it faster, [Solana doesn’t have a public Mempool](https://twitter.com/0xmisaka/status/1489639592168988673), but rather a Mempool via a Gulf Stream that only miners who are expected to be producing block can see ([which is why it’s down](https://www.chaincatcher.com/article/2067598)…). This means that the MEV Bot has no way to capture MEV, only miners running a Validator and expecting a block to come out would theoretically have the opportunity to sort transactions or send new ones to capture MEV. But combined with the low profitability of Solana’s miners, this design actually results in lower income for miners. So now [Jito Labs](https://twitter.com/jito_labs) is making a client like Flashbot’s mev-geth to allow miners to auction off their block space, creating an open free market for MEV. Solana also has solutions for [QUIC and per account fee market](https://twitter.com/0xmisaka/status/1511370043501785091).

3\. Conclusion
--------------

This article is only a superficial analysis of the topic of MEV, there are many interesting things not mentioned due to space ([SGX](https://twitter.com/bertcmiller/status/1399737488151830538), [PBS](https://notes.ethereum.org/@vbuterin/pbs_censorship_resistance), etc.), we recommend you to read more than 50 related links at the end of the article.

**In an** [**ideal network**](https://twitter.com/0xmisaka/status/1511370037306834954):

*   **Anyone can send transactions (no censorship)**
    
*   **no spam**
    
*   **Very low fees(low fees)**
    

![](https://storage.googleapis.com/papyrus_images/349c00eeb824c7a5a70e9643f8284e4a244bc1017f615dce56cbb82993c71c03.png)

**And the existence of MEV makes it impossible to reach the perfect state:**

*   **no spam + low fees: Web2-like censorship must exist.**
    
*   **no censorship + low fees: MEV Searcher will send spam and make normal transactions affected.**
    
*   **no censorship + no spam: You need a rate market to sort transactions, and you need higher gas to prioritize transactions.**
    

But don’t worry too much, **Web1 or Web2 or the real world haven’t solved the negative externalities of “MEV”. Web3’s various solutions have already done a great job**. MEV has always been an open problem, and there is no completely correct solution.

**So what do we in Web3** [**do**](https://pdaian.com/blog/mev-wat-do/)?

*   **L1/L2: Design with MEV in mind.**
    
*   **Miners: feel free to capture value, as this is a part of network game theory.**
    
*   **DApp Developers: Design applications with MEV concept in mind, and whether the mechanism will hurt the average user.**
    
*   **Users: Understand MEV, and try not to use networks or applications with inadequately designed MEV mechanisms.**
    
*   **Others: Encourage MEV research, participate in MEV discussions,** [**Front run the crisis**](https://medium.com/flashbots/frontrunning-the-mev-crisis-40629a613752).
    

Links
-----

[

MEV | Notion
------------

MEV Resources

https://thedailyape.notion.site

![](https://storage.googleapis.com/papyrus_images/fe1abee4df61a5202cb9944ce954af2c97c2f35afa24f7f9166e8e4dcdf3b221.png)

](https://thedailyape.notion.site/MEV-8713cb4c2df24f8483a02135d657a221)

0a:

[

What is the default ordering of transactions during mining?
-----------------------------------------------------------

I know that the yellow paper does not specify how transactions are to be ordered in a block and this is up to the miner to decide. But I am interested in how this is practically handled (I assume not

https://ethereum.stackexchange.com

![](https://storage.googleapis.com/papyrus_images/dc7b2a51adecb9025c3c259ca1207f5f2fc8ebc314cfd83fd79e6d0cba01a644.png)

](https://ethereum.stackexchange.com/questions/6107/what-is-the-default-ordering-of-transactions-during-mining)

[

go-ethereum/miner/worker.go at 290e851f57f5d27a1d5f0f7ad784c836e017c337 · ethereum/go-ethereum
----------------------------------------------------------------------------------------------

Go implementation of the Ethereum protocol. Contribute to ethereum/go-ethereum development by creating an account on GitHub.

https://github.com

![](https://storage.googleapis.com/papyrus_images/a9740f9eec95918b66999ca7c7b29a329a9988dca7bb7ac65187647c5b3d240a.png)

](https://github.com/ethereum/go-ethereum/blob/290e851f57f5d27a1d5f0f7ad784c836e017c337/miner/worker.go)

[![User Avatar](https://storage.googleapis.com/papyrus_images/6592123ae57d8b7f85ff4dc667e43cf1832cf1803ee8c0aea3bc30b626f4b3bc.jpg)](https://twitter.com/flashfish0x)

[flashfish](https://twitter.com/flashfish0x)

[@flashfish0x](https://twitter.com/flashfish0x)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/flashfish0x/status/1516378083628093447)

Before my current life I was deep into MEV (back before it was called MEV). I feel it was long enough ago that the omertà has expired.  
  
So here is the first of some threads on ancient alpha. MEV from > a year ago.  
  
First up - Compound liquidations

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 984](https://twitter.com/flashfish0x/status/1516378083628093447)[

6:28 AM • Apr 19, 2022

](https://twitter.com/flashfish0x/status/1516378083628093447)

0b:

[![User Avatar](https://storage.googleapis.com/papyrus_images/c1008733ab1b8e8c759080d26577142ddf169ab28107a6b60d5531e3f0afdcac.jpg)](https://twitter.com/sui414)

[danning](https://twitter.com/sui414)

[@sui414](https://twitter.com/sui414)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/sui414/status/1532088483296120832)

\>50% of trading volume on Uniswap are consumed by MEV bot, while only 16.3% volume (potentially less) now are originated from Uniswap UI.  
  
Another quarter are consumed by aggregators, and another 21.3% consumed by unknown applications (partially potentially bots too).

![](https://storage.googleapis.com/papyrus_images/8dd044ea9f8a844e00c19ef3eecaa2cb5f9f3448fafcf9afc1a74a36a93826aa.jpg)

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 317](https://twitter.com/sui414/status/1532088483296120832)[

2:55 PM • Jun 1, 2022

](https://twitter.com/sui414/status/1532088483296120832)

0c:

[![User Avatar](https://storage.googleapis.com/papyrus_images/feb28d150c6ecf624ce28a2b16a3e5d5de49e61bb709ad4502877a45032eed71.jpg)](https://twitter.com/thegostep)

[Stephane](https://twitter.com/thegostep)

[@thegostep](https://twitter.com/thegostep)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/thegostep/status/1521104235114508289)

I wrote a post introducing the MEV Supply Chain  
  
I find this to be a useful framework for thinking about the fast moving MEV industry and whether it is trending towards Utopia or Dystopia  
  
[flashbots.mirror.xyz/bqCakwfQZkMsq6…](https://t.co/uoq8Zb9P5K)

![](https://storage.googleapis.com/papyrus_images/21b43d941dade162297accd1a336391055afad99c67346c80f0811753fb976ac.jpg)

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 268](https://twitter.com/thegostep/status/1521104235114508289)[

7:28 AM • May 2, 2022

](https://twitter.com/thegostep/status/1521104235114508289)

0d:

[

Quick Start | Flashbots Docs
----------------------------

Key Considerations

https://docs.flashbots.net

![](https://storage.googleapis.com/papyrus_images/c4bb8bf58dd5b8dd26f3b78295f6698c2e5cb6dad6382dba79302dad1ce191b5.png)

](https://docs.flashbots.net/flashbots-protect/rpc/quick-start/)

[![User Avatar](https://storage.googleapis.com/papyrus_images/f16b230ee1618f16c666727efbeb2313f2ff51df5a212c2dbd0869ad480afed5.jpg)](https://twitter.com/blockworksres)

[Blockworks Research](https://twitter.com/blockworksres)

[@blockworksres](https://twitter.com/blockworksres)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/blockworksres/status/1532782392569606145)

Flashbots are effectively "MEV-as-a-Service".  
  
Anyone can use them to avoid MEV attacks or conduct them.  
  
A ![🧵](https://abs-0.twimg.com/emoji/v2/72x72/1f9f5.png) on how by @chandipandi15

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 88](https://twitter.com/blockworksres/status/1532782392569606145)[

12:52 PM • Jun 3, 2022

](https://twitter.com/blockworksres/status/1532782392569606145)

[![User Avatar](https://storage.googleapis.com/papyrus_images/bb345c8f76da9afb59a6aadace5f4ea6e939c8e28213939e8e07d0c91e644676.jpg)](https://twitter.com/_anishagnihotri)

[Anish Agnihotri](https://twitter.com/_anishagnihotri)

[@\_anishagnihotri](https://twitter.com/_anishagnihotri)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/_anishagnihotri/status/1520579207478267905)

Are you watching the mempool, anon?  
  
NFT MEV could be your chance to make it.  
  
I even wrote you all the contracts you'll need:  
\- NFT20 BAYC atomic arb (flashloan, claim)  
\- @LooksRareNFT atomic arb (buy, claim, sell into collection floor)  
[

![](https://storage.googleapis.com/papyrus_images/9bfababeb9508e528f091941b0bae96059122177d569a6261cea5de3cdd6bca8.jpg)

github.com

GitHub - Anish-Agnihotri/flashside: Long-tail MEV contracts to claim Otherside land NFTs
----------------------------------------------------------------------------------------

Long-tail MEV contracts to claim Otherside land NFTs - Anish-Agnihotri/flashside





](https://t.co/0gBYiF5T9S)

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 1,181](https://twitter.com/_anishagnihotri/status/1520579207478267905)[

8:41 PM • Apr 30, 2022

](https://twitter.com/_anishagnihotri/status/1520579207478267905)

[

mint.fun
--------

mint.fun has been sunset we had lots of fun minting with you

https://mint.fun



](http://mint.fun/)

[https://www.recvc.com/mev-2-0-the-rise-of-mpsvs/](https://www.recvc.com/mev-2-0-the-rise-of-mpsvs/)

[![User Avatar](https://storage.googleapis.com/papyrus_images/4258eedf8aa71ece58baff9e8dd89a9ddad1aec056bd697179440172c4db1f17.jpg)](https://twitter.com/hasufl)

[Hasu⚡️🤖](https://twitter.com/hasufl)

[@hasufl](https://twitter.com/hasufl)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/hasufl/status/1439938607142277121)

I answered some questions on gas prices, MEV, and Flashbots.  
  
Does MEV increase gas prices?

![](https://storage.googleapis.com/papyrus_images/81321165784abbccf5436d8fdd5c272aaa669cfae2f3e1bdd58d2ac19f4ef0a1.png)

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 183](https://twitter.com/hasufl/status/1439938607142277121)[

8:04 AM • Sep 20, 2021

](https://twitter.com/hasufl/status/1439938607142277121)

1:

[

What is MEV? A Simple Guide
---------------------------

How does MEV occur, the types of MEV and the illusive Time-bandit attacks. This article is designed to explain MEV simply to the non-technical.

https://rileygmi.substack.com

![](https://storage.googleapis.com/papyrus_images/05d601fe26bca287e23a3d106ce0409ead18856aaf28a358d5c99777e8042389.jpg)

](https://rileygmi.substack.com/p/what-is-mev-a-simple-guide)

[![User Avatar](https://storage.googleapis.com/papyrus_images/c33864996d4740465c1d61d097a417f1d41c29f52585600c4806c12f15035abe.jpg)](https://twitter.com/0xminion)

[Minion](https://twitter.com/0xminion)

[@0xminion](https://twitter.com/0xminion)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/0xminion/status/1418059536712167432)

1) Was literally reading this off while this guy posting, so writing a thread to summarize this piece. As I'm also a victim of sandwich attack, I'm always wondering how dark is the forest? It tries to quantify the estimated overall EV for sandwich attacks, liquidations and arbs.

[![User Avatar](https://storage.googleapis.com/papyrus_images/df5ea48f588e641a659cab5d27462fe90cd0810e57853501fbcff7bc3f18125a.jpg)](https://twitter.com/officer_cia)

[Vladimir S. | Officer's Notes](https://twitter.com/officer_cia)

[@officer\_cia](https://twitter.com/officer_cia)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/officer_cia/status/1417848883342938114)

Quantifying Blockchain Extractable Value: How dark is the forest?  
  
[arxiv.org/pdf/2101.05511…](https://t.co/QbwL1SnKvf)  
  
Authors provide evidence that miners already extract Miner Extractable Value (MEV), which could destabilize the blockchain consensus security, as related work has shown.

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 28](https://twitter.com/0xminion/status/1418059536712167432)[

11:05 PM • Jul 21, 2021

](https://twitter.com/0xminion/status/1418059536712167432)

[![User Avatar](https://storage.googleapis.com/papyrus_images/3e1ca8949b07b039d595ba621d1f3b1e8c713b66490fedd9d06d5a2934a7fd12.jpg)](https://twitter.com/libevm)

[libevm](https://twitter.com/libevm)

[@libevm](https://twitter.com/libevm)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/libevm/status/1474870665773682692)

(2/5)  
  
EIP-2200 introduced some changes to how EVM handles gas costs for storage writing  
  
The EIP contains quite a lot of technical jargon such as "structured definitions" and "gas metering"  
  
Fear not however, as I'm a certified, professional retard  
  
[eips.ethereum.org/EIPS/eip-2200](https://t.co/5OEHkAFjQZ)

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 45](https://twitter.com/libevm/status/1474870665773682692)[

4:32 PM • Dec 25, 2021

](https://twitter.com/libevm/status/1474870665773682692)

[

On Efficient Ethereum Addresses
-------------------------------

On Efficient Ethereum Addresses When dealing with public blockchains, nothing comes for free. That's why incremental gains in efficiency can lead to big cost reductions, especially over the long ...

https://medium.com

![](https://storage.googleapis.com/papyrus_images/83c018937194a22ec7a7d468b7e03a351a1f7c2f656a8685017361d66fff1546.png)

](https://medium.com/coinmonks/on-efficient-ethereum-addresses-3fef0596e263)

1a:

[

Rekt - Return to the dark forest
--------------------------------

DeFi / Crypto - A new anonymous author speaks out. Join us, as we venture deep into the Dark Forest to uncover a mafia business model being operated by bloXrouteLabs. This protection racket turns Ethereum into a pay-to-play game, which only the frontrunners can win.

https://rekt.news

![](https://storage.googleapis.com/papyrus_images/52208101c9a8053cc8aaae9e62f6356313d50b041c737046f7012e14827c305f.jpg)

](https://rekt.news/return-to-the-dark-forest/)

[

Five theses about transaction ordering, MEV, and front-running
--------------------------------------------------------------

Five theses about transaction ordering, MEV, and front-running The Ethereum community debate about miner-extractable value and transaction ordering has been heating up again, thanks to a recent post ...

https://medium.com

![](https://storage.googleapis.com/papyrus_images/48194a3e3f4dbf4f285e8f9a71c2473b4c71e3ba6303a1d8f297533f3caa2ed8.png)

](https://medium.com/offchainlabs/five-theses-about-transaction-ordering-mev-and-front-running-5ebf52bc0cbe)

1b:

[![User Avatar](https://storage.googleapis.com/papyrus_images/ba61635e108f6a0c559e3e8018dc07170dc4c6ba04d507881bc069828ec16d2b.jpg)](https://twitter.com/Thyborg_)

[Thyborg](https://twitter.com/Thyborg_)

[@Thyborg\_](https://twitter.com/Thyborg_)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/Thyborg_/status/1547898785933639684)

Like it or not, the Cosmos ecosystem is bound to become the ultimate MEV bots fun park  
  
Interchain accounts, interchain security etc. are all making the playground space bigger & better  
  
Let's kickoff a series of reasonably short Cosmos MEV threads with Part 1: the Basics

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 402](https://twitter.com/Thyborg_/status/1547898785933639684)[

6:00 AM • Jul 15, 2022

](https://twitter.com/Thyborg_/status/1547898785933639684)

1c:

[![User Avatar](https://storage.googleapis.com/papyrus_images/13d8cd3c2ef8b7de5a68ed4ab0225eb4d6a132f8cce8fcf0784865b0ffdcd588.jpg)](https://twitter.com/bertcmiller)

[@bertcmiller ⚡️🤖](https://twitter.com/bertcmiller)

[@bertcmiller](https://twitter.com/bertcmiller)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/bertcmiller/status/1527757146716348416)

A highly profitable bot is sandwiching [@CurveFinance](https://twitter.com/CurveFinance) stablecoin trades with $100m+ swaps through a fascinating strategy to get leverage  
  
Thread on the latest in sandwiching

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 3,293](https://twitter.com/bertcmiller/status/1527757146716348416)[

4:04 PM • May 20, 2022

](https://twitter.com/bertcmiller/status/1527757146716348416)

[![User Avatar](https://storage.googleapis.com/papyrus_images/264c2ff980aa475dec9590b64cc9bffe233c7e17d502923b021f220d768cc48a.jpg)](https://twitter.com/tarunchitra)

[Tarun Chitra](https://twitter.com/tarunchitra)

[@tarunchitra](https://twitter.com/tarunchitra)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/tarunchitra/status/1549134678036303873)

![⏰](https://abs-0.twimg.com/emoji/v2/72x72/23f0.png)![⏰](https://abs-0.twimg.com/emoji/v2/72x72/23f0.png)![⏰](https://abs-0.twimg.com/emoji/v2/72x72/23f0.png) New Paper Alert ![⚠️](https://abs-0.twimg.com/emoji/v2/72x72/26a0.png)![⚠️](https://abs-0.twimg.com/emoji/v2/72x72/26a0.png)![⚠️](https://abs-0.twimg.com/emoji/v2/72x72/26a0.png)  
MEV is always bad for users… right?  
  
Not always! [@ks\_kulk](https://twitter.com/ks_kulk), [@theo\_diamandis](https://twitter.com/theo_diamandis), & I formalize the loss from sandwich attacks and show that sandwichers act as decentralized highway traffic controllers & \*improve\* network welfare  
  
[people.eecs.berkeley.edu/~ksk/files/MEV…](https://t.co/UmKbBhL2FM)

![](https://storage.googleapis.com/papyrus_images/9c1eb269826ab0a871fad2d069134b33e2afed92292e19740854f6b8f064937d.jpg)

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 302](https://twitter.com/tarunchitra/status/1549134678036303873)[

3:51 PM • Jul 18, 2022

](https://twitter.com/tarunchitra/status/1549134678036303873)

1e:

[https://www.longhash.com/en/news/2280/With-Just-$1400,-You-Can-Clog-the-$20-Billion-Ethereum-Network](https://www.longhash.com/en/news/2280/With-Just-$1400,-You-Can-Clog-the-$20-Billion-Ethereum-Network)

[![User Avatar](https://storage.googleapis.com/papyrus_images/38e5aee226582874b6333f84de858d99db886f260db3dd2dbfee6916e4a8c71b.jpg)](https://twitter.com/Leozayaat)

[Leo ⌛](https://twitter.com/Leozayaat)

[@Leozayaat](https://twitter.com/Leozayaat)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/Leozayaat/status/1374383287309758476)

The influences of the blockspace market are so pervasive that they touch almost every facet of the ecosystem.

![](https://storage.googleapis.com/papyrus_images/78b7fd928ccfaf1335fe91f4b1852e67a7c147458cd114c17818fa3baa9c4587.jpg)

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 8](https://twitter.com/Leozayaat/status/1374383287309758476)[

10:31 AM • Mar 23, 2021

](https://twitter.com/Leozayaat/status/1374383287309758476)

1d:

[

Ethereum Reorgs After The Merge
-------------------------------

There has recently been discussion about the possibility of miners adopting a hypothetical modified Ethereum client that allows them to essentially accept bribes to make a short reorg of the chain (the main use case for making such bribes being to attack DeFi protocols).

https://www.paradigm.xyz

![](https://storage.googleapis.com/papyrus_images/ebdb19e1cad6eab771f5602d9fc2a22e1daa507366cf79b184bb45073aa5cb4a.avif)

](https://www.paradigm.xyz/2021/07/ethereum-reorgs-after-the-merge)

[

Understanding Blockchain Latency and Throughput
-----------------------------------------------

How to properly measure a (blockchain) system is one of the least talked about but most significant steps in its design and evaluation. There are numerous consensus protocols and variations with various performance and scalability tradeoffs. But as of yet, there is still no universally agreed-upon, reliable method that enables apples-to-apples comparisons.

https://www.paradigm.xyz

![](https://storage.googleapis.com/papyrus_images/ebdb19e1cad6eab771f5602d9fc2a22e1daa507366cf79b184bb45073aa5cb4a.avif)

](https://www.paradigm.xyz/2022/07/consensus-throughput)

[https://femboy.capital/mev-time-turner](https://femboy.capital/mev-time-turner)

[![User Avatar](https://storage.googleapis.com/papyrus_images/ade3e77a00b247944b6020affba56cba5996cd359e6da208ad90a1bf4b4a97ee.jpg)](https://twitter.com/SiegeRhino2)

[SiegeRhino](https://twitter.com/SiegeRhino2)

[@SiegeRhino2](https://twitter.com/SiegeRhino2)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/SiegeRhino2/status/1416311471303188481)

One interesting thing about reorg that isn't talked about much is that it would unlock "Impossible MEV". You could take transactions from the future and include them in the past (oracles or protocol updates, liquidity snipers...)  
So calculating the EV isn't so straightforward.

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 8](https://twitter.com/SiegeRhino2/status/1416311471303188481)[

3:19 AM • Jul 17, 2021

](https://twitter.com/SiegeRhino2/status/1416311471303188481)

1f:

[

Life Cycle of an Ethereum Transaction
-------------------------------------

Life Cycle of an Ethereum Transaction Learn How an Ethereum Transaction is Created and Propagated to the Network Transactions are at the heart of the Ethereum blockchain (or any blockchain for that ...

https://medium.com

![](https://storage.googleapis.com/papyrus_images/d1a2cf6259f7fefbf4eebcb29041638de0af71c13cfd3ec3849a87c9fb9c2ba1.png)

](https://medium.com/blockchannel/life-cycle-of-an-ethereum-transaction-e5c66bae0f6e)

2:

[https://docs.google.com/presentation/d/13q\_cmaznKdAElherLI6fsBexJILYwTj2ddQlMTGUipU/edit#slide=id.g10d8f164256\_0\_0](https://docs.google.com/presentation/d/13q_cmaznKdAElherLI6fsBexJILYwTj2ddQlMTGUipU/edit#slide=id.g10d8f164256_0_0)

2a:

[![User Avatar](https://storage.googleapis.com/papyrus_images/40d9ff20aa8f472187d09417ebe5f491b215ad10a19c091823b2b195163eae05.jpg)](https://twitter.com/mohakagr)

[Mohak Agarwal](https://twitter.com/mohakagr)

[@mohakagr](https://twitter.com/mohakagr)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/mohakagr/status/1417143241812561930)

(16/n) Did you know that the world black market currently stands at a valuation of $1.8T. It is a necessary evil that is "allowed" to exist because it cannot be removed. Do you think that MEV is a similar inescapable anomaly?

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 0](https://twitter.com/mohakagr/status/1417143241812561930)[

10:24 AM • Jul 19, 2021

](https://twitter.com/mohakagr/status/1417143241812561930)

[https://docs.google.com/presentation/d/13q\_cmaznKdAElherLI6fsBexJILYwTj2ddQlMTGUipU/edit#slide=id.g45d315b027c424f1\_13](https://docs.google.com/presentation/d/13q_cmaznKdAElherLI6fsBexJILYwTj2ddQlMTGUipU/edit#slide=id.g45d315b027c424f1_13)

2b:

[https://pdaian.com/blog/mev-wat-do/](https://pdaian.com/blog/mev-wat-do/)

3a:

[![User Avatar](https://storage.googleapis.com/papyrus_images/40d9ff20aa8f472187d09417ebe5f491b215ad10a19c091823b2b195163eae05.jpg)](https://twitter.com/mohakagr)

[Mohak Agarwal](https://twitter.com/mohakagr)

[@mohakagr](https://twitter.com/mohakagr)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/mohakagr/status/1417143241812561930)

(16/n) Did you know that the world black market currently stands at a valuation of $1.8T. It is a necessary evil that is "allowed" to exist because it cannot be removed. Do you think that MEV is a similar inescapable anomaly?

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 0](https://twitter.com/mohakagr/status/1417143241812561930)[

10:24 AM • Jul 19, 2021

](https://twitter.com/mohakagr/status/1417143241812561930)

[https://docs.google.com/presentation/d/13q\_cmaznKdAElherLI6fsBexJILYwTj2ddQlMTGUipU/edit#slide=id.g45d315b027c424f1\_13](https://docs.google.com/presentation/d/13q_cmaznKdAElherLI6fsBexJILYwTj2ddQlMTGUipU/edit#slide=id.g45d315b027c424f1_13)

3b:

[https://foresightventures.medium.com/foresight-ventures-almost-everything-about-rollup-95319ef0675e](https://foresightventures.medium.com/foresight-ventures-almost-everything-about-rollup-95319ef0675e)

[![User Avatar](https://storage.googleapis.com/papyrus_images/9d74f5e65cd96f68b1ee44d0dafc05f438f3597fd8188eb153a81bd7adfa98a4.jpg)](https://twitter.com/j0hnwang)

[John Wang](https://twitter.com/j0hnwang)

[@j0hnwang](https://twitter.com/j0hnwang)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/j0hnwang/status/1489268470973878272)

3/ As more liquidity moves into L2s, L2 tokens are intrinsically parasitic to the MEV accrual of L1 tokens. L2s divert “revenue away from L1 miners who secure the network… decreasing the security budget, and making it less costly to perform 51% attacks.” -  
[@karl\_dot\_tech](https://twitter.com/karl_dot_tech)

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 13](https://twitter.com/j0hnwang/status/1489268470973878272)[

10:04 AM • Feb 3, 2022

](https://twitter.com/j0hnwang/status/1489268470973878272)

[

MEV Auction: Auctioning transaction ordering rights as a solution to Miner Extractable Value
--------------------------------------------------------------------------------------------

Special thanks to Vitalik for much of this, Phil Daian as well (& his amazing research on MEV), Barry Whitehat for also coming up with this idea, and Ben Jones for the rest! Blockchain miners (also known as validators, block producers, or aggregators) are nominally rewarded for their services by some combination of block rewards and transaction fees.

https://ethresear.ch

![](https://storage.googleapis.com/papyrus_images/5a3c2f2bef4516af11d3a1ccd5719e5de9ef8ab131c38fffb26b536c4293e003.png)

](https://ethresear.ch/t/mev-auction-auctioning-transaction-ordering-rights-as-a-solution-to-miner-extractable-value/6788)

[

MEV-resistant ZK-Rollups with Practical VDE (PVDE)
--------------------------------------------------

MEV-resistant ZK-Rollups with Practical VDE (PVDE) @zeroknight , @0xTariz , and @radzin from Radius.xyz Abstract Current MEV solutions based on time-lock puzzles are not viable. Operators cannot easily detect invalid time-lock puzzles or transactions, which can even lead to DoS attacks.

https://ethresear.ch

![](https://storage.googleapis.com/papyrus_images/6a40a867dac0b79928f4d33a0b747ac9322e2f82bd7371f9e6bb9b69b6dedc0b.png)

](https://ethresear.ch/t/mev-resistant-zk-rollups-with-practical-vde-pvde/12677)

[![User Avatar](https://storage.googleapis.com/papyrus_images/9d74f5e65cd96f68b1ee44d0dafc05f438f3597fd8188eb153a81bd7adfa98a4.jpg)](https://twitter.com/j0hnwang)

[John Wang](https://twitter.com/j0hnwang)

[@j0hnwang](https://twitter.com/j0hnwang)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/j0hnwang/status/1489268486358671364)

16/ Although L2s may be parasitic to ETH in the SR, LR the relationship is positive-sum. Yes, as usage moves to L2s, they will accrue more MEV than L1, and may create downward pressure on fee revenue in the SR compared to if we lived in a non-RU world.

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 3](https://twitter.com/j0hnwang/status/1489268486358671364)[

10:04 AM • Feb 3, 2022

](https://twitter.com/j0hnwang/status/1489268486358671364)

[![]({{DOMAIN}}/editor/youtube/play.png)](https://www.youtube.com/watch?v=lLuHFFbYv0Y)

[![User Avatar](https://storage.googleapis.com/papyrus_images/ad9d99a5d4a44f1059223d004668ec958bdfeefee29129d8eee3ccd799f5d52e.jpg)](https://twitter.com/benjaminsimon97)

[Ben Simon](https://twitter.com/benjaminsimon97)

[@benjaminsimon97](https://twitter.com/benjaminsimon97)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/benjaminsimon97/status/1380291321286569986)

The ethical debate over Miner Extractable Value (and MEVA) is not just theoretical.  
  
[@optimismPBC](https://twitter.com/optimismPBC) and [@arbitrum](https://twitter.com/arbitrum) are taking diametrically-opposed approaches to this problem w/r/t the sequencer's MEV capabilities.  
  
(I much favor Arbitrum's fair-sequencing approach over MEVA)

[![User Avatar](https://storage.googleapis.com/papyrus_images/0137a9a1b24d929808755c26772a44e51a1d48d96924dc4addded9e58fcf0581.jpg)](https://twitter.com/phildaian)

[🤖](https://twitter.com/phildaian)

[@phildaian](https://twitter.com/phildaian)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/phildaian/status/1380176996706222080)

There will probably be more popcorn and I highly encourage participation in its consumption, because I think this is one of the most important philosophical debates in the space.

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 104](https://twitter.com/benjaminsimon97/status/1380291321286569986)[

5:47 PM • Apr 8, 2021

](https://twitter.com/benjaminsimon97/status/1380291321286569986)

[![User Avatar](https://storage.googleapis.com/papyrus_images/85b74688ddbe8442b974921db8316976aca37bcb89a1158820511c20467d1c56.jpg)](https://twitter.com/apriori0x)

[apriori](https://twitter.com/apriori0x)

[@apriori0x](https://twitter.com/apriori0x)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/apriori0x/status/1546464783318372353)

Thinking about MEV strategies for  
  
•Rollups  
•Application Layer  
•Consensus  
  
Not a comprehensive list by any means.

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 9](https://twitter.com/apriori0x/status/1546464783318372353)[

7:01 AM • Jul 11, 2022

](https://twitter.com/apriori0x/status/1546464783318372353)

[![User Avatar](https://storage.googleapis.com/papyrus_images/b3504a97c53be4c7ccbcb82b4717d83d207a130bc008ea747016694174c2a4fc.jpg)](https://twitter.com/jon_charb)

[Jon Charbonneau 🇺🇸](https://twitter.com/jon_charb)

[@jon\_charb](https://twitter.com/jon_charb)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/jon_charb/status/1546501633856634880)

There are tradeoffs here  
  
Ethereum <--> rollups have a trust-minimized two-way bridge  
  
You only need n bridges from rollups to settlement layer, not n^2 between all of the sovereign rollups  
  
Also makes the base asset more useful and transferrable trustlessly

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 8](https://twitter.com/jon_charb/status/1546501633856634880)[

9:28 AM • Jul 11, 2022

](https://twitter.com/jon_charb/status/1546501633856634880)

[![User Avatar](https://storage.googleapis.com/papyrus_images/7214c8e21973b58c94ae83c6dfe5b5748f1cd6a54e7c50c6285b6528e0c5e407.jpg)](https://twitter.com/sreeramkannan)

[Sreeram Kannan](https://twitter.com/sreeramkannan)

[@sreeramkannan](https://twitter.com/sreeramkannan)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/sreeramkannan/status/1550572765899472896)

Settlement vs DA layer stickiness: Settlement layer provides utility for composing value across different L2. If all L2 are settled at same security (=same DA), then composability is maximized - leads to powerful L2-bridging, eg, native cross-L2 tokens.

[![User Avatar](https://storage.googleapis.com/papyrus_images/7214c8e21973b58c94ae83c6dfe5b5748f1cd6a54e7c50c6285b6528e0c5e407.jpg)](https://twitter.com/sreeramkannan)

[Sreeram Kannan](https://twitter.com/sreeramkannan)

[@sreeramkannan](https://twitter.com/sreeramkannan)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/sreeramkannan/status/1550570165854556161)

Network effects exist for settlement only to the extent that the settled value is composable. Composability across different security domains is limited (cannot have native multi-rollup-tokens).

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 13](https://twitter.com/sreeramkannan/status/1550572765899472896)[

3:05 PM • Jul 22, 2022

](https://twitter.com/sreeramkannan/status/1550572765899472896)

[![User Avatar](https://storage.googleapis.com/papyrus_images/54484c41b397986e7c250dac679b7dce1d126012ccc3f8069f8fb4dabbd8b3c6.jpg)](https://twitter.com/barnabemonnot)

[barnabe.eth](https://twitter.com/barnabemonnot)

[@barnabemonnot](https://twitter.com/barnabemonnot)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/barnabemonnot/status/1550346797494800384)

Thanks for having me [@EthCC](https://twitter.com/EthCC) ! Video of my talk, "Making sense of rollup economics", where I discussed how not-so-mainstream economics seem to find a natural field of application in our systems  
  
[youtu.be/BmQnb7TN3Ho](https://t.co/QGlP5CQKnA)

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 64](https://twitter.com/barnabemonnot/status/1550346797494800384)[

12:07 AM • Jul 22, 2022

](https://twitter.com/barnabemonnot/status/1550346797494800384)

4:

[![User Avatar](https://storage.googleapis.com/papyrus_images/13d8cd3c2ef8b7de5a68ed4ab0225eb4d6a132f8cce8fcf0784865b0ffdcd588.jpg)](https://twitter.com/bertcmiller)

[@bertcmiller ⚡️🤖](https://twitter.com/bertcmiller)

[@bertcmiller](https://twitter.com/bertcmiller)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/bertcmiller/status/1399737488151830538)

Yesterday Flashbots published MEV-SGX, our proposal for using secure enclaves to provide a private mempool and a sealed bid MEV auction.  
  
Thread on how MEV-SGX works and why it matters ![👇🏻](https://abs-0.twimg.com/emoji/v2/72x72/1f447-1f3fb.png)[

![](https://storage.googleapis.com/papyrus_images/87f91b512e59e21e7e6be5fab4c132374b742c7dff7901bd612c1ff8cb3d588e.png)

ethresear.ch

MEV-SGX: A sealed bid MEV auction design
----------------------------------------

MEV-SGX: A sealed bid MEV auction design Introduction to Flashbots Flashbots is a research and development organization working on mitigating the negative externalities of current MEV extraction...





](https://t.co/sLi5wzDTPS)

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 246](https://twitter.com/bertcmiller/status/1399737488151830538)[

9:39 AM • Jun 1, 2021

](https://twitter.com/bertcmiller/status/1399737488151830538)

[

State of research: increasing censorship resistance of transactions under proposer/builder separation (PBS) - HackMD
--------------------------------------------------------------------------------------------------------------------

State of research: increasing censorship resistance of transactions under proposer/builder separat

https://notes.ethereum.org

![](https://storage.googleapis.com/papyrus_images/c0ad2cff31ba696f94fe7c69e3620ae023ccce89c3c1f4f16363ddcb58c01235.png)

](https://notes.ethereum.org/@vbuterin/pbs_censorship_resistance)

[https://pdaian.com/blog/mev-wat-do/](https://pdaian.com/blog/mev-wat-do/)

[

Flashbots: Frontrunning the MEV Crisis
--------------------------------------

Flashbots is a research and development organization formed to mitigate the negative externalities and existential risks posed by miner-extractable value (MEV) to smart-contract blockchains.

https://medium.com

![](https://storage.googleapis.com/papyrus_images/93f546574e6a33002d821aa8872b29252aef9cb4773a882055ef89f5e4882bc4.png)

](https://medium.com/flashbots/frontrunning-the-mev-crisis-40629a613752)

Not Included but Recommended to Read:

[![User Avatar](https://storage.googleapis.com/papyrus_images/b995ac9415d0a161c7535f307f1ab0d79e54ec903f9c0c3c1f8d1159c836b011.jpg)](https://twitter.com/0xElan)

[Elan Halpern](https://twitter.com/0xElan)

[@0xElan](https://twitter.com/0xElan)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/0xElan/status/1547026528235429894)

1/ MEV (Maximal Extractable Value) is a rising area of Web3 exploration that every Web3 user should know about  
  
I recently read an ![🔥](https://abs-0.twimg.com/emoji/v2/72x72/1f525.png) blog post by [@analyticalali](https://twitter.com/analyticalali) on the nuances of MEV w/ Proof of Stake networks (post-merge Ethereum)  
  
Here’s a quick summary of key takeaways ![🧵](https://abs-0.twimg.com/emoji/v2/72x72/1f9f5.png)![👇](https://abs-0.twimg.com/emoji/v2/72x72/1f447.png)

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 350](https://twitter.com/0xElan/status/1547026528235429894)[

8:14 PM • Jul 12, 2022

](https://twitter.com/0xElan/status/1547026528235429894)

[![User Avatar](https://storage.googleapis.com/papyrus_images/72b75ccc6425706f378ded3a348f16b27544b3f9a7d5a8cb248cbe62ae78edd8.jpg)](https://twitter.com/uriklarman)

[Uri Klarman ⚔️](https://twitter.com/uriklarman)

[@uriklarman](https://twitter.com/uriklarman)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/uriklarman/status/1546971147018948609)

MEV + Merge = ![💥](https://abs-0.twimg.com/emoji/v2/72x72/1f4a5.png)  
  
Join us in [#EthCC](https://twitter.com/hashtag/EthCC) Paris July 20th @ 1pm to discuss:  
  
1) \*users\* control the order flow - can they disincentivize front-running?  
  
2) \*validators\* (unlike miners) hold a $15B bag, and will profit from \*not\* front-running  
  
a short ![🧵](https://abs-0.twimg.com/emoji/v2/72x72/1f9f5.png) (1/6)[

![](https://storage.googleapis.com/papyrus_images/44b747f6037884cfcac83db7c4635c68734ad07364941e9bce38a0a39991f88e.jpg)

medium.com

Flipping the Table on the MEV Game
----------------------------------

Can we transform users from MEV prey to MEV chads





](https://t.co/LnidNJLCc7)

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 160](https://twitter.com/uriklarman/status/1546971147018948609)[

4:33 PM • Jul 12, 2022

](https://twitter.com/uriklarman/status/1546971147018948609)

[![User Avatar](https://storage.googleapis.com/papyrus_images/ba61635e108f6a0c559e3e8018dc07170dc4c6ba04d507881bc069828ec16d2b.jpg)](https://twitter.com/Thyborg_)

[Thyborg](https://twitter.com/Thyborg_)

[@Thyborg\_](https://twitter.com/Thyborg_)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/Thyborg_/status/1547898785933639684)

Like it or not, the Cosmos ecosystem is bound to become the ultimate MEV bots fun park  
  
Interchain accounts, interchain security etc. are all making the playground space bigger & better  
  
Let's kickoff a series of reasonably short Cosmos MEV threads with Part 1: the Basics

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 402](https://twitter.com/Thyborg_/status/1547898785933639684)[

6:00 AM • Jul 15, 2022

](https://twitter.com/Thyborg_/status/1547898785933639684)

[![User Avatar](https://storage.googleapis.com/papyrus_images/24bdb4441b13ad58b4eee06b9d330dbdfa954f8cd867a6c5408ed621444428d8.jpg)](https://twitter.com/0xcacti)

[0xcacti](https://twitter.com/0xcacti)

[@0xcacti](https://twitter.com/0xcacti)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/0xcacti/status/1548470752071913472)

This isn't really an alpha leak for searchers, but there is a type of long tail mev that most people don't know about. Here is a quick thread on rebalancing mev. I am going to talk how I found out about this "alpha", about what it is, and open source some code.

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 214](https://twitter.com/0xcacti/status/1548470752071913472)[

7:52 PM • Jul 16, 2022

](https://twitter.com/0xcacti/status/1548470752071913472)

[![User Avatar](https://storage.googleapis.com/papyrus_images/f36c01747efbd173f2f0eaed3280c253965608607247b1424ddaac50c7bb0b62.jpg)](https://twitter.com/sxysun1)

[sxysun ⚡️🤖](https://twitter.com/sxysun1)

[@sxysun1](https://twitter.com/sxysun1)

[![Twitter Logo](https://paragraph.com/editor/twitter/logo.png)](https://twitter.com/sxysun1/status/1483860078331584512)

Released a new ![⚡️](https://abs-0.twimg.com/emoji/v2/72x72/26a1.png)![🤖](https://abs-0.twimg.com/emoji/v2/72x72/1f916.png) Flashbots Research post on "Speeding up the EVM" with a focus on shared data conflict analysis and parallelization  
  
[writings.flashbots.net/research/speed…](https://t.co/iNoitg4bSL)

![](https://storage.googleapis.com/papyrus_images/8b5eac19c3c974465e768aa9eee67fd3934d074909f0cd6b3c263f4ada0c2b11.png)

 [![Like Icon](https://paragraph.com/editor/twitter/heart.png) 247](https://twitter.com/sxysun1/status/1483860078331584512)[

11:53 AM • Jan 19, 2022

](https://twitter.com/sxysun1/status/1483860078331584512)

[

It's all a dark forest
----------------------

A whimsical introduction to MEV for the curious (not meant to explain everything)

https://theknower.substack.com

![](https://storage.googleapis.com/papyrus_images/5de45ad05a545df573191086f1cbbda81b7442b022503b5927c3b9f96fac050f.jpg)

](https://theknower.substack.com/p/its-all-a-dark-forest)

[https://flashbots.mirror.xyz/NayGRPko-vFnauN5WOn6rQHgMEUqCpmlPPDfKRXJriU](https://flashbots.mirror.xyz/NayGRPko-vFnauN5WOn6rQHgMEUqCpmlPPDfKRXJriU)

[

初探 MEV｜产生、类别和发展
---------------

MEV，于无声处听惊雷。

https://learnblockchain.cn

![](https://storage.googleapis.com/papyrus_images/a25b27c7c0cab7f1deb9b2e88cd768144a198243b2c35e03d8c8176d936b5d60.webp)

](https://learnblockchain.cn/article/3163)

![](https://storage.googleapis.com/papyrus_images/42982b38b4de5c67df6f5eb0f15620998311b18d34caf0904e3ab86caa254c09.png)

---

*Originally published on [msfew](https://paragraph.com/@msfew/mev-definition-difference-decrease)*
