The difference between a quoted or expected trade result and the result that can execute under the protocol's state and limits.
Supports: Documents AMM rather than order-book execution, liquidity pools, reserve changes, and constant-product swap mechanics.
Supports: Documents minimum-output and maximum-input execution bounds and warns that zero minimum output exposes a contract to price manipulation.
Slippage compares a quote with execution, and can arise from pool state, price movement, routing, fees, or ordering
AMM output depends on the specific pool, route, trade size, fees, and execution-time reserves
Minimum output and maximum input are execution bounds, not a promise that a quote will be achieved
A reverted transaction can still consume network fees; choose limits based on the trade and loss tolerance
A swap interface quotes 100 tokens. The trader sets a minimum output of 98 based on their own limit. If the route can only return 97 when the transaction executes, the contract reverts; if it returns 98.5, it can execute even though the earlier quote was 100. The quote and the percentage are not a forecast.
The smallest permitted price increment for an order on a specific trading venue and market. It is a venue rule, not a universal property of the asset or a measure of execution quality.
A venue-specific limit-order instruction intended to prevent immediate matching so the order rests on the book if accepted. Exact cancellation, rejection, adjustment, and fee behavior depend on the venue.
An execution method that schedules parts of an order across a defined time interval. Its schedule, sizing, slippage controls, fill behaviour, and result are venue- and configuration-specific.
An exchange design that uses blockchain transactions, smart contracts, or an onchain order book to match or execute trades. Custody, operator roles, access controls, fees, execution, and protections vary by protocol and jurisdiction.
Explore all our strategic guides about Trading to take your operations to the next level.
View all articles