Author: sui14 Compiler: Ladyfinger, BlockBeats
Editor's Note:
This article deeply analyzes the impact of the Dencun upgrade on the Ethereum L2 network, revealing the positive results of the upgraded L2 network in reducing transaction costs, increasing user activity and asset inflows, while pointing out the negative effects such as network congestion and high rollback rate due to MEV activities. The article calls on the community to pay attention and jointly develop MEV solutions that adapt to the characteristics of L2 to promote the healthy development of the Ethereum ecosystem.
Introduction
In this article, we aim to provide a data overview of the current L2 state. We monitored the importance of the Dencun upgrade to the gas fee reduction of L2 in March, studied how the activities on these networks evolved, and highlighted the emerging challenges driven by MEV activities. Additionally, we discuss potential barriers to developing MEV tools and solutions for L2.
The Good: L2 Adoption After Dencun Upgrade
Gas Costs Dropped 10x
Gas fees on Ethereum L2 consist of two parts: the cost of executing a transaction on L2, and the cost of submitting batches of transactions to Ethereum L1. Different L2 gas fee structures and ordering rules vary depending on their stage of development and design choices. For example, Arbitrum operates on a first-come, first-served (FCFS) basis, with transactions processed in the order they are received. In contrast, Optimism (OP Mainnet) and Base, as part of the OP Stack, use a priority gas auction (PGA) model that combines L2 base fees and priority fees. Users can choose to pay a higher priority fee to be included faster and appear earlier in the block. Understanding the fee structure is critical to understanding the growth of the ecosystem and MEV dynamics.
Historically, Ethereum L1 fees made up the majority of the total fees users had to pay when transacting on L2, accounting for over 80% of the cost, as shown by the black bars in the figure below. However, after the Dencun upgrade on March 14, L2 switched from using calldata to a more economical method, so-called "blobs 1", for submitting batches to L1. This temporary storage contains its own gas auction, consisting of a blob base fee and a priority fee.
Since Dencun, L2 has paid L1 a significant reduction in fees - the chart shows that the gas cost breakdown of the OP Stack chain has changed significantly, with L1 costs plummeting from 90% to just 1%, while L2 costs now account for 99% of the total costs. This shift has led to an overall drop of about ten times in the average total gas fee on L2, for example, the average gas fee on OP Mainnet has plummeted from about $0.5 per transaction to $0.05.
A surge in activity on L2
After the cost reduction, there has been a significant increase in activity and usage on L2, as can be seen from the surge in gas fees on L2 in the figure above. It is worth noting that on March 26, Base's average gas fee exceeded its highest level before the upgrade. In order to accommodate more transactions and reduce network congestion, Base increased its gas target starting on March 26 and has made several adjustments since then.
The chart below highlights the number of daily transactions on L2, showing significant growth in networks such as Arbitrum, Base, and OP Mainnet. In particular, Base’s daily transaction volume has quadrupled, now processing around 2 million transactions per day.
While it is difficult to determine whether this is the result of organic participation or the impact of incentive programs and Sybil activities - since the end of last year, with the improvement of market conditions and the arrival of the memecoin season triggered by WIF on Solana, active addresses and DEX transaction volumes on all major L2s have clearly increased after the EIP-4844 upgrade, especially on Base and Arbitrum.
Assets flowing to L2
With the improvement of market conditions and the arrival of the memecoin season triggered by WIF on Solana, the TVL on L2 has continued to rise since the end of last year. It is worth noting that Base has become the fastest growing chain, and its total TVL recently surpassed OP Mainnet.
Since the beginning of March, Base has seen an inflow of approximately $1.5 billion in USDC, part of which is Coinbase moving customer and corporate funds to Base. According to Artemis data on 11 major bridges since January 2024, there has been an outflow of $14 billion from Ethereum to the main L2. Arbitrum leads with approximately $7 billion, followed by zkSync, Base, and OP Mainnet. Further data from Debridge Finance, a cross-chain bridge widely used in EVM chains and Solana, confirms that Arbitrum and Base are the top recipients of all capital outflows.
As we further inspected transactions, we noticed that Bot transaction activity was driving up gas fees and rollback rates on L2. We explore this more fully in the next section through a case study using Base’s statistics, highlighting the impact of cheaper gas on L2 after the Dencun upgrade.
L2 after Dencun upgrade: like Ethereum without Flashbots, but without the transaction pool
Network congestion
Challenges began to emerge on March 26, when the Base network’s daily average gas fee briefly surged, surpassing pre-Dencun upgrade levels. However, on June 3, Base raised its gas target to 7.5M gas/sec, a move that brought average gas costs back down to about 5 cents, compared to 2.5M gas/sec at the time of the Dencun upgrade.
On the Base network, the contracts that consume the most gas include Telegram exchanges BotSigma and Banana Gun, as well as digital wallets and DEXs such as Bitget and Uniswap. In addition, there are many unmarked contracts involved in activities such as token minting, meme coin trading, and atomic arbitrage. These contracts are the top contracts on the Base network ranked by gas fee payment.
By comparing the behavior of popular Telegram Bots, such as BananaGun, it is clear that the gas fees generated by the transactions they conduct are much higher than ordinary transactions. After the Dencun upgrade, users using the BananaGun Telegram robot saw gas prices soar to a peak of 30 Gwei when executing transactions on the Base network. Although this rate has since stabilized at around 3 Gwei, it is still 43 times the gas fee paid by other transactions.
Daily gas prices on Base, Banana Gun transactions compared to other transactions
When the average monthly gas price paid by all major DEX trading bots on the Base network is analyzed and compared to non-Telegram robot transactions (represented by black bars), it is clear that users using trading bots incur significantly higher gas costs. Below is a comparison of monthly gas prices on the Base network, showing the difference between all Telegram Bots and other transactions.
High rollback rate surge
The rollback rate of transactions in a blockchain network is an important indicator of its health. We have noticed an increase in rollback rates on L2 networks such as Base, Arbitrum, and OP Mainnet after the Dencun upgrade. Currently, the rollback rate of Ethereum Mainnet is about 2%, while the rollback rates of Binance Smart Chain and Polygon are between 5-6%. Before the Dencun upgrade, Base's rollback rate also remained at around 2%, but then rose sharply to around 15%, peaking at 30% on April 4. At the same time, Arbitrum and OP Mainnet also saw periodic surges in transaction failure rates, which fluctuated between 10% and 20%.
Cross-chain transaction rollback rate
After in-depth analysis, we found that high rollback rates on L2 networks do not always represent the actual experience of ordinary users. Instead, these rollbacks are likely caused by MEV robots. By adopting the following heuristics (Query 2), we identified a set of router contracts that exhibit bot-like behavior - they show a high rate of rollbacks when executing MEV withdrawal transactions:
Since the Dencun upgrade,
· Active routers: The contract has processed more than 1000 transactions.
· Limited interactions EOA: Less than 10 EOA (Externally Owned Account) wallets have interacted as transaction senders.
· Sender distribution: Less than 50% of transaction senders have only sent one transaction, indicating that the user population does not exhibit a long-tail distribution. This indicates that the routers are unlikely to be used by retail users.
· Behavioral patterns: Transaction history covers exactly 24 hours or shows multiple transactions within a block, indicating non-human behavior.
· Exchange concentration: more than 75% of successful transactions involve an exchange.
· Detected MEV transactions: more than 10% of successful transactions use the atomic MEV strategy, as detected by hildobby's heuristic.
Using these criteria, we detected 51 routers on Base, which likely represents a conservative lower bound for bot activity on Base.
We divided all transactions processed by routers on the Base network into two groups and performed a comparative analysis. The results show that bot-like routers have significantly different rollback rates compared to other transactions: bot-like contracts have an average rollback rate of 60%, which is six times the approximately 10% observed for other transactions.
Daily rollback rate on Base, by Bot Similar contracts and other transactions
Based on the above data, we can infer that automated trading activities such as MEV robots and Telegram robots are likely to be one of the main reasons for high gas fees and high rollback rates on the Base network.
L2's single sequencer architecture, combined with the lack of a public transaction pool, has fostered a large number of MEV strategies that exploit the sequencer, which have become the main cause of network congestion. This congestion is especially evident on L2 networks that use the Priority Gas Auction (PGA) mechanism, such as OP Mainnet and Base. The result is not only network congestion, but also a large amount of block space and gas fees wasted due to rolled back transactions and MEV seeker activities. This is similar to the situation on Ethereum before the emergence of Flashbots, except that there is no sandwich MEV phenomenon due to the lack of transaction pools on L2 at present.
How big is the scale of MEV on L2?
Understanding MEV activity on the L2 network is critical to assessing its impact. However, there is currently no widely recognized number of L2 MEV data that is verified through multiple sources and reliable methods. In addition, compared to the Ethereum mainnet, L2 lacks real-time monitoring data provided by tools such as mev-inspect, libmev, and eigenphi, which are critical to measuring the total amount of MEV and miners' profits.
Some of the L2 MEV datasets and research published to date include:
· Open source datasets built by hildobby at Dune Analytics (inspiration links: Sandwich | Sandwich | Atomic Arbitrage)
· Research paper "Quantifying MEV On Layer 2 Networks" by Arthur Bagourd and Luca Georges Francois, which quantifies MEV on Polygon, OP Mainnet, and Arbitrum using the mev-inspect implementation. This research was funded by Flashbots.
· Research paper "Rolling in the Shadows: Analyzing the Extraction of MEV Across Layer-2 Rollups" by Christof Ferreira Torres, Albin Mamuti, Ben Weintraub, Cristina Nita-Rotaru, and Shweta Shinde quantifies activity and discusses novel MEV strategies on L2 that exploit sequencer roles and their L2 batch confirmation delays.
In addition to the above resources, Sorella Labs will soon release their MEV data indexer tool Brontes, which will be an open source repository that can be used on Ethereum mainnet and L2. Flashbots and the Uniswap Foundation are seeking grants to expand the L2 MEV taxonomy and quantification. If you have worked on this or are interested in collaborating, please contact the Flashbots market research team.
Although further validation is needed, the dataset published by hildobby on Dune Analytics provides a valuable initial reference standard.
Atomic arbitrage volume on L2 using the hildobby dataset
In the past year, atomic arbitrage MEV transaction volume on six major L2s including Arbitrum, OP Mainnet, Base, Zora, Scroll and zkSync has exceeded $36 billion, which accounts for 1% to 6% of all decentralized exchange (DEX) volume on each chain. This MEV volume was initially concentrated on Arbitrum and OP Mainnet, but has recently shifted to Base and zkSync.
Compared to atomic arbitrage volume, sandwich attack volume on L2 networks is significantly lower, which is in stark contrast to Ethereum, where sandwich attack volume is four times that of atomic arbitrage. This difference is mainly due to the L2 network's single sequencer setup and no transaction pool, which limits the ability of seekers to use user transactions in the transaction pool to perform sandwich MEVs unless there is a transaction pool data leak or a sandwich attack initiated by a single sequencer. Therefore, on L2, atomic arbitrage, blind backtracking, statistical arbitrage, and liquidation become more viable strategies for seekers.
Ethereum MEV volume breakdown
Measuring the MEV market How much MEV revenue is left on L2?
While it is difficult to precisely quantify the MEV market, we can check numbers from other ecosystems with MEV solutions for size comparison:
· On Ethereum L1, annual validator revenue from MEV-boost blocks is approximately $96.8 million (based on an estimate of $3,500/ETH price); the median value of a MEV-boost block is 4 times the value of a normal validator block.
On Ethereum L1, annual validator revenue from MEV-boost blocks is approximately $96.8 million (based on an estimate of $3,500/ETH price); the median value of a MEV-boost block is 4 times the value of a normal validator block.
Block reward distribution of normal blocks and MEV-boost blocks
· On Solana, the additional MEV income collected by validators from validator tips through Jito’s bundling service is estimated to be approximately US$338 million based on 50,000 SOL per week (estimated based on a price of US$130/SOL).
Daily tips earned through Jito's bundling service, by validator with Jito Labs
While the exact total amount of MEV on the Base network has not yet been announced, we can estimate the market size by observing the revenue of the Banana Gun Telegram Bot, one of the most active players in the market. Banana Gun has roughly the same volume on Base’s L2 network as Solana, with each chain bringing in over $1 million in daily volume, which translates to over $10,000 in transaction fees per chain per day.
Banana Gun Telegram Bot, cross-chain volume and fees
Note that Banana Gun Bot’s market share on Solana may be significantly different than Base. For example, there are several other major Telegram Bots on the Solana platform, such as Sol Trading Bot and BonkBot, while Base may support fewer Telegram Bots. Therefore, the transaction volume and MEV revenue ratio of Banana Gun on Solana cannot be simply used to estimate the total MEV revenue on Base.
However, through another forecasting method, we can see different results: In March, the Banana Gun Telegram Bot paid more than $23 million to Ethereum block builders and validators. In particular, in the week of March 26 to April 1, Banana Gun's transaction volume on Base actually exceeded that of Ethereum, as shown by the peak in the chart, which hints at the huge MEV revenue potential of the Base network. This cross-chain transaction volume comparison reveals Base's growth prospects in MEV.
Of course, there are significant differences between Base and Ethereum in terms of the MEV ecosystem. Compared to Ethereum, the competition for MEV on Base may be less intense, which may result in lower fees for bots to bid to validators. Nevertheless, meme coin trading bots that mainly rely on blind sniping and arbitrage mechanisms are still viable under Base's sequencer architecture.
Banana Gun Telegram Bot Users pay MEV income to validators
Focus on MEV issues in L2 networks
Ethereum has formed a mature MEV ecosystem, equipped with infrastructure tools that serve participants at all levels of the supply chain. At the protocol level, MEV-boost allows validators to outsource block construction tasks through auctions. For searchers, bundled services offered by Ethereum block builders — similar to Solana’s Jito Labs and Polygon’s FastLanes — enable them to implement MEV strategies that include rollback protection. These services ensure that block builders simulate transactions and only execute those that are determined not to be rolled back. In addition, private RPC services like Flashbots Protect provide a way for ordinary users to bypass public transaction pools and their potential risks. However, current L2 networks still have a lot of room for improvement in developing MEV infrastructure comparable to this.
Why should we care about MEV strategies and solutions for L2 networks?
The MEV phenomenon still exists in an environment without transaction pools and plays a key role in maintaining market efficiency, especially by executing strategies such as statistical arbitrage, atomic arbitrage, and liquidation to liquidate liquidity in outdated AMMs and lending markets.
However, the lack of mature MEV infrastructure, such as bundling services, may lead to some negative consequences. In the absence of a transaction pool, many MEV strategies may degenerate into spam strategies, which will lead to:
· Increased network rollback rate;
· Increased network congestion.
By implementing bundling services, the focus of MEV competition is shifted from the main chain to the auxiliary chain, which can effectively reduce the high gas fee burden faced by users due to MEV robot competition. At the same time, searchers can enjoy higher returns due to rollback protection, reducing the risk cost of failure.
For L2 networks that adopt shared sequencers, the current mainstream solutions often require users to publish transactions to a public transaction pool, which may lead to the recurrence of sandwich attacks. In this context, MEV protection tools like Flashbots Protect are particularly important, as they not only protect users from the threat of sandwich attacks, but may also provide refunds of MEV or priority fees, ensuring that users receive better trade execution and more favorable prices.
The development of complex MEV infrastructure faces several unresolved challenges. First, as more value flows to sequencers, the revenue model of searchers will change over time, and marginal profits may decrease. This change may raise questions about the sustainability of highly competitive search strategies in the long run. We expect market mechanisms to regulate this phenomenon, so that common search strategies will pay a larger proportion of value to sequencers, but not all, while less common strategies will pay less.
In addition, the order flow dynamics of existing MEV infrastructure, such as Ethereum's block construction market, are evolving rapidly. To date, these factors have been the main drivers of the trend of block construction market concentration and the rise of private transaction pools on Ethereum L1. Ensuring that the block construction market remains competitive and fair remains an issue that needs to be addressed.
Finally, the MEV solution for L2 networks may need to be different from the current Ethereum mechanism, mainly due to the unique characteristics of L2: such as shorter block generation time, lower-cost block space, and relatively centralized governance structure. For example, Arbitrum's block time is only 250 milliseconds, and it is not yet known whether such a fast block rate is compatible with the existing MEV infrastructure. At the same time, the ample and economical block space provided by L2 has greatly changed the transaction search landscape, making the spam problem more serious and urgently requiring new solutions. In addition, compared with other environments such as Ethereum L1, L2's governance is more centralized, which may allow additional requirements for MEV service providers, such as requiring block builders to avoid sandwich attacks on users to ensure market fairness.