Introduction
MEV, or Maximum Extractable Value, is a fundamental concept in blockchain ecosystems. It represents the profit that can be extracted by reordering, including, or excluding transactions within a block. While often discussed in the context of Ethereum, MEV on Solana operates differently due to its unique architecture, including its lack of a native mempool and its continuous block production mechanism.
This article provides a foundational understanding of how MEV functions within the Solana network. It explores the key players, common MEV transaction types, and the evolving infrastructure aimed at managing or mitigating its effects.
How MEV Works on Solana
Solana’s high-throughput, low-latency environment creates a distinct MEV landscape. Unlike Ethereum, Solana does not have a traditional, protocol-level mempool where pending transactions are publicly visible. This architectural difference significantly alters how searchers and validators interact with potential MEV opportunities.
The absence of a mempool reduces the surface area for certain types of MEV, particularly front-running. However, it increases the importance of having the most up-to-date view of the chain state. Consequently, there are strong incentives for searchers to run their own nodes or co-locate their infrastructure with well-staked validators to minimize latency.
👉 Explore real-time network analytics
Key Participants in the Solana MEV Supply Chain
The process of extracting MEV on Solana involves several key participants, who may sometimes be vertically integrated entities.
- Searchers: These individuals or bots scan the network for profitable opportunities, such as price discrepancies between exchanges or under-collateralized lending positions. They then compose bundles of transactions designed to capture this value.
- Relayers: Unlike in Ethereum, relayers on Solana are responsible for relaying incoming transactions and performing initial processing tasks like packet deduplication and signature verification. Their logic is open-source, allowing various network participants to run their own instances.
- Block Engines: These components simulate transaction bundles and run off-chain auctions for block space. The MEV-maximizing bundle is then forwarded to the current block leader (validator).
- Validators: As block leaders, validators have the ultimate authority over block content. They can choose to include transactions from the standard protocol path or winning bundles from off-chain auctions like those run by Jito.
Common Types of MEV on Solana
Despite the architectural differences, several familiar forms of MEV are present on the Solana network.
NFT Mints
Public NFT minting events can create significant MEV opportunities. Participants compete to acquire rare or valuable tokens the moment a mint goes live. This activity is characterized by extreme spikes in network demand, often leading to congestion. These mints were among the first events to cause major Solana network pauses in 2021/2022.
Liquidations
In lending protocols, a borrower's position becomes eligible for liquidation if it fails to maintain the required collateral ratio. Searchers actively scan the blockchain for these under-collateralized positions. Executing a liquidation repays the debt and rewards the searcher with a portion of the collateral. This process is beneficial for protocol health.
Arbitrage
Arbitrage involves exploiting price differences for the same asset across different markets. On Solana, this occurs:
- On-chain: Between different decentralized exchanges (DEXs) within the Solana ecosystem.
- Cross-chain: Between Solana and other blockchain networks.
- CEX-DEX: Between centralized exchanges and Solana-based DEXs.
On-chain arbitrage is currently the only form that guarantees atomic execution. Arbitrage helps maintain price stability across markets.
The Role of Jito and Off-Chain Auctions
Jito has been a major player in Solana's MEV ecosystem. It operates an off-chain block space auction for partial blocks, which is different from Ethereum's MEV-Boost that auctions full blocks.
Searchers submit transaction bundles to Jito's auction. These bundles are executed atomically—all transactions in the bundle succeed or fail together. Searchers pay a tip for the guaranteed inclusion of their bundle if they win the auction. This tip exists off-chain and is separate from Solana's on-chain priority fees.
The goal of this system is to reduce network spam and improve computational efficiency by ensuring only the winning bundle from the auction is published on-chain.
The Now-Deprecated Jito Mempool
Jito previously operated a service that effectively created a canonical off-protocol mempool, as a significant portion of validators ran the Jito-Solana client. Transactions would reside in this pseudo-mempool for a brief window (e.g., 200ms), during which searchers could bid on opportunities to front-run or back-run them.
This mempool service enabled sandwich attacks, a type of MEV where a user's trade is exploited for profit. However, Jito's mempool service was shut down on March 8, 2024, following community and validator consensus to remove this capability.
Searchers can still submit other types of MEV bundles, such as arbitrage and liquidation trades, which rely on observing opportunities within a block rather than a mempool.
Mitigating and Managing MEV
The ecosystem is actively developing solutions to reduce the negative externalities of MEV or redistribute its value.
RFQ Systems
Request-for-Quote (RFQ) systems, like Hashflow, are gaining traction on Solana. Instead of routing trades through an on-chain AMM, these systems use professional market makers (e.g., Wintermute, Jump Crypto) to provide quotes off-chain. Only the final settlement transaction is posted on-chain, moving price discovery off-chain and significantly reducing MEV surface area.
MEV-Protected RPC Endpoints
These endpoints allow users to potentially capture some value from their order flow. Searchers bid for the right to back-run a user's transaction and offer a rebate back to the user. This mechanism relies on trusting the entity running the RPC endpoint to prevent front-running or sandwich attacks.
Frequently Asked Questions
What is MEV on Solana?
MEV, or Maximum Extractable Value, is the profit that can be extracted by strategically reordering, including, or excluding transactions in a block. On Solana, its form is shaped by the network's high speed and lack of a native mempool.
Is MEV bad for Solana?
Not all MEV is detrimental. Activities like arbitrage help maintain price stability across markets, and liquidations are necessary for the health of lending protocols. The challenge lies in mitigating harmful forms like sandwich attacks that negatively impact end-users.
How can I avoid being negatively affected by MEV?
Users can leverage MEV-protected RPC endpoints that attempt to prevent harmful extraction. For trading, using RFQ-based systems that conduct price discovery off-chain can also reduce exposure to on-chain MEV.
What happened to Jito's mempool?
Jito's mempool service, which enabled certain types of MEV like sandwich attacks, was voluntarily shut down in March 2024. This decision was supported by many validators who prioritized the network's long-term health over short-term extraction revenue.
Can MEV be eliminated?
It is unlikely that MEV can be completely eliminated, as it arises from the inherent ability to order transactions. However, its negative effects can be mitigated through protocol improvements, better infrastructure, and economic mechanisms that redistribute value.
Who benefits from MEV?
Value extraction typically benefits sophisticated searchers and, to some extent, validators who receive tips for including profitable bundles. New systems are emerging to redistribute some of this value back to users or application developers.
👉 Get advanced DeFi strategies
Conclusion
The MEV landscape on Solana is complex and rapidly evolving. The network's unique architecture, characterized by continuous block production and no native mempool, creates a different environment for value extraction compared to chains like Ethereum.
While opportunities for arbitrage, liquidations, and NFT mint MEV remain, the ecosystem has shown a willingness to prioritize health over extraction, as evidenced by the removal of Jito's mempool service. The future will likely involve a continued exploration of novel models for MEV and block production, balancing efficiency, fairness, and decentralization.