Skip to main content
Bridging on DZap is the same getTradeQuotes / trade flow as a swap, you just set toChain.

End-to-end

Bridge quirks

  • refundee matters. If the destination side fails, funds return to refundee on the source chain. Use a wallet you control.
  • recipient can differ from sender. Useful when you’re paying on someone else’s behalf, they receive on the destination chain.
  • Settlement time varies. Across is seconds; CCTP is ~13 minutes; Allbridge varies by route. Check quotes[0].quotes[0].estimatedDuration.
  • Pre-bridge approval is on source chain only. No additional approval needed on the destination side; the bridge contract handles destination disbursement.

When to use Fuse instead

If your goal is “bridge, then do something on the destination” (e.g. add liquidity, mint NFT), use Fuse Bundle, one signature for the whole journey.

Next

Last modified on July 29, 2026