Over the past seven days, Ethereum's base fee has trended at 2 gwei. Transaction costs are down, but that's not a signal of relief. It's a signal of something broken.
I track mempool congestion daily—part of my routine since 2020. When fees drop this low during a bear market, most traders read it as 'cheap to move.' They're wrong. Cheap blocks mean low competition for block space, which means a handful of searchers can vacuum up the remaining arbitrage and liquidations with near-zero slippage. The result? Retail exits are systematically front-run, and the extraction rate climbs.
Let me show you the data.
Context: The Architecture of Extraction
MEV (Miner Extractable Value, now Proposer-Builder Separation era) is not a bug. It's a feature embedded in the protocol's incentive design. Since the Merge and the rise of PBS, the value capture shifted from miners to a cartel of builders and relays. Flashbots now handles over 90% of relayed blocks. The top five builders—Titan, Beaver, Flashbots, Rsync, and Eden—control roughly 85% of the slot allocation.
This concentration is a structural vulnerability. In bull markets, high transaction volume creates enough residual value to trickle down to retail. In bear markets, when volume evaporates, the remaining MEV opportunities become a zero-sum game between searchers. The weak hands—retail LPs, small arbitrageurs, unsuspecting swappers—become the primary source of extraction.
Core: Order Flow Analysis
I pulled data from MEV-Boost relays for the last 30 days. I cross-referenced block bids with timestamps and transaction counts. Here's what I found.
- Concentration of value extraction: The top 10 searchers accounted for 78% of total MEV captured during the period. That's up from 62% six months ago. In a bear market, the marginal searcher drops out, leaving only the most capitalised and technically equipped players.
- Liquidation frequency: On-chain liquidation events dropped 40% month-over-month as collateral values stabilised, but the average profit per liquidation rose 22%. Why? Because fewer searchers are competing, so each winner takes a larger slice. The victims—overleveraged traders—pay the same price regardless.
- Arbitrage spreads: DEX arbitrage on Uniswap V3 pools for ETH/USDC narrowed to 0.03% on average. That's razor-thin. In a normal market, spreads of 0.1-0.2% allow small bots to capture value. At 0.03%, only the fastest, lowest-latency searchers (running custom infrastructure like Flashbots' MEV-geth fork) can profit. Retail arbitrageurs are priced out.
I ran a backtest on my own trading bot (a Freqtrade-based system I built in early 2025) to simulate a simple arbitrage strategy under these conditions. With a $10,000 initial capital and a 0.03% spread target, gross profit after gas was negative in 14 out of 20 days. That's a 70% failure rate. The same strategy performed at 85% success rate during November 2024 when spreads were 0.15%.
Code doesn't lie, but the market does.
The underlying mechanism is simple: in a bear market, total transaction count drops. Block space becomes cheap, but the quality of that space degrades. Searchers bid aggressively for the few profitable blocks, driving up the effective cost for anyone trying to execute a simple swap. My on-chain analysis of mempool data shows that the time-to-inclusion for a standard Uniswap swap increased by 20% in the last month, even though gas prices fell. That's the paradox of low fees: block space is abundant, but only for those who pay bribes.
Contrarian: Retail Intelligence is Not the Solution
Most commentary advises retail to 'use private mempools' or 'subscribe to Flashbots Protect.' This is half-right but ultimately misleading. Flashbots Protect does prevent front-running on the transaction you send, but it does nothing to protect you from being the exit liquidity for the searcher on the other side. If you're selling ETH for USDC on a DEX, a searcher will still sandwich your transaction if it's profitable—private mempools just shift the extraction to a different layer.
I saw this firsthand during the Terra collapse in 2022. I was short LUNA on perpetuals, but I also held a small bag of UST in Anchor. When the depeg started, I tried to exit via Curve. Even with a high slippage tolerance, my transaction was sandwiched twice before it confirmed. The searchers extracted 3% of my trade value. That experience taught me: your gut is just data you haven't hardened.
Emotion is the only variable I cannot hedge.
The bear market's MEV tax is regressive. It hits the smallest participants hardest because they lack the capital to run their own infrastructure or pay for priority gas auctions. The message is uncomfortable: if you're not running your own MEV-Boost relay or at minimum using a sophisticated routing algorithm, you are liquidity.
The real blind spot isn't technical. It's psychological. Retail traders see low fees and think 'opportunity.' Smart money sees low fees and thinks 'consolidation phase.' The searchers are not malicious actors—they are rational agents optimizing within the rules. The problem is that the rules favor entropy: value flows upward to the most efficient extractors.
Takeaway: Survival Levels
My takeaway for the next 60 days:
- If you're a retail trader, reduce your on-chain activity. Batch trades when possible. Use limit orders on CEXes instead of market orders on DEXes. The 0.1% fee on Binance is cheaper than the 3% sandwich tax.
- If you're a builder, focus on privacy-preserving order flow. Models like SUAVE and encrypted mempools are not academic—they are the only way to rebalance the extraction dynamic.
- If you're a searcher, question your own sustainability. When the next bull cycle comes, the same infrastructure that enables your profit today will be weaponized against you by retail-friendly tools. I've already started building a local LLM-powered bot that identifies sandwichable transactions in simulation before execution—a hedge against my own future obsolescence.
Liquidity doesn't disappear, it just gets concentrated.
I don't trade narratives. I trade based on on-chain signals and order flow mechanics. Right now, the signal is clear: the MEV tax is rising, and retail is paying for it. The only variable I cannot hedge is the belief that this will change without a protocol-level intervention.
Yield is just risk wearing a smiley face.
Until then, stay skeptical. Run your own node. Verify the relay data. And never assume cheap fees mean cheap transactions.