Back to Blog
DeFi Security

Counter-MEV Honeypot Drains jaredfromsubway.eth of $7.5 Million

Ethereum's most-active sandwich-attack bot was beaten at its own game — tricked by 66 fake token contracts into handing over real WETH, USDC, and USDT in a single sweep transaction.

PyramidLedger Research4 min read
Share

Key Takeaways

  • jaredfromsubway.eth, Ethereum's most prolific sandwich-attack bot, lost approximately $7.5 million on 20–21 June 2026 to a counter-MEV honeypot.
  • The attacker deployed 66 fake token contracts mimicking WETH, USDC, and USDT paired with sham liquidity pools, exploiting the bot's automated approval logic.
  • A single sweep transaction drained the accumulated real-asset approvals; proceeds were converted to ~4,427 ETH and routed through Tornado Cash.
  • The incident is a textbook inversion of MEV: the same trust-minimised, speed-optimised automation that makes sandwich bots profitable made jared's bot blind to the trap.

Maximal extractable value (MEV) bots occupy a morally grey corner of the Ethereum ecosystem. They profit by reordering or sandwiching other users' transactions — inserting trades on both sides of a swap to capture the slippage. For roughly two years, the bot known as jaredfromsubway.eth was the most visible practitioner of this strategy. On the weekend of 20–21 June 2026, it became the victim.

How Sandwich Attacks Work

A sandwich bot monitors the public mempool for pending decentralised-exchange swaps. When it spots a sufficiently large trade, it places a buy order immediately before and a sell order immediately after — pushing the price against the original user and pocketing the difference. The strategy is fully automated and reacts in milliseconds; the bot must grant token-spending approvals rapidly, trusting that the contracts it interacts with are legitimate.

The Counter-MEV Honeypot

The attacker designed a trap that turned the bot's own assumptions against it. The attack unfolded in several precise steps:

  1. 1Deploy 66 fake token contracts — each mimicking the name, symbol, and interface of a legitimate asset (WETH, USDC, or USDT), each paired with a sham liquidity pool.
  2. 2Bait the bot — the fake pools were seeded and structured to appear as valid MEV opportunities within the mempool. The bot's decision logic identified them as profitable sandwich candidates and granted token-spending approvals to the attacker-controlled helper contracts.
  3. 3Leave approvals dangling — early test routes consumed approvals immediately. Later routes were deliberately designed to leave them open, accumulating an inventory of signed permissions over real assets.
  4. 4Single-transaction sweep — in one atomic call, the attacker invoked every fake contract simultaneously, pulling out the real WETH, USDC, and USDT that the approvals had unlocked.

The stolen assets were converted to approximately 4,427 ETH — worth roughly $7.7 million at the time — and routed through Tornado Cash, complicating on-chain tracing. Chainalysis has published a detailed breakdown of the transaction graph.

Why the Bot Had No Defences

Speed is a sandwich bot's core competitive advantage. Every millisecond spent validating a counterparty contract is a millisecond in which a competing bot can front-run the opportunity. The attacker understood this constraint and exploited it: by making the fake contracts indistinguishable — at the token-interface level — from real ones, they ensured that any meaningful validation step would have killed the bot's profitability.

This is sometimes called a logic-level exploit: no smart-contract vulnerability was needed. The attacker manipulated the environment — the mempool, the token naming conventions, the liquidity pool structure — so that the bot's entirely correct execution of its own strategy produced the wrong outcome.

Aftermath and Broader Implications

The operator behind jaredfromsubway.eth reportedly threatened legal action, an unusual posture given that the bot's own business model extracts value from ordinary users without their consent. Whether any legal avenue exists against a pseudonymous on-chain attacker is doubtful.

For security practitioners, the incident surfaces a recurring theme in DeFi: automation that optimises for throughput degrades the trust-verification properties that keep systems safe. MEV bots grant approvals at machine speed with minimal counterparty checks. The same pattern — trust assumed at integration boundaries, verified never — drives a large fraction of Web3 losses. The difference here is that the attacker used MEV's own infrastructure against it, a counter-MEV technique that security researchers have theorised for years.

The use of Tornado Cash for laundering is also notable: despite OFAC sanctions and the arrest of its developers, the mixer continues to serve as the default off-ramp for sizeable DeFi heists, underscoring the limits of regulatory action against permissionless infrastructure.

Frequently Asked Questions

What is a MEV sandwich attack?

A sandwich attack is when an automated bot detects a pending token swap in Ethereum's mempool, inserts a buy order immediately before it and a sell order immediately after, moving the price against the original user and capturing the difference as profit. The strategy requires no smart-contract exploit — it is a form of transaction-ordering manipulation.

How did the attacker trick jaredfromsubway.eth?

The attacker deployed 66 fake token contracts that looked like WETH, USDC, and USDT, each paired with a fraudulent liquidity pool. The bot's automated logic treated them as legitimate MEV opportunities and granted spending approvals to attacker-controlled contracts. Later routes left those approvals open, and in a single transaction the attacker swept out the real assets the approvals covered.

Can the stolen funds be recovered?

Recovery is unlikely. The proceeds were converted to roughly 4,427 ETH and sent through Tornado Cash, a privacy mixer that breaks the on-chain transaction trail. The attacker is pseudonymous, and no jurisdiction has clear authority over on-chain assets laundered this way.

Sources

  1. 1Highly active MEV bot known as jaredfromsubway.eth drained for $7.7 millionWeb3 Is Going Great
  2. 2Sandwich Attack: How JaredFromSubway Lost $7.5MChainalysis
  3. 3Jaredfromsubway.eth, Ethereum's Most Active Sandwich Bot, Drained for $7.5M Over the WeekendThe Defiant
  4. 4Ethereum MEV Bot JaredFromSubway Threatens Legal Action After $7.5 Million LossDecrypt
Share

Read next