Market Structure
Limit Orders Wait for a Price; Swaps Take the Market
A swap trades now against available liquidity, while a limit order waits for a target price, shifting execution risk, costs and control between users.
As of September 9, 2026, a crypto swap executes immediately at the best available quoted price, while a limit order waits until liquidity can satisfy a price chosen by the trader. That distinction changes more than timing: a swap gives the user execution certainty but exposes the trade to price impact and slippage, whereas a limit order protects a price boundary but may never fill. Interfaces can make both look like simple token exchanges even though their settlement paths distribute costs and risk differently.
How does a crypto swap execute?
A swap submits a transaction to exchange one asset for another against liquidity available at that moment. An automated market maker calculates the output from its reserves and fee formula; an aggregator may split the trade across pools to improve the quote. The user sets a minimum amount received, usually expressed through slippage tolerance. If execution would return less, the transaction reverts, although network gas can still be spent.
The quoted price is therefore not a standing promise. Larger trades move farther along a pool's pricing curve, thin liquidity increases price impact, and other transactions can change reserves before inclusion. A deadline and minimum output constrain those risks, but they do not turn the swap into a limit order.
How does a crypto limit order work?
A crypto limit order authorizes a trade only at the chosen price or better, then waits for a counterparty or automated filler. Some venues store the order in an on-chain order book. Others keep a signed order off-chain until a solver, market maker or keeper finds a profitable fill and settles it on-chain. Depending on the venue, fills may be partial, and cancellation may require an on-chain transaction.
- Timing: swaps seek immediate execution; limit orders wait.
- Price: swaps accept the current route within a slippage bound; limit orders impose a fixed threshold.
- Liquidity: swaps consume pool or routed liquidity; limit orders add an instruction that a taker must match.
- Main failure: swaps can revert; limit orders can remain unfilled or fill only partly.
Both routes may require an ERC-20 allowance before a settlement contract can transfer tokens. The same allowance model explained in this guide to ERC-20 approvals on Manta Pacific applies broadly: approval permits transfer, but it does not guarantee execution or a price.
Which trade is cheaper, and who gets paid?
Neither order type is always cheaper because the bill depends on venue design, liquidity and settlement. A swapper typically pays network gas, a pool or protocol fee, and implicit price impact; liquidity providers receive pool fees, while validators, builders or searchers may capture ordering value. A limit-order maker may sign without paying gas upfront, but the filler bears settlement gas and prices that cost into the fill. Protocol fees, cancellation gas and partial fills can further reduce the maker's net result.
The economic trade is clear: swap users pay for immediacy, while limit-order users offer patience in exchange for price control. A favorable displayed limit price is not the same as a better net trade after fees and waiting cost.
When should traders use a limit order instead of a swap?
A limit order fits when the execution price matters more than completion; a swap fits when completing now matters more than holding a precise boundary. Traders should compare the minimum net amount, approval scope, fees and cancellation rules rather than the button label. The decisive difference is not sophistication: it is which risk the user chooses to bear—market movement while waiting, or market impact while executing.
Topics in this report
- Market Structure
- On-chain Activity