How TWAP Order Works
A TWAP order starts with a parent order size (how much you want to buy or sell) and a time window (start and end time). The algorithm then schedules multiple child orders at regular intervals, often with roughly equal size or equal pacing.
Instead of hitting the order book with one large market order, TWAP “drips” liquidity into the market over time. This can help reduce market impact (your trade moving the price against you) and reduce information leakage (other traders noticing a big order and reacting).
TWAP is typically time-based rather than volume-based. That’s the key difference from VWAP-style execution, which tries to match market volume patterns. In crypto venues, TWAP is often offered as an algo/bot order type, and the platform may let you set controls like interval length, per-slice size limits, price variance bands, or aggressiveness settings (sometimes called sweep ratio).
Example
If a market order is like buying everything at once at whatever price is available, then a TWAP order is like buying the same amount in equal “clips” every few minutes until the deadline.
For instance, a 500-lot buy spread over 100 minutes with a 5% pacing rule could place 25 lots every 5 minutes, creating 20 child orders.
Why It Matters
TWAP orders are commonly used when you want a more predictable execution schedule and a smaller footprint than a single large order. They can be useful in thinner order books where one big trade would cause noticeable slippage.
Risks or Limitations
TWAP trades off speed for smoother execution. If price trends strongly during the window (up for buys, down for sells), spreading the order out can lead to a worse average fill than executing earlier.
Because the schedule can be regular, other participants may detect the pattern and adjust quotes. Also, venue rules and parameters matter: tight price limits can cause partial completion, while loose settings can increase slippage; some platforms lock funds during execution and may allow cancellation but not edits.
Related Terms
- VWAP
- Market Order
- Limit Order
- Slippage
- Order Book