Backrun Shield
Guides

Where your swap's value goes on BNB Chain

Updated 23 September 2026

When you swap, your trade moves a pool's price away from every other pool trading the same pair. Somebody trades it back and keeps the difference. On BNB Chain in 2026, that somebody is usually the company that built the block.

Two kinds of MEV, and which one still happens

A sandwich trades in front of you and behind you: a bot buys first so you pay more, then sells into the price you pushed up. It needs to see your transaction while it is still pending in the public mempool.

A backrun trades only behind you. It cannot change the price you got, because your swap has already executed when it runs; it closes the gap your swap opened between pools and keeps that gap as profit.

What we measured

We read every block from our own full node in Tokyo and classify each transaction from its receipts, reading native BNB movements from call traces where the logs cannot show them.

Most leaks are cents. The large ones come from big trades in thin pools: one sale of 33 million tokens for 4.08 WBNB leaked 0.415 WBNB, about a tenth of the trade's value, to a single backrun in the same block.

The live numbers, and a lookup for your own wallet, are on the leak check.

What you can do about it

How the numbers are made

An arbitrage is a transaction whose sender ends with more of a token it both paid into a pool and took out of one, and less of none. The swap it leaked from is the nearest earlier swap on one of its pools in the same block. What leaked is that arbitrage's profit, including what it paid on to the builder and validator — a floor on what the swap gave away. A row claiming more than half of the swap's own value is dropped as a measurement error rather than shown. Our node can trace only recent blocks, so the record begins on 23 September 2026.

More guides