# MEV, Definition & Difference & Decrease **Published by:** [msfew](https://paragraph.com/@msfew/) **Published on:** 2022-07-28 **URL:** https://paragraph.com/@msfew/mev-definition-difference-decrease ## Content 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 HereThe ordering of transactions in an Ethereum block is not bound by definite rules from the beginning, but can be freely modified according to miners’ preferences. Three examples are provided in the source code of the Geth client:First: Sorting by Nonce onlySecond: Sort by gas fee and Nonce (default option)Third: Sort by owner, then sort by gas fee and NonceIn 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. 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, EverywhereBefore formally interpreting the definition of MEV, we can look at some data on MEV so that we can visualize its presence and impact.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.Data from 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 ChainSo how does an MEV activity come about?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 MEVThe term MEV has two official interpretations:Miner Extractable ValueMaximum 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.A user who understand the concept of MEV: use Flashbots Protect as tx pool to avoid being rugged by MEV bots and to get the advantage of prioritizing tx execution; monitor Mempool to arbitrage NFT and on-chain activity with flashside 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.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 MEVHere is a clear illustration of the MEV activity by 0xminion: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, 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. Of course, the above arbitrage optimizations have little to do with MEV itself. MEV itself can be divided into six main types:a) Front RunningFront 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.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 (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 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 RunningBack 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.This kind of MEV activity is especially good 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 AttackSandwich 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.Such attacks can sometimes be very sophisticated and can do a lot of damage, as shown in the image below, which shows a bot sandwiching Curve’s users with 100 million DAIs:It can be generally perceived as pernicious, but somehow acts like a speedometer on the highway to spur users to use more sensible slippage, thereby enhancing the overall benefit of the network.d) Time-Bandit AttackA 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.The blockchain network under Nakamoto consensus has very frequent block reorg (and high latency) 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.The cool point about Time Thief MEV is: future events can affect the past (like including “future” transactions into blocks of the “past”).However, under simple quantification, the expected payoff of such attacks is low, and they are rarely performed as they are condemned for deliberately destabilizing the blockchain network (e.g. Reorg-as-a-Service).e) CloggingThe 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 market:Clogging is the process of continuously monopolizing all the space in a block for winning a game such as Fomo3D. 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 TransactionsThe 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.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. MEV is bad, and needs to be decreased.3. MEV Decrease StrategyBefore 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 incentiveMEV 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 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.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, thereby reducing the overall negative externalities of MEV: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 DifferenceSingle-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.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 DifferenceIn our article exploring Rollup networks, 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. 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:As L2 moves towards decentralization and modular blockchain 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 (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, which will not be expanded in this paper.2. More centralized blockchain To make it faster, Solana doesn’t have a public Mempool, 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…). 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 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.3. ConclusionThis article is only a superficial analysis of the topic of MEV, there are many interesting things not mentioned due to space (SGX, PBS, etc.), we recommend you to read more than 50 related links at the end of the article. In an ideal network:Anyone can send transactions (no censorship)no spamVery low fees(low fees)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?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.LinksMEV | NotionMEV Resourceshttps://thedailyape.notion.site0a: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 nothttps://ethereum.stackexchange.comgo-ethereum/miner/worker.go at 290e851f57f5d27a1d5f0f7ad784c836e017c337 · ethereum/go-ethereumGo implementation of the Ethereum protocol. Contribute to ethereum/go-ethereum development by creating an account on GitHub.https://github.com flashfish @flashfish0x 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 984 6:28 AM • Apr 19, 2022 0b: danning @sui414 >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). 317 2:55 PM • Jun 1, 2022 0c: Stephane @thegostep 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… 268 7:28 AM • May 2, 2022 0d:Quick Start | Flashbots DocsKey Considerationshttps://docs.flashbots.net Blockworks Research @blockworksres Flashbots are effectively "MEV-as-a-Service". Anyone can use them to avoid MEV attacks or conduct them. A on how by @chandipandi15 88 12:52 PM • Jun 3, 2022 Anish Agnihotri @_anishagnihotri 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) 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 1,181 8:41 PM • Apr 30, 2022 mint.funmint.fun has been sunset we had lots of fun minting with youhttps://mint.funhttps://www.recvc.com/mev-2-0-the-rise-of-mpsvs/ Hasu⚡️🤖 @hasufl I answered some questions on gas prices, MEV, and Flashbots. Does MEV increase gas prices? 183 8:04 AM • Sep 20, 2021 1:What is MEV? A Simple GuideHow 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 Minion @0xminion 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. Vladimir S. | Officer's Notes @officer_cia Quantifying Blockchain Extractable Value: How dark is the forest? arxiv.org/pdf/2101.05511… Authors provide evidence that miners already extract Miner Extractable Value (MEV), which could destabilize the blockchain consensus security, as related work has shown. 28 11:05 PM • Jul 21, 2021 libevm @libevm (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 45 4:32 PM • Dec 25, 2021 On Efficient Ethereum AddressesOn 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.com1a:Rekt - Return to the dark forestDeFi / 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.newsFive theses about transaction ordering, MEV, and front-runningFive 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.com1b: Thyborg @Thyborg_ 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 402 6:00 AM • Jul 15, 2022 1c: @bertcmiller ⚡️🤖 @bertcmiller A highly profitable bot is sandwiching @CurveFinance stablecoin trades with $100m+ swaps through a fascinating strategy to get leverage Thread on the latest in sandwiching 3,293 4:04 PM • May 20, 2022 Tarun Chitra @tarunchitra New Paper Alert MEV is always bad for users… right? Not always! @ks_kulk, @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… 302 3:51 PM • Jul 18, 2022 1e: https://www.longhash.com/en/news/2280/With-Just-$1400,-You-Can-Clog-the-$20-Billion-Ethereum-Network Leo ⌛ @Leozayaat The influences of the blockspace market are so pervasive that they touch almost every facet of the ecosystem. 8 10:31 AM • Mar 23, 2021 1d:Ethereum Reorgs After The MergeThere 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.xyzUnderstanding Blockchain Latency and ThroughputHow 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.xyzhttps://femboy.capital/mev-time-turner SiegeRhino @SiegeRhino2 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. 8 3:19 AM • Jul 17, 2021 1f:Life Cycle of an Ethereum TransactionLife 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.com2: https://docs.google.com/presentation/d/13q_cmaznKdAElherLI6fsBexJILYwTj2ddQlMTGUipU/edit#slide=id.g10d8f164256_0_0 2a: Mohak Agarwal @mohakagr (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? 0 10:24 AM • Jul 19, 2021 https://docs.google.com/presentation/d/13q_cmaznKdAElherLI6fsBexJILYwTj2ddQlMTGUipU/edit#slide=id.g45d315b027c424f1_13 2b: https://pdaian.com/blog/mev-wat-do/ 3a: Mohak Agarwal @mohakagr (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? 0 10:24 AM • Jul 19, 2021 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 John Wang @j0hnwang 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 13 10:04 AM • Feb 3, 2022 MEV Auction: Auctioning transaction ordering rights as a solution to Miner Extractable ValueSpecial 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.chMEV-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 John Wang @j0hnwang 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. 3 10:04 AM • Feb 3, 2022 Ben Simon @benjaminsimon97 The ethical debate over Miner Extractable Value (and MEVA) is not just theoretical. @optimismPBC and @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) 🤖 @phildaian 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. 104 5:47 PM • Apr 8, 2021 apriori @apriori0x Thinking about MEV strategies for •Rollups •Application Layer •Consensus Not a comprehensive list by any means. 9 7:01 AM • Jul 11, 2022 Jon Charbonneau 🇺🇸 @jon_charb 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 8 9:28 AM • Jul 11, 2022 Sreeram Kannan @sreeramkannan 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. Sreeram Kannan @sreeramkannan 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). 13 3:05 PM • Jul 22, 2022 barnabe.eth @barnabemonnot Thanks for having me @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 64 12:07 AM • Jul 22, 2022 4: @bertcmiller ⚡️🤖 @bertcmiller 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 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... 246 9:39 AM • Jun 1, 2021 State of research: increasing censorship resistance of transactions under proposer/builder separation (PBS) - HackMDState of research: increasing censorship resistance of transactions under proposer/builder separathttps://notes.ethereum.orghttps://pdaian.com/blog/mev-wat-do/Flashbots: Frontrunning the MEV CrisisFlashbots 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.comNot Included but Recommended to Read: Elan Halpern @0xElan 1/ MEV (Maximal Extractable Value) is a rising area of Web3 exploration that every Web3 user should know about I recently read an blog post by @analyticalali on the nuances of MEV w/ Proof of Stake networks (post-merge Ethereum) Here’s a quick summary of key takeaways 350 8:14 PM • Jul 12, 2022 Uri Klarman ⚔️ @uriklarman MEV + Merge = Join us in #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 (1/6) medium.com Flipping the Table on the MEV Game Can we transform users from MEV prey to MEV chads 160 4:33 PM • Jul 12, 2022 Thyborg @Thyborg_ 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 402 6:00 AM • Jul 15, 2022 0xcacti @0xcacti 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. 214 7:52 PM • Jul 16, 2022 sxysun ⚡️🤖 @sxysun1 Released a new Flashbots Research post on "Speeding up the EVM" with a focus on shared data conflict analysis and parallelization writings.flashbots.net/research/speed… 247 11:53 AM • Jan 19, 2022 It's all a dark forestA whimsical introduction to MEV for the curious (not meant to explain everything)https://theknower.substack.comhttps://flashbots.mirror.xyz/NayGRPko-vFnauN5WOn6rQHgMEUqCpmlPPDfKRXJriU初探 MEV|产生、类别和发展MEV,于无声处听惊雷。https://learnblockchain.cn ## Publication Information - [msfew](https://paragraph.com/@msfew/): Publication homepage - [All Posts](https://paragraph.com/@msfew/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@msfew): Subscribe to updates - [Twitter](https://twitter.com/msfew_eth): Follow on Twitter