MEV-Share is a new paradigm for searchers. It unlocks new orderflow, features, and searching strategies. This short guide will get you up to speed on new ways of searching and explain how to upgrade your strategies to leverage MEV-Share.
Writings
A collection of articles and papers from Flashbots.
Block Building inside SGX
We are excited to announce that Flashbots is successfully running a block builder inside an SGX enclave, a trusted execution environment (TEE) developed by Intel. The SGX block builder is now live on the Ethereum Sepolia testnet, and soon on mainnet!
Our previous work on running Geth inside SGX demonstrated the technical feasibility of this approach. Now, we’ve made the next step towards block building inside encrypted enclaves, and want to share our key learnings and challenges, as well as the all the code and tooling for running a block builder inside SGX.
Backrunning Private Transactions Using Multi-Party Computation
This article examines the use of secure multi-party computation in allowing searchers to backrun users’ transactions while preserving transaction and search strategy confidentiality.
Running Geth within SGX: Our Experience, Learnings and Code
At Flashbots, we are exploring trusted execution environments (TEEs) such as SGX, as well as other privacy technologies including Multi-Party Computation and Homomorphic Encryption, as important building blocks for trustless collaboration along the transaction supply chain. This is particularly relevant for applications such as decentralized block building and sharing private orderflow.
Today we are happy to publish our efforts and a number of key learnings about running Geth inside SGX, for others to reuse, experiment with, and build upon.
The Future of MEV is SUAVE
TLDR:
- After successfully isolating the centralizing effects of MEV to the block builder role, we turn ourselves toward a new challenge: to decentralize block building itself. Exclusive orderflow and cross-domain MEV present emerging centralization threats to all cryptocurrencies, so we must make sure to keep MEV decentralized, or the decentralization of crypto will be lost.
- To hold ourselves to our decentralization commitments, we are building SUAVE - the Single Unifying Auction for Value Expression.
- SUAVE unbundles the mempool and block builder role from existing blockchains and offers a highly specialized and decentralized plug-and-play alternative. Sharing the same sequencing layer allows crypto to stay decentralized, block builders to capture cross-domain MEV, validators to maximize their revenue, and users to transact with the best execution, while reducing the economic centralization pressure on each domain.
- We are building SUAVE in the open and invite all interested parties — users, wallets, searchers, builders, researchers, and blockchain developers — to work with us.
The Cost of Resilience
tl;dr
- A new mev-boost feature allows validators to maximize Ethereum’s censorship resistance by building low-MEV blocks locally while still outsourcing the building of high-MEV blocks.
- Using this feature carries an opportunity cost—the price of resilience.
- As most blocks are actually low-MEV, however, forfeiting a little profit goes a long way in increasing resilience!
- This is a breakthrough in the tradeoff between maximizing MEV extraction and maximizing censorship resistance.
Open sourcing the Flashbots Builder
A competitive, geographically diverse, and transparent builder ecosystem is critical for the health of Ethereum. Flashbots has open sourced our leading builder in order to help this ecosystem grow further.
Competition among builders maximizes validators rewards and improves censorship resistance for users. With Suave, we envision an ecosystem of builders collaboratively building the most profitable block, each contributing a part of a block instead of one entity building the entire block. Open sourcing our builder will accelerate this future and promote competition in the market today.
We encourage all teams to develop their builders in the open, and for the community to only trust builders who act consistent with the norms of transparency and free software.
Join us in ensuring that Ethereum has a competitive ecosystem of builders and a healthy MEV ecosystem.
MEV for the Next Trillion, It's Time to Get Serious…
This post is adapted from Phil Daian’s talk on Oct 14, 2022 at Devcon VI in Bogota, Colombia. A transcript of the talk is available here.
Tl;dr: Flashbots exists to fight the centralizing impacts of MEV by producing open access and open source tools and lead the field of MEV research. We believe in a censorship resistant Ethereum and the way to protect it is through true decentralization and geographic diversity. In order to truly mitigate the negative externalities of MEV and maximize welfare, we need new tools that are built on the principles of privacy and decentralization. Flashbots is introducing SUAVE - the Single Unifying Auction for Value Expression, which will enable programmable privacy and fully decentralized block-building with maximal competition and geographic diversity. Please join us in building SUAVE to support the decentralized future. We want to hear from you, and we want to build with you!
order flow, auctions and centralisation II - order flow auctions
Tl;dr The first article of this series outlined the threat that exclusive order flow (EOF) poses to the builder market. This article argues that order flow auctions can address part of the EOF problem and explores meaningful differences between two auction design types, while identifying similarities that point to a more fundamental problem.
order flow, auctions and centralisation I - a warning
Tl;dr This post explores the alarming potential for exclusive order flow to render the builder market uncompetitive. A lack of competition in the builder market threatens to cause rent extraction, poor user experience, and entrenchment of builders with undue influence over network incentives. While cause for concern, the negative externalities of exclusive order flow can be mitigated or wholly avoided as presented in a series of articles, of which this article is the first.