Papers
Topics
Authors
Recent
Search
2000 character limit reached

Maximal Extractable Value (MEV) Searchers

Updated 5 April 2026
  • Maximal Extractable Value (MEV) searchers are automated bots that scan blockchain mempools for profitable opportunities by reordering, inserting, or censoring transactions.
  • They deploy diverse, algorithmically sophisticated strategies—including front-running, sandwich attacks, and on-chain arbitrage—anchored in game-theoretic and empirical models.
  • Their actions affect network efficiency, fee market design, and protocol security, driving centralization and triggering latency wars in competitive blockchain environments.

Maximal Extractable Value (MEV) Searchers

Maximal Extractable Value (MEV) searchers are automated agents—often called bots—that systematically scan blockchain transaction pools for exploitable opportunities to extract value by reordering, inserting, or censoring transactions within blocks. They constitute a critical, specialized class of actors in blockchain economies, shaping network congestion, user experience, protocol security, and fee-market design. MEV searchers’ strategies and market structure differ dramatically based on consensus type (PoW, PoS), transaction ordering mechanism (gas auctions, sealed-bid relays, FCFS), and on emerging mitigation protocols. Their study integrates formal game-theoretic, algorithmic, empirical, and distributed systems perspectives, as evidenced by contemporary research covering Ethereum, Polygon, Terra Classic, and high-throughput rollups (Heimbach et al., 2024, Materwala et al., 2024, Carrillo et al., 2023, Vostrikov et al., 29 Aug 2025, Rasheed et al., 2024, Mazorra et al., 2022, Wang et al., 31 Mar 2026).

1. Formal Definition and Economic Model

The MEV of a block BB is the maximum net profit a privileged actor can extract by selecting, ordering, or excluding transactions from BB, over and above standard block rewards and gas fees:

MEV(B)=maxπ{i=1n[Valuei(π)GasCosti(π)]}\operatorname{MEV}(B) = \max_\pi \left\{ \sum_{i=1}^n \left[ \operatorname{Value}_i(\pi) - \operatorname{GasCost}_i(\pi) \right] \right\}

where π\pi ranges over all valid permutations/insertions of the nn candidate transactions. An MEV searcher is the agent (software or validator-controlled) who:

  • Monitors public mempools or private relays for pending transactions.
  • Simulates and/or identifies profitable opportunities (e.g., arbitrage, sandwich, liquidation).
  • Constructs and submits transaction bundles, often optimizing both inclusion strategy and ordering within bundles.
  • Explicitly aims to maximize expected profit E[Profit(S)]E[Profit(S)] for bundle SS, factoring in winning probability, gas/fee outlay, and adversarial competition (Rasheed et al., 2024, Carrillo et al., 2023, Materwala et al., 2024).

Searchers’ profits are realized when their submitted bundles are included in blocks in favorable positions.

2. Typology of MEV Searcher Strategies

MEV searchers implement a range of algorithmically sophisticated strategies, classified according to the underlying economic mechanism and target protocol. Major categories include:

  • Value-Diverting Attacks:
    • Front-running: Preempting a victim's trade by submitting and winning a higher-priority transaction.
    • Sandwich attacks: Wrapping a user trade with adversarial buy–then–sell (or vice versa) to extract value from induced slippage.
    • Suppression/replacement: Displacing or altering target transactions for personal gain.
  • Value-Creating Mechanisms:
    • On-chain arbitrage: Capturing price discrepancies between DEX pools within a single blockchain.
    • Non-atomic arbitrage: Crossing on-chain and off-chain venues, such as simultaneously buying on-chain (DEX) and selling off-chain (CEX or cross-chain DEX), requiring careful coordination but not atomicity (Heimbach et al., 2024, Wu et al., 17 Jul 2025).
    • Liquidation: Seizing collateral from under-collateralized lending positions for protocol-specified bonuses.
  • Spam MEV: In high-throughput, low-fee architectures, searchers mass-submit speculative attempts that individually have ex ante negative expected value, relying on variance and execution-time settlement to catch opportunities ("spam MEV") (Wang et al., 31 Mar 2026).

On specialized blockchains or consensus mechanisms (e.g., fixed gas price, FCFS), searchers further emphasize network latency and deployment topology over gas bidding (Carrillo et al., 2023, Öz et al., 2024).

3. Game-Theoretic and Mechanism Design Foundations

MEV searchers operate in adversarial environments formalized as stage games G=(S,B,f,{ui})G = (S, B, f, \{u_i\}), where SS is the set of searchers, BB the space of bundles, BB0 the sequencing or ordering policy, and BB1 the utility of each searcher (Mazorra et al., 2022). Key dimensions include:

  • Ordering mechanisms:
    • Priority gas auction (PGA): Competing for blockspace by gas price; leads to "gas wars" and can erode MEV profit via bidding up to total surplus.
    • Sealed-bid/Flashbots relay: Bids are invisible; reduces on-chain fee wars and allows for more efficient MEV distribution but introduces centralization and complexity (Rasheed et al., 2024, Adadurov et al., 17 Mar 2026).
    • First-come-first-served (FCFS): Ordering by mempool arrival time, favoring low-latency propagation rather than economic bidding (Carrillo et al., 2023, Öz et al., 2024).
  • Equilibrium and Welfare:
    • Price of MEV (PoMEV): Ratio of optimal social welfare to worst-case Nash equilibrium value, quantifying inefficiency induced by searcher competition under a given ordering mechanism.
    • Latency vs. bidding: In fixed gas price or FCFS regimes, the equilibrium is governed by a latency war, with global node deployment and minimal propagation delay being the winning strategy rather than fee escalation (Carrillo et al., 2023, Öz et al., 2024).

4. Workflow Architecture and Performance Techniques

A prototypical MEV searcher bot consists of the following pipeline:

  1. Mempool Listener: Subscribes to transaction feeds (public and/or private), filtering for candidate targets such as DEX swaps, liquidation triggers, or token supply events.
  2. Simulation Engine: Replays candidate transactions in a local EVM fork or custom simulation to estimate profit, gas, slippage, and reversibility (Materwala et al., 2024, Rasheed et al., 2024).
  3. Strategy Module: Determines optimal parameters (trade size, swap path, bid level); solves nonlinear optimization problems for arbitrage cycle input; adapts to concurrent opportunity detection.
  4. Bundle Builder: Packs transactions with optimized nonce and fee logic; conditions submission to public mempools, relays, or block builder APIs.
  5. Submission & Monitoring: Continuously tracks inclusion or outbidding, adjusting fee or dispatch logic dynamically; monitors failed deliveries for adaptive scaling.
  6. Network Layer: For low-latency blockchains, searchers deploy multiregion, multi-instance clusters, each peered to diverse validator or relay endpoints (Carrillo et al., 2023, Öz et al., 2024).

Performance optimization focuses on minimal detection+propagation time, transaction packing for gas efficiency, and dynamic concurrency tuning based on live success/failure rates (repeated-transaction rate) (Carrillo et al., 2023).

5. Empirical Characterization and Ecosystem Impact

Large-scale studies provide detailed empirical profiles of MEV searcher ecosystems:

  • Concentration: On Ethereum, a small set of searchers extract the bulk of both atomic and non-atomic MEV. Eleven contracts accounted for 80% of $132B non-atomic arbitrage volume from Sep 2022–Oct 2023; similar concentration is observed in CEX–DEX arbitrage, with three searchers controlling 73% of extracted value by Mar 2025 (Heimbach et al., 2024, Wu et al., 17 Jul 2025).
  • Centralization Feedback: Block-builder/proposer separation (PBS) enables professional builders to vertically integrate with searchers, further accelerating concentration, especially during periods of market volatility (Heimbach et al., 2024, Wu et al., 17 Jul 2025).
  • Profit Distribution: Searchers operating via sealed-bid relays on Polygon (FastLane) net far higher average profits per transaction ($B$260 via spam), despite being a minority of total AA attempts (Vostrikov et al., 29 Aug 2025). Latency dominates profit outcomes in fixed gas or FCFS regimes; searchers with globally distributed, well-peered nodes win the vast majority of high-value arbitrages (Carrillo et al., 2023, Öz et al., 2024).
  • Spam MEV: High-throughput rollups with low minimum gas prices experience superlinear growth in spam MEV activity as capacity grows, with spam sometimes occupying more than 50% of block gas (Wang et al., 31 Mar 2026).
  • Dynamic Adaptation: As protocol parameters or network topology shift (e.g., raising min gas price, reducing block capacity), searcher strategies and ecosystem MEV distribution adapt accordingly (empirical elasticity for spam ≈2.27 for Base) (Wang et al., 31 Mar 2026).

6. Algorithmic and Analytical Innovations

Recent work incorporates advanced computational and formal methods in MEV searching:

  • Automated Discovery: Pipelines such as tSCAN + tSEARCH extend beyond traditional application-layer MEV, applying static contract analysis and symbolic constraint solving to systematically discover and exploit token-supply-control-driven opportunities (tMEV), uncovering up to 10× more profit than conventional bots in replay (Chen et al., 9 Mar 2026).
  • Mechanized Optimality Proofs: Formal verification frameworks (Lean) yield machine-checked upper bounds on extractable MEV for general DeFi protocols, with explicit proof of the information-theoretic optimality of sandwich attacks on Uniswap-style AMMs (Bartoletti et al., 16 Oct 2025).
  • Auction Mechanism Analysis: Modeling MEV auction markets with log-normal value distributions and bidder affiliation reveals distinct advantages of English and second-price sealed-bid formats over first-price or Dutch, with empirical linkage gaps of 14–28% depending on market parameters (Adadurov et al., 17 Mar 2026).
  • Differential Privacy in Searcher-User Interaction: Integrating DP aggregate hints into private transaction relays allows users to calibrate privacy–profit trade-offs, with analytical relationships for user rebate vs. privacy parameter BB3 and simulated effects on searcher profit (Passerat-Palmbach et al., 19 Aug 2025).

7. Open Challenges and Design Recommendations

The MEV searcher ecosystem continues to raise substantial, unresolved technical and governance problems:

  • Centralization and Censorship: High-value MEV searchers and their affiliated builders exacerbate centralization and censorship risk, especially in PBS and L2 architectures (Heimbach et al., 2024, Wu et al., 17 Jul 2025).
  • Spam Control: Optimizing block capacity, enforcing meaningful minimum gas prices, and adopting priority-fee ordering can partially curb spam MEV, but effective elimination requires protocol-level design (Wang et al., 31 Mar 2026).
  • Layer-2 and Cross-Chain Searchers: MEV on rollups and bridges remains largely unmitigated and methodologically underexplored; cross-domain searcher architectures are open research targets (Materwala et al., 2024, Rasheed et al., 2024).
  • Fairness and Decentralization: Ensuring “democratization of MEV” while maintaining network efficiency and minimizing negative externalities remains an unresolved trilemma given known game-theoretic limits on ordering mechanisms (Mazorra et al., 2022).
  • Unified Detection, Benchmarking, and Quantification: Standardized frameworks to detect multi-address and value-creating/diverting searcher behaviors, especially in real time, lag behind evolving strategies and cross-layer deployments (Materwala et al., 2024).

Best-practice recommendations for MEV searchers include global, multi-instance node deployment in latency-sensitive networks; express path-length and capital-size optimization to maximize risk-adjusted profit; and continual adaptation of contract interfaces and monitoring infrastructure to respond to ecosystem and protocol-level shifts (Carrillo et al., 2023, Öz et al., 2024, Vostrikov et al., 29 Aug 2025, Materwala et al., 2024).


Key References:

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Maximal Extractable Value (MEV) Searchers.