Sparrow Swap

Sparrow Swap is Sparrow Finance’s built-in DEX interface for swapping spAssets immediately with live quotes and slippage controls.

How it Works

Sparrow Swap is the trading desk for every sp asset. Sparrow Swap pulls fresh quotes from the Liquidity Book quoter for the specific chain and fallback aggregators so you know the exact amount before confirming. When you initiate a trade the UI automatically:

  • [Check approvals] Prompts an ERC20 approval if your wallet hasn’t authorized the SparrowSwapRouter.

  • [Apply slippage tolerance] Uses your chosen slippage setting to calculate amountOutMin, ensuring the transaction reverts if price movement exceeds your comfort zone.

  • [Execute swap] Calls executeSwap() to route the trade on the configured DEX pool, returning the asset or the selected sp asset directly to your wallet.

Use Sparrow Swap when you want instant liquidity instead of waiting through the unlock period.

Last updated