Crypto Newbie / Simulators / MEV Searcher
MEV Searcher Economics Simulator
MEV searchers are the bots that find profitable arbitrages, sandwiches, and liquidations on Ethereum. They bundle these into transactions and bid for validator inclusion via Flashbots. Top searchers make $1M+/year; hobbyists usually lose money on infrastructure. This simulator runs the math so you can see if your proposed bot setup would actually be profitable BEFORE you spend 6 months building it.
Searcher economics
Daily flow
Daily gross profit
$5.9k
Daily validator tips
$2.4k
Daily gas cost
$285
Daily net (before fixed costs)
$3.3k
Monthly bottom line
Monthly fixed costs
$19.5k
Monthly net profit
$78.9k
Annual outlook
Annual net profit
$946.3k
Payback period (days)
38
ROI on initial capital
946.3%
✓ Profitable
What MEV searchers actually do
Three main strategies: (1) ARBITRAGE — buy a token cheaper on DEX A, sell at higher price on DEX B, profit from spread. Pure value-add to markets. (2) LIQUIDATIONS — when a borrower's health factor drops below 1 on Aave/Compound, anyone can repay their debt + receive collateral at a discount. Profitable but competitive. (3) SANDWICHES — see a user's large swap in the mempool, buy ahead of them, let their swap execute at worse price, sell after. EXTRACTIVE — directly taking value from users. Ethically gray + facing increasing protocol-level resistance via MEV-Boost private flow.
Why it's mostly winner-take-all
Onchain data shows the top 5-10 searchers capture 80%+ of MEV revenue. Why: (1) PHYSICAL INFRASTRUCTURE matters — colocated servers near major validators get block info microseconds faster. (2) PRIVATE ORDER FLOW deals with wallets (Telegram bots, MEV-Blocker users) give exclusive access to certain trades. (3) DEV TALENT — competitive bots are sophisticated software products requiring years of iteration. Casual entrants face a wall of accumulated advantage. The path to profitability for newcomers: find a NICHE the big searchers ignore (small chains, weird DeFi protocols, novel opportunity types).
Validator tip is the main cost
Searchers bid against each other for inclusion. The bid (= tip to validator/proposer) is whatever's required to win the auction. For competitive opportunities (big liquidations), bids hit 90%+ of gross profit. For unique opportunities (only your bot found this arb), bids can be 1-5%. Average across all opportunities: 30-50% of gross goes to validators. The simulator's 'validator tip %' is this number. Lower tip = more profit BUT higher chance of losing the auction.
Starting from zero today
If you're considering building an MEV bot in 2026: realistic profitability requires (a) deep Solidity + EVM knowledge, (b) 6-12 months focused development, (c) $50k-200k initial capital for infra + dev time. Easier paths to MEV income: (1) Provide capital to existing searcher operations as LP. (2) Join an established team (BlockNative, Tokemak, others hire). (3) Use Flashbots Protect / MEV-Blocker as a USER to keep your trades out of bot range. For most retail, building your own bot is a passion project not a business plan.
Frequently asked questions
+Is MEV searching legal?
Mostly yes; ethically gray. Arbitrage and liquidations are clearly legal — same as TradFi. Sandwich attacks exist in a gray zone — extracting value from users' trades is legal because users consent to public mempool exposure, but some jurisdictions (e.g., parts of US securities law) might classify it differently. No criminal MEV cases have been brought. Civil suits against specific searchers exist but most are settled. Reputational risk is more real than legal risk.
+Can hobbyists make money?
Rarely. The 'hobbyist' preset in the simulator shows the math: $300/month infra, 2 opps/day at $30 each, 50% tipped to validator → barely break-even after development time. You'd need: (a) significantly more opps per day, or (b) higher profit per opp, or (c) lower validator tip ratio. Achieving any of these from a casual setup is the challenge.
+What's the difference between searchers and builders?
Builders ASSEMBLE blocks from many searcher bundles + regular transactions, then submit to validators via MEV-Boost. Searchers FIND profitable MEV opportunities and submit bundles. A builder's revenue model is keeping a small fraction of the total block value; a searcher's revenue is bid-to-builder ratio. Sometimes one team does both (vertical integration). See our MEV-Boost simulator for the validator-side view.
+Why don't all DEXes use 'fair-sequencing' to prevent sandwiches?
Fair sequencing (encrypted mempools, batch auctions like CoW Protocol) genuinely prevents most sandwich attacks. Most users prefer the slightly worse execution + sandwich risk because the alternative (private routing) requires more setup. Until private routing becomes the default (likely 2026-2028), retail will continue to be sandwiched. Searchers know this and profit from it.
+How does the simulator's ROI compare to real numbers?
Public dashboards (eigenphi, mevblocker) show real MEV revenue. As of 2024: ~$300M annual MEV captured on Ethereum across all searchers. Top 5 capture 60-70% of that = $200M total to them = $40M each / year average. The simulator's 'top-tier' preset matches this scale. 'Professional' is in the 50-200th-ranked searcher territory — $100k-1M profit. 'Hobbyist' is most people who try; usually a learning experience.