Crypto Newbie / Simulators / MEV-Share OFA
MEV-Share / Order Flow Auction Simulator
For years, retail Ethereum users were sandwich bot food — $675M was extracted from users in 2022 alone. MEV-Share (Flashbots, March 2023) flipped this dynamic: instead of being front-run, users now EARN back 70-90% of the MEV their trades create. This simulator runs the OFA (Order Flow Auction) math: how searchers bid for the right to backrun your trade, what fraction comes back to you, and the harsh competition economics that drive searcher profits to near-zero.
Your trade
OFA settings
OFA auction result
Gross MEV opportunity
$10.00
Winning searcher bid
$8.89
Your MEV refund
+$7.56
Builder tip
$0.44
Flashbots protocol fee
$0.89
Total benefit vs public mempool
+$17.56
Searcher economics
Expected revenue per attempt
$0.1389
Expected profit per attempt
$-7.8611
Annualised profit (running 24/7)
$-573,861
Why MEV-Share exists — the user empowerment thesis
Pre-MEV-Share, the Ethereum mempool was a hostile environment for retail. You'd submit a Uniswap swap, your tx would sit in the public mempool for 12 seconds, and sandwich bots would race to front-run + back-run you. You lost; the bot won. MEV-Share flipped this by introducing OFA: users submit transactions to a private network, hints (not full txs) are broadcast to searchers, searchers BID to extract the MEV from your trade, the highest bid is selected, and ~85% of that bid is REFUNDED to you. Instead of losing $50 to a sandwich, you earn $40 from the auction. Net swing for users: +$90 per typical swap.
Trade type matters — not all MEV is equal
The simulator shows MEV scales with trade size, type, and asset volatility. Small trades (<$1k) have minimal MEV opportunity — bots can't profit enough to cover gas. Stablecoin swaps have ~50% normal MEV. ETH-USDC has typical MEV. Volatile pairs (memecoins, microcaps) can have 5-10× the MEV per dollar of trade because of larger arbitrage windows in adjacent pools. Asset volatility multiplies these effects — high-volatility assets create wider arbitrage opportunities. For a $10k memecoin trade, refund can be $30-100. For a $100 stablecoin swap, refund is $0.01.
Searcher economics — the brutal competition
Searchers compete to win each batch. The simulator shows the math: with N searchers, you win 1/N times. Winning revenue = grossMev × competitivenessFactor (which approaches grossMev as N grows). Subtract gas cost per attempt (~$5-15 typically). With 8 competing searchers, expected profit per attempt might be ~$0.10. At 200 attempts/day, that's $20/day per searcher. Annualised = $7,300. Not bad for hobbyists; below survival for serious operations. Top searchers (Flashbots SUAVE, Beavers, Builder0x69) dominate via better algorithms, lower gas costs, faster mempool reads, and economies of scale.
Why 30%+ of Ethereum volume now goes through OFA
Adoption metrics: MEV-Share processes ~$200M+/day. MEV-Blocker (similar protocol by bloXroute) processes another $50M+. CowSwap (batch auction with similar MEV protection) processes $100M+. 1inch Fusion (similar OFA model) processes $300M+. Combined: 30%+ of Ethereum volume now flows through some form of OFA, generating MEV-Share-style refunds for users. The user value proposition is overwhelming — most modern wallets default to MEV-Share endpoints (Coinbase Wallet, Rabby, Frame, MetaMask Snap). The old 'public mempool' for retail is becoming obsolete.
Frequently asked questions
+What's the difference between MEV-Share and MEV-Blocker?
Both are OFAs — they collect user transactions, run auctions for searchers to bid, and refund users. MEV-Share is by Flashbots (the original block-builder team behind MEV-Boost). MEV-Blocker is by bloXroute, a competitor. They have slightly different searcher networks and slightly different refund percentages. For users, the experience is similar — both protect from MEV and refund some of it. Both can be enabled in most wallets via custom RPC URL settings.
+Are there downsides to using MEV-Share?
Two minor ones: (1) Slight latency increase (transactions go through the private OFA network instead of the public mempool — adds 0-12 seconds before inclusion). (2) Trust in Flashbots — Flashbots operates the OFA infrastructure and could theoretically misuse user data. Mitigations: (a) Flashbots is well-known and has reputation to lose. (b) Hints don't reveal exact amounts/destinations until execution. (c) Open-source code allows independent verification. For 99%+ of users, the MEV savings far outweigh these minor concerns.
+How much MEV-Share have I actually earned?
Depends on your trading volume + types. Heavy traders (>$1M/year in swaps): hundreds to thousands of dollars/year in refunds. Moderate traders ($10k-100k/year): $10-100/year. Light traders (<$10k/year): cents to a few dollars. Most wallets (Coinbase Wallet, MetaMask with OFA snap) show your accumulated refunds in the UI. The macro savings is more important than per-user — billion-dollar collective transfer from sandwich bots back to users since 2023.
+Can I run my own searcher on MEV-Share?
Yes, permissionlessly. The Flashbots SUAVE network provides infrastructure for any searcher to participate. Requirements: (1) Build a bid algorithm (start with simple backrun arbitrage). (2) Subscribe to the MEV-Share hints stream. (3) Submit bids within tight time windows (~50ms latency budget). (4) Have $1k+ in ETH for bond + initial gas. Realistically: only well-resourced firms make profit. Hobbyists usually lose money on gas. But for educational purposes, running a searcher is highly recommended to understand the dynamic.
+What about MEV on L2s like Arbitrum/Optimism/Base?
L2 MEV is fundamentally different because L2s have centralized sequencers (single party orders transactions). On L2: (1) Sequencer can extract MEV directly (sequencer-extractable value). (2) Sequencer can offer MEV protection to users (some do, some don't). (3) Some L2s (Base) actively distribute sequencer revenue back to users via OP Stack mechanisms. (4) Decentralized sequencer designs (Espresso, Astria) bring proper OFA-style MEV protection to L2s. Currently, L2 MEV is mostly captured by the sequencer; this will change as decentralized sequencing matures.