The Cost That Is Not on the Ticket
A central limit order book displays a price for the quantity resting at each level. The top-of-book spread is the cost of trading the displayed quantity and nothing more. An order larger than that quantity fills the next level, then the next, and its average price drifts away from the top of book with every level it consumes. That drift is the mechanical part of slippage.
The second part is time. An order worked over minutes or hours is exposed to market movement, and some of that movement is caused by the order itself: other participants see the pattern of fills, infer that a large order is being worked, and adjust their prices ahead of the remaining quantity. That is market impact, and unlike the mechanical component it does not fade when the order is done. A treasury that sells the same size on the same venue every week pays impact on a schedule.
Why Digital Assets Make It Worse
Three features of digital asset markets amplify the problem. Markets are fragmented across many venues, so an order worked on one venue is visible to arbitrageurs who move prices everywhere. Markets run 24/7, so there is no close to hide behind and liquidity varies sharply by hour and weekday. And displayed depth is often a small fraction of the liquidity a market maker would supply in response to a request, because resting size on a public book is exposed to adverse selection.
The result is that the same notional can be a routine order at one hour on one venue and a block at another. Desks judge size against current depth across venues rather than against a static threshold.
Measuring Execution Cost
Execution quality analysis starts with a benchmark captured at the moment the decision to trade is made, usually the mid-price at arrival. The realized average price minus that benchmark, in basis points of notional, is the implementation shortfall. Attribution then splits it into components: the spread paid, the impact across levels, the drift during the window, and fees.
For an order executed by request for quote, the comparison is the quote against the arrival mid, which yields the spread paid. For an order worked by an algorithm, it is the average fill price against the arrival mid, which yields spread plus impact plus timing. Repeating the comparison over many orders, grouped by size relative to depth, shows which method wins for which order profile. A liquidity provider should be able to supply the timestamps that make this analysis possible.
Three Ways to Limit It
Stay inside depth. Algorithms such as TWAP and VWAP split an order into clips small enough to fill at or near the top of book at each step. Slippage per clip is small; the cost is timing risk for the whole window and the possibility that the pattern is detected.
Move the block off-book. A request for quote asks a liquidity provider to price the full size at once. The client pays a spread that covers the provider's cost of hedging and carrying the position, and receives one price with no impact of its own making. The provider's hedging footprint, spread across venues and time, is what makes the transfer efficient.
Match in the dark. Institutional dark pools for digital assets match blocks between participants without displaying orders. There is no impact before the match, but there is no fill unless natural contra interest exists, so certainty of execution is lower than with a desk.
Choosing per Order
The choice is a function of urgency, size relative to depth, and how costly it is for the market to learn the order exists. A desk that has all three tools available, and the analysis to compare them after the fact, is in a position to route each order to the method that minimizes its total cost rather than its visible spread.
Frequently Asked Questions
- What is the difference between slippage and market impact?
- Slippage is measured on the trader's own order: the realized average price minus the price expected at decision time. Market impact is the effect of that order on the market's price, which persists after the order is done and affects everyone. A large order usually incurs both, and impact is the part that a repeated pattern of trading makes permanent.
- How do desks measure slippage in digital assets?
- The standard benchmark is the mid-price at arrival, captured when the decision to trade is made. Realized average price minus arrival mid, expressed in basis points of notional, is the implementation shortfall. Comparing that figure across venues, methods, and providers over many orders shows which method delivers the best execution for each order profile.
- Does an OTC quote eliminate slippage?
- It removes slippage from the client's side of the trade. The client pays the spread embedded in the quote and receives one price for the full size. The provider then carries the market impact of hedging or working the position, which is priced into the spread. Whether the total is lower than working the order depends on size relative to depth and on the provider's hedging footprint.
- When is an algorithm better than a block trade?
- When the order can be worked over a window without urgency, when the client is comfortable holding market risk during that window, and when clips can stay inside displayed depth at each step. A block is better when certainty of price matters, when the order is large relative to depth, or when the market must not learn about it.
Sources
- FIX Protocol Standards — FIX Trading Community
- Stillman Digital, Discreet OTC Desk and Electronic Liquidity Solutions — Stillman Digital, Sep 2026