Skip to main content

Ethereum vs Solana: MEV Dynamics

Ethereum and Solana have fundamentally different MEV landscapes driven by their architectural differences — 12s block times with a public mempool vs 400ms block times with leader-forwarded transactions.

Comparison

AspectEthereumSolana
Block time12 seconds~400 milliseconds
MempoolPublic, transparent; all pending transactions observableNo traditional mempool; transactions forwarded directly to current leader
MEV supply chainMature: searchers → builders → relays → proposers (PBS)Latency-game: first searcher to reach the leader wins
Sandwich attacksCommon; searchers observe pending swaps and construct sandwich bundlesRare; no public mempool to observe; leader sequencing is near-instant
Primary MEV formArbitrage, liquidations, sandwich attacks via bundle constructionLatency arbitrage; co-location and fiber routes to leader nodes
Builder marketConcentrated; top builders (Beaverbuild, Titan, rsync) produce most blocksNo builder market; validators sequence directly
MEV revenue flowBuilder → proposer payment via relay auction; flows to stakersNo structured MEV auction; value captured by fastest searchers
Infrastructure raceAlgorithmic: transaction simulation, bundle optimization, gas biddingHardware/networking: co-location, custom RPC, fiber topology

Analysis

Ethereum MEV is fought at the financial engineering layer (bundle construction, gas auctions, order flow markets). Solana MEV is fought at the infrastructure layer (latency to the leader, network topology). Both are highly competitive but reward different skill sets.