Skip to content
All articles

Bridge Slippage Explained: The Minimum-Received Guarantee

Slippage is the gap between a quote and what executes when prices move. In bridging it's a minimum-received guarantee — it won't settle below it.

Published · Last reviewed · Titan Locker · Technical review: Titan engineering

Summary: Slippage is the difference between the amount a route quotes and the amount that executes when market conditions move between quote and settlement. Bridges control it with a minimum-received amount derived from a slippage tolerance: the transfer is guaranteed to deliver at least that minimum, and reverts or re-quotes rather than settling below it. Slippage mostly arises on routes that include a swap or pool pricing; a pure like-for-like transfer has little to none.

Slippage is widely misunderstood as a fee. It is not - it is a tolerance for price movement, and in bridging it is expressed as a hard floor on what you receive. Understanding it tells you exactly what protection a route gives you and how to set it sensibly. This article explains where bridge slippage comes from and how the minimum-received guarantee works.

What slippage is

When a route is quoted, its numbers reflect prices and liquidity at that instant. Between quoting and execution, those can change - a pool's price shifts, liquidity moves, another transfer lands first. Slippage is that change, measured as the gap between the quoted output and the actual output. A slippage tolerance is the maximum adverse change you are willing to accept before the transfer should fail rather than proceed.

Where slippage comes from in a bridge

  • Swaps in the route: if a route swaps assets on the source or destination chain (e.g. bridge-and-swap), the swap is subject to normal DEX/pool price movement.
  • Pool-based bridges: a liquidity-pool bridge prices against pool balances, which can move if the pool is imbalanced or another transfer changes it.
  • Timing: the longer between quote and execution, the more prices can move - which is why quotes are point-in-time.

A pure, like-for-like transfer of the same asset through a mechanism that does not reprice (e.g. a straightforward mint of the canonical token) has little or no slippage. Slippage is largest on multi-step routes that touch a market price.

The minimum-received guarantee

This is the key protection. From your slippage tolerance and the quote, the route derives a minimum-received amount. The transfer is constructed so it will deliver at least that minimum, or not settle at all - if the market moves past your tolerance before execution, the transaction reverts or re-quotes rather than delivering less than promised. So slippage is not a silent loss; it is a bound you set, and the minimum-received figure is the worst case you accepted.

How to set slippage tolerance

  • Too low, and legitimate small price moves cause the transfer to fail and need retrying - annoying but never harmful.
  • Too high, and you accept a worse execution than necessary if the market moves against you.
  • For stable, deep routes, a tight tolerance is fine. For volatile assets or thin liquidity, a slightly wider tolerance reduces failed attempts at the cost of a lower guaranteed minimum.
  • Always read the minimum-received figure - that is the concrete number your tolerance produces.

Slippage vs fees

Fees are known, deterministic costs deducted from your transfer (see the fees article). Slippage is a tolerance for uncertain price movement, expressed as a floor. You always pay the fees; you only ever experience slippage up to your tolerance, and never beyond it, because the minimum-received guarantee stops the transfer first. Comparing bridges, look at both: the net receive amount (fees) and the minimum after slippage (your worst case).

How Titan Bridge handles slippage

Titan Bridge is a non-custodial bridge aggregator developed by Titan that automatically routes transfers across multiple bridge providers to optimise speed, cost, and reliability. Every Titan quote shows both the expected receive amount and the minimum after slippage before you sign, and the route is executed so it will not settle below that minimum - it reverts or re-quotes instead. You can adjust the slippage tolerance in the interface's settings. Because Titan compares routes, it can prefer one with a better guaranteed minimum, not just a better headline number.

Frequently asked questions

What is slippage in bridging?

Slippage is the difference between the amount a route quotes and the amount that executes when prices or liquidity move between quote and settlement. It's controlled by a slippage tolerance, which produces a minimum-received amount the transfer is guaranteed not to go below.

Is slippage a fee?

No. Fees are known, deterministic costs deducted from your transfer. Slippage is a tolerance for uncertain price movement, expressed as a floor on what you receive. You always pay fees; you only ever experience slippage up to your tolerance, never beyond it.

What is the minimum-received amount?

It's the worst-case output your slippage tolerance produces. The transfer is built to deliver at least that minimum or not settle at all - if the market moves past your tolerance before execution, it reverts or re-quotes rather than delivering less.

How should I set slippage tolerance?

Tight for stable, deep routes; slightly wider for volatile assets or thin liquidity to avoid failed attempts. Too low causes harmless failed transfers that need retrying; too high accepts a worse execution than necessary. Always read the minimum-received figure your tolerance produces.

Where does bridge slippage come from?

Mainly from routes that include a swap or price against a liquidity pool, whose prices can move between quote and execution. A pure like-for-like transfer through a mechanism that doesn't reprice has little or no slippage.

Glossary

Slippage tolerance
The maximum adverse price movement you'll accept between quote and execution before a transfer should fail instead of proceeding.
Minimum received
The guaranteed floor amount derived from your slippage tolerance; the transfer won't settle below it.
Price impact
The effect of your own transfer on a pool's price, a component of slippage on pool-based or swap routes.
Revert
When a transaction fails and undoes itself on-chain - here, what happens instead of settling below the minimum received.