<◉>BOTSCAN

TWAP: how an algorithm slices a large order, and why you can see it

2026-09-18

If you need a million dollars filled and the coin does three million a day, a market order is not an option: price runs away and your own entry eats half the edge. So the size gets sliced.

What TWAP does

TWAP stands for Time-Weighted Average Price. The algorithm takes an order, splits it into equal pieces and sends them at even intervals over a set window. A million dollars over six hours is roughly $2,800 every minute. The goal is to land on the period's average price without advertising the size.

Next to it lives VWAP — same idea, but the slices scale with market volume: more turnover, bigger slice. And POV (percentage of volume) — "take N percent of whatever trades." From the outside all three look similar: a long run of uniform prints on one side.

The paradox: the camouflage is the fingerprint

The algorithm hides its size, and in exchange it acquires a regularity no human has. People trade raggedly: $300, then $12,000, then a minute of nothing. TWAP keeps two numbers constant:

Back-of-the-envelope check: take ten consecutive prints on one side. If both the amounts and the gaps fit inside a narrow band, an algorithm is working. More on the signs in how to spot a trading bot in the order flow.

What the speed tells you

The beat is not only a tell, it is information about intent.

Where it runs and what price does

The useful observation is not the TWAP itself but how price reacts to it.

Limits of the method

TWAP says nothing about being right. A fund may be rebalancing, a market maker hedging an option, an exchange moving reserves between wallets. You will never learn the motive. What you do learn is that a large participant is present, which side they are on, and how fast they work. That alone is enough to avoid trading into them and to avoid placing a stop where they will still be operating.

Second limit: sophisticated execution deliberately adds randomness, varying size and timing to blend in. Those are harder to catch, but not impossible — their spread is still tighter than a human's, because the schedule constraint never goes away.

How machines count it

Manual counting works on one coin. To watch TWAP across a thousand pairs at once, software listens to every exchange's trade stream, groups prints by coin and side, computes average slice size and average beat, and the moment a window fits the tolerances it emits a card: exchange, coin, side, speed, how much has gone through so far. That is precisely what botscan does.

See which bots are working right nowBotscan listens to the trade tape of 12 exchanges and shows robots live. Three days free.

← All articles