Maximal Extractable Value (MEV) is a concept that captures the maximum possible value one can extract from ordering, including, or excluding transactions within a blockchain block, beyond just block rewards or standard transaction fees. The actors who extract MEV—validators, searchers, bots—leverage knowledge of pending or arriving transactions to sequence them in ways that can lead to profit.
MEV isn’t always the same on each chain. Because of differences in transaction submission, propagation, and block production, opportunities vary. Practices such as arbitrage, back-running, front-running (or sandwich attacks) are typical examples of where MEV arises. Some MEV is constructive (arbitrage can help equalize prices across exchanges), while other MEV is viewed as harmful (when users incur worse prices or pay higher fees because of transaction reordering).
Context on Solana
Solana has several architectural features that affect how MEV plays out:
No global public mempool: Unlike Ethereum, Solana does not maintain a large, visible pool of pending transactions waiting for inclusion. Transactions are forwarded directly to upcoming block leaders via mechanisms such as Gulf Stream.
Validator clients and infrastructure: A major player is Jito (Jito-Solana client), which many validators use to capture MEV. They facilitate bundle auctions, where searchers submit transaction bundles (with tips) to validators for priority execution.
Temporary “pseudo-mempools” / private or out-of-protocol mempools: For example, Jito had a service (a pseudo-mempool) which allowed searchers a short window (~200 ms) to see transactions before block inclusion. Jito suspended this public mempool in March 2024 due to negative externalities (spam, harmful sandwiching etc.).
Transaction forwarding / priority and stake-weighted QoS: Solana prioritizes transaction traffic based on stake, quality of service, and validator client features. This can affect who gets their transactions processed first or with what priority.
Why It Matters
For beginners, MEV is important because it touches core aspects of fairness, cost, and transparency in crypto. It can increase cost of transactions (worse execution price, paying for priority), influence which validators gain more rewards, and affect user experience. In Solana’s ecosystem, understanding MEV helps in making sense of trade slippage, validator client differences, and why some infrastructure players (like Jito) have significant influence.
Key Takeaways
MEV = value from reordering, including, or excluding transactions in blocks beyond regular fees.
Solana’s lack of a public mempool and fast transaction propagation changes how MEV works vs chains like Ethereum.
Tools like Jito bundle auctions are central in current Solana MEV infrastructure.
Some forms of MEV can harm regular users (especially in low liquidity or high slippage scenarios).
Monitoring MEV and using transaction protection or choosing infrastructure wisely can help reduce negative impacts.