In the blockchain ecosystem, Maximal Extractable Value (MEV) has become an important area of research, involving not only technical implementation but also market behavior and economic impact. With Ethereum’s transition to Proof of Stake (PoS), the concept of MEV has undergone significant evolution. Validators have now become key players, capable of controlling transaction ordering and optimizing profits through various strategies. This shift prompts a re-examination of MEV’s definition and its performance across different consensus mechanisms.
Bing Ventures is dedicated to exploring industry frontiers, and this article will provide an in-depth technical analysis to help readers understand the challenges and opportunities presented by MEV.
Maximal Extractable Value (MEV) refers to the total value that miners or validators extract from block production on a network, beyond the standard block rewards and gas fees. In the context of Proof of Work, MEV was initially known as “Miner Extractable Value,” involving miners maximizing profits by choosing the order of transactions and which transactions to include in a block. This could involve various strategies to manipulate transaction ordering for financial gain.
With Ethereum’s transition to Proof of Stake in 2022, the concept of MEV has expanded and evolved. The term now includes “Maximal Extractable Value” to reflect that it is not only miners (now validators in PoS systems) who can extract value, but also other network participants. In PoS systems, validators, like miners in PoW systems, control the order of transactions and can influence which transactions are included in a block.
Key players in MEV
MEV extraction strategy
The leader in the MEV space, Flashbots, provides a marketplace aimed at facilitating MEV in a more balanced and structured environment by allowing users and miners to agree on transaction order in advance. Looking back at projects in the “infrastructure” sector over the past six months, MEV, represented by Flashbots, showed excellent revenue performance up until April. Notably, it recorded $1.428M in a single week in December, outperforming other projects in the sector, highlighting MEV’s strong profitability. However, after Ethereum’s Cancun Upgrade in March, Flashbots’ revenue significantly decreased for the following reasons:
Source: EigenPhi MEV
In terms of industry performance, during the 7 days up to May 17, profits from DEX arbitrage were approximately twice that of sandwich attacks. However, in terms of trading volume, sandwich attacks significantly led, being about seven times greater than DEX arbitrage. The profit-to-trading-volume percentage for DEX arbitrage is around 14%, much higher than the 0.01% for sandwich attacks. Therefore, it can be concluded that DEX arbitrage is the most profitable operation in the industry.
Source: jhackworth
Uniswap is the decentralized exchange with the highest arbitrage trading volume. By analyzing the arbitrage performance within its liquidity pools, we can gain deeper insights into the overall state of DEX arbitrage.
Source: OP Crypto
From an on-chain transaction perspective, MEV’s trading volume on Uniswap is extremely significant.
Source: OP Crypto
Upstream: Transaction Signing and Broadcasting
Midstream: Transaction Sequencing and MEV Opportunity Discovery
Downstream: Block Proposing and Verification, Completing MEV Extraction
Upstream
The upstream primarily includes RPC providers who are responsible for signing transactions and broadcasting the signed transactions from local nodes to the entire network. These operations are usually submitted by users or other arbitrary initiators and are initially included in the public mempool. The main task in the upstream stage is to generate and broadcast transactions.
Midstream
Midstream is responsible for block construction in public or private environments. In this stage, block producers (such as validators and block builders) select transactions from the mempool, sort and package them according to their preferences. To maximize profits, block producers usually decide the order of transactions based on transaction fees. Additionally, they directly look for MEV opportunities, such as arbitrage opportunities, to decide how to allocate MEV profits. For example, they can choose to copy searchers’ transactions, perform operations themselves, or allow searchers to compete for on-chain positions by adjusting operation fees. The key activities in the midstream stage are transaction sequencing and the discovery and utilization of MEV opportunities.
Downstream
Downstream is mainly responsible for proposing and verifying new blocks, ensuring users’ transactions and MEV extraction transactions are confirmed by network consensus and ultimately obtaining MEV revenue. Validators play a crucial role in this stage, and they may come from various channels such as CEX, liquid staking, institutional staking, or individual staking. The core task in the downstream stage is to package the sorted transactions into blocks and confirm these transactions through the network consensus mechanism, completing the entire MEV extraction process.
Source: ChainLink
Searcher
Block Builder
Relay
Reflecting on the past few months, MEV has shown significant performance across various sectors. For instance, Flashbots, through its innovative market structure, has demonstrated the potential of MEV in a highly transparent and structured environment. Although the Cancun upgrade of Ethereum led to a reduction in Flashbots’ revenue, analysis reveals that these changes are primarily due to increased network efficiency and the implementation of new protocols. This reflects the dynamic nature of MEV strategies in adapting and evolving.
In the future development of MEV, numerous new projects and technologies are emerging. For example, Gnosis’ Agnostic Relay and Automata Network’s Conveyor showcase new approaches to addressing MEV challenges under different technological and market conditions. Additionally, SUAVE, by unifying mempools across chains, offers an innovative solution to cross-chain MEV issues, providing new perspectives for MEV research.
Gnosis’ Agnostic Relay is an open-source tool for providing MEV Boost relays on the Ethereum network, allowing anyone to participate in block building and production. Its design and implementation rely on the knowledge and experience of the Gnosis community and have received support and contributions from the Flashbots team.
Automata Network is a modular proof layer that extends machine-level trust to Ethereum through TEE (Trusted Execution Environment) co-processors. Ethereum acts as a global validator on this network, anchoring a decentralized proof network across hardware and software components.
Eden Network provides protection and support to the Ethereum ecosystem through various products, mitigating the negative impacts of MEV and offering tools and data to enhance the earnings of validators, builders, and searchers.
Eden has three product updates: 0xProtect, Eden Public Data, and Ethereum Mempool Streaming Service.
Function: Maintains an on-chain OFAC sanctions list, allowing block production participants to automatically filter transactions that include sanctioned wallet addresses.
How It Works: Updates and maintains the sanctions list in real-time via a smart contract registry, ensuring all transactions comply with OFAC sanctions. Participants can directly access this registry to automatically filter out non-compliant transactions.
Use Cases: MEV searchers, block builders, relays, and validators can use 0xProtect to ensure their operations comply with regulatory requirements, avoiding legal and compliance risks.
Function: Provides a range of public datasets stored in BigQuery, supporting various data extraction and loading (ETL) processes.
Main Datasets:
MEV-Boost Bids: Builder bidding data collected from MEV-Boost ecosystem relays.
MEV-Boost Payloads: Payload data collected from MEV-Boost ecosystem relays.
Mempool Dumpster: Transactions detected from Flashbots Mempool Dumpster.
MEV-Share: Transactions detected from Flashbots MEV-Share.
MEV Blocker: Transactions detected from Gnosis MEV Blocker.
MEV Blocker, developed by CoW DAO, aims to protect Ethereum transactions by preventing front-running and sandwich attacks. The project uses an RPC endpoint to send transactions to a searcher’s mempool, where searchers track bidding opportunities and share the profits with users.
SUAVE, proposed by Flashbots, is a new model designed to address key issues in current MEV extraction, such as cross-chain MEV and builder centralization. SUAVE creates a layer-0 blockchain that acts as a shared mempool for multiple blockchain networks, achieving cross-chain unification.
1. Preference Submission:
Function: Users no longer submit specific transactions but instead submit “preferences” that reflect their objectives. These preferences can be set based on specific conditions and vary in complexity.
2. Cross-Chain Unified Mempool:
Function: SUAVE, as a layer-0 blockchain, creates a unified mempool that spans multiple blockchain networks. Through this cross-chain unified mempool, SUAVE effectively addresses cross-chain MEV issues, enhancing fairness and transparency in cross-chain transactions.
The transparency of MEV extraction is both an advantage and a potential risk. In the future, blockchain technology will need to find a new balance between transparency and preventing manipulation. One approach is to use more advanced zero-knowledge proof (ZKP) technologies to keep transactions anonymous before they are verified, while ensuring their legitimacy. This not only protects user privacy but also prevents malicious manipulation, maintaining the fairness of the network.
The integration of smart contracts and machine learning
The integration of smart contract automation with machine learning is a future direction for MEV extraction. Smart contracts can analyze market data in real-time and use machine learning algorithms to predict optimal trading strategies. This dynamic adjustment capability will significantly enhance the accuracy of MEV extraction. For example, by combining real-time market data, smart contracts can automatically adjust the order of transactions to maximize profits.
The potential and challenges of cross-chain MEV
Cross-chain MEV extraction is an emerging field with significant potential. By developing new cross-chain protocols, such as those seen in Cosmos and Solana, MEV extraction across different blockchain networks can be achieved. This cross-chain solution not only enhances the flexibility and applicability of MEV but also promotes interoperability within the blockchain ecosystem. However, it also introduces new challenges, such as the security and efficiency of cross-chain transactions, which need to be addressed through innovative technological approaches.
The rise of the dynamic MEV market
The future MEV market will be more dynamic and complex. By leveraging AI and big data analytics, market trends and trading behaviors can be captured in real time, allowing for dynamic adjustments to MEV extraction strategies. For example, machine learning algorithms analyzing historical transaction data can predict future market fluctuations, enabling the development of more effective MEV extraction strategies. This rise of a dynamic market will fundamentally transform the existing MEV ecosystem, making it more intelligent.
Optimize incentive mechanism
To attract more participants and maintain the healthy development of the network, we need to continuously optimize economic incentive mechanisms. Introducing new reward models and distribution mechanisms will ensure that every participant benefits fairly from MEV. Additionally, exploring new business models, such as providing MEV protection services and developing MEV optimization tools, can increase the value of the entire ecosystem. This will help sustain the network’s long-term stability.
MEV is not just a technical issue but also a complex field involving ethical considerations. While pursuing technological innovation, we must deeply consider its ethical impacts. For instance, when developing new technologies, we need to ensure they do not lead to market unfairness, preserving the transparency and fairness of the blockchain network. In PoS systems, validators can extract MEV by controlling transaction order, which may lead to network centralization and unfair practices. To address this issue, we can explore new mechanisms such as dynamic validator selection and reputation-based reward systems. Introducing more randomness and diverse incentive measures can help ensure the network’s decentralization and fairness.
In the blockchain ecosystem, Maximal Extractable Value (MEV) has become an important area of research, involving not only technical implementation but also market behavior and economic impact. With Ethereum’s transition to Proof of Stake (PoS), the concept of MEV has undergone significant evolution. Validators have now become key players, capable of controlling transaction ordering and optimizing profits through various strategies. This shift prompts a re-examination of MEV’s definition and its performance across different consensus mechanisms.
Bing Ventures is dedicated to exploring industry frontiers, and this article will provide an in-depth technical analysis to help readers understand the challenges and opportunities presented by MEV.
Maximal Extractable Value (MEV) refers to the total value that miners or validators extract from block production on a network, beyond the standard block rewards and gas fees. In the context of Proof of Work, MEV was initially known as “Miner Extractable Value,” involving miners maximizing profits by choosing the order of transactions and which transactions to include in a block. This could involve various strategies to manipulate transaction ordering for financial gain.
With Ethereum’s transition to Proof of Stake in 2022, the concept of MEV has expanded and evolved. The term now includes “Maximal Extractable Value” to reflect that it is not only miners (now validators in PoS systems) who can extract value, but also other network participants. In PoS systems, validators, like miners in PoW systems, control the order of transactions and can influence which transactions are included in a block.
Key players in MEV
MEV extraction strategy
The leader in the MEV space, Flashbots, provides a marketplace aimed at facilitating MEV in a more balanced and structured environment by allowing users and miners to agree on transaction order in advance. Looking back at projects in the “infrastructure” sector over the past six months, MEV, represented by Flashbots, showed excellent revenue performance up until April. Notably, it recorded $1.428M in a single week in December, outperforming other projects in the sector, highlighting MEV’s strong profitability. However, after Ethereum’s Cancun Upgrade in March, Flashbots’ revenue significantly decreased for the following reasons:
Source: EigenPhi MEV
In terms of industry performance, during the 7 days up to May 17, profits from DEX arbitrage were approximately twice that of sandwich attacks. However, in terms of trading volume, sandwich attacks significantly led, being about seven times greater than DEX arbitrage. The profit-to-trading-volume percentage for DEX arbitrage is around 14%, much higher than the 0.01% for sandwich attacks. Therefore, it can be concluded that DEX arbitrage is the most profitable operation in the industry.
Source: jhackworth
Uniswap is the decentralized exchange with the highest arbitrage trading volume. By analyzing the arbitrage performance within its liquidity pools, we can gain deeper insights into the overall state of DEX arbitrage.
Source: OP Crypto
From an on-chain transaction perspective, MEV’s trading volume on Uniswap is extremely significant.
Source: OP Crypto
Upstream: Transaction Signing and Broadcasting
Midstream: Transaction Sequencing and MEV Opportunity Discovery
Downstream: Block Proposing and Verification, Completing MEV Extraction
Upstream
The upstream primarily includes RPC providers who are responsible for signing transactions and broadcasting the signed transactions from local nodes to the entire network. These operations are usually submitted by users or other arbitrary initiators and are initially included in the public mempool. The main task in the upstream stage is to generate and broadcast transactions.
Midstream
Midstream is responsible for block construction in public or private environments. In this stage, block producers (such as validators and block builders) select transactions from the mempool, sort and package them according to their preferences. To maximize profits, block producers usually decide the order of transactions based on transaction fees. Additionally, they directly look for MEV opportunities, such as arbitrage opportunities, to decide how to allocate MEV profits. For example, they can choose to copy searchers’ transactions, perform operations themselves, or allow searchers to compete for on-chain positions by adjusting operation fees. The key activities in the midstream stage are transaction sequencing and the discovery and utilization of MEV opportunities.
Downstream
Downstream is mainly responsible for proposing and verifying new blocks, ensuring users’ transactions and MEV extraction transactions are confirmed by network consensus and ultimately obtaining MEV revenue. Validators play a crucial role in this stage, and they may come from various channels such as CEX, liquid staking, institutional staking, or individual staking. The core task in the downstream stage is to package the sorted transactions into blocks and confirm these transactions through the network consensus mechanism, completing the entire MEV extraction process.
Source: ChainLink
Searcher
Block Builder
Relay
Reflecting on the past few months, MEV has shown significant performance across various sectors. For instance, Flashbots, through its innovative market structure, has demonstrated the potential of MEV in a highly transparent and structured environment. Although the Cancun upgrade of Ethereum led to a reduction in Flashbots’ revenue, analysis reveals that these changes are primarily due to increased network efficiency and the implementation of new protocols. This reflects the dynamic nature of MEV strategies in adapting and evolving.
In the future development of MEV, numerous new projects and technologies are emerging. For example, Gnosis’ Agnostic Relay and Automata Network’s Conveyor showcase new approaches to addressing MEV challenges under different technological and market conditions. Additionally, SUAVE, by unifying mempools across chains, offers an innovative solution to cross-chain MEV issues, providing new perspectives for MEV research.
Gnosis’ Agnostic Relay is an open-source tool for providing MEV Boost relays on the Ethereum network, allowing anyone to participate in block building and production. Its design and implementation rely on the knowledge and experience of the Gnosis community and have received support and contributions from the Flashbots team.
Automata Network is a modular proof layer that extends machine-level trust to Ethereum through TEE (Trusted Execution Environment) co-processors. Ethereum acts as a global validator on this network, anchoring a decentralized proof network across hardware and software components.
Eden Network provides protection and support to the Ethereum ecosystem through various products, mitigating the negative impacts of MEV and offering tools and data to enhance the earnings of validators, builders, and searchers.
Eden has three product updates: 0xProtect, Eden Public Data, and Ethereum Mempool Streaming Service.
Function: Maintains an on-chain OFAC sanctions list, allowing block production participants to automatically filter transactions that include sanctioned wallet addresses.
How It Works: Updates and maintains the sanctions list in real-time via a smart contract registry, ensuring all transactions comply with OFAC sanctions. Participants can directly access this registry to automatically filter out non-compliant transactions.
Use Cases: MEV searchers, block builders, relays, and validators can use 0xProtect to ensure their operations comply with regulatory requirements, avoiding legal and compliance risks.
Function: Provides a range of public datasets stored in BigQuery, supporting various data extraction and loading (ETL) processes.
Main Datasets:
MEV-Boost Bids: Builder bidding data collected from MEV-Boost ecosystem relays.
MEV-Boost Payloads: Payload data collected from MEV-Boost ecosystem relays.
Mempool Dumpster: Transactions detected from Flashbots Mempool Dumpster.
MEV-Share: Transactions detected from Flashbots MEV-Share.
MEV Blocker: Transactions detected from Gnosis MEV Blocker.
MEV Blocker, developed by CoW DAO, aims to protect Ethereum transactions by preventing front-running and sandwich attacks. The project uses an RPC endpoint to send transactions to a searcher’s mempool, where searchers track bidding opportunities and share the profits with users.
SUAVE, proposed by Flashbots, is a new model designed to address key issues in current MEV extraction, such as cross-chain MEV and builder centralization. SUAVE creates a layer-0 blockchain that acts as a shared mempool for multiple blockchain networks, achieving cross-chain unification.
1. Preference Submission:
Function: Users no longer submit specific transactions but instead submit “preferences” that reflect their objectives. These preferences can be set based on specific conditions and vary in complexity.
2. Cross-Chain Unified Mempool:
Function: SUAVE, as a layer-0 blockchain, creates a unified mempool that spans multiple blockchain networks. Through this cross-chain unified mempool, SUAVE effectively addresses cross-chain MEV issues, enhancing fairness and transparency in cross-chain transactions.
The transparency of MEV extraction is both an advantage and a potential risk. In the future, blockchain technology will need to find a new balance between transparency and preventing manipulation. One approach is to use more advanced zero-knowledge proof (ZKP) technologies to keep transactions anonymous before they are verified, while ensuring their legitimacy. This not only protects user privacy but also prevents malicious manipulation, maintaining the fairness of the network.
The integration of smart contracts and machine learning
The integration of smart contract automation with machine learning is a future direction for MEV extraction. Smart contracts can analyze market data in real-time and use machine learning algorithms to predict optimal trading strategies. This dynamic adjustment capability will significantly enhance the accuracy of MEV extraction. For example, by combining real-time market data, smart contracts can automatically adjust the order of transactions to maximize profits.
The potential and challenges of cross-chain MEV
Cross-chain MEV extraction is an emerging field with significant potential. By developing new cross-chain protocols, such as those seen in Cosmos and Solana, MEV extraction across different blockchain networks can be achieved. This cross-chain solution not only enhances the flexibility and applicability of MEV but also promotes interoperability within the blockchain ecosystem. However, it also introduces new challenges, such as the security and efficiency of cross-chain transactions, which need to be addressed through innovative technological approaches.
The rise of the dynamic MEV market
The future MEV market will be more dynamic and complex. By leveraging AI and big data analytics, market trends and trading behaviors can be captured in real time, allowing for dynamic adjustments to MEV extraction strategies. For example, machine learning algorithms analyzing historical transaction data can predict future market fluctuations, enabling the development of more effective MEV extraction strategies. This rise of a dynamic market will fundamentally transform the existing MEV ecosystem, making it more intelligent.
Optimize incentive mechanism
To attract more participants and maintain the healthy development of the network, we need to continuously optimize economic incentive mechanisms. Introducing new reward models and distribution mechanisms will ensure that every participant benefits fairly from MEV. Additionally, exploring new business models, such as providing MEV protection services and developing MEV optimization tools, can increase the value of the entire ecosystem. This will help sustain the network’s long-term stability.
MEV is not just a technical issue but also a complex field involving ethical considerations. While pursuing technological innovation, we must deeply consider its ethical impacts. For instance, when developing new technologies, we need to ensure they do not lead to market unfairness, preserving the transparency and fairness of the blockchain network. In PoS systems, validators can extract MEV by controlling transaction order, which may lead to network centralization and unfair practices. To address this issue, we can explore new mechanisms such as dynamic validator selection and reputation-based reward systems. Introducing more randomness and diverse incentive measures can help ensure the network’s decentralization and fairness.