Skip to main content

Trusted by leading teams

$25B+

Total volume routed

30+

Chains supported

4M+

Users served
Integrated by Fun.

Who this is for

As a user, I want to complete checkout with the assets I already hold so that I can purchase without having to acquire the required token on the destination chain. As a developer, I want users to complete checkout with the assets they already hold so that more purchases complete with less friction.

What this use case does

  • Starts from a target asset and amount required for checkout
  • Lets users pay from available balances across chains
  • Routes required bridge and swap steps behind one checkout journey
  • Delivers the destination asset before purchase finalization

How it works with Bungee

Bungee lets checkout begin from the purchase requirement, like “0.35 ETH on Base,” instead of requiring manual bridge and swap preparation first. Your app asks Bungee for executable routes from available source assets. Bungee handles pathfinding and execution so users complete checkout with fewer decisions, while your product stays focused on conversion and completion.

Example flow

1

User starts checkout

A buyer clicks “Buy now” for an item priced in ETH on Base while they hold USDC on Arbitrum and Solana.
2

App presents funding options

Your app shows source balances that can be routed to the required destination asset.
3

User confirms route

The buyer picks USDC on Arbitrum and confirms the route.
4

Checkout completes

Bungee handles the required bridge and swap steps behind one checkout journey and delivers the destination asset before purchase finalization.

Quick start

Get a quote for a checkout-style route from Arbitrum USDC to Base ETH:
curl "https://public-backend.bungee.exchange/api/v1/bungee/quote?\
originChainId=42161&\
destinationChainId=8453&\
inputToken=0xaf88d065e77c8cc2239327c5edb3a432268e5831&\
outputToken=0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee&\
inputAmount=100000000&\
receiverAddress=0xDestinationContractOrUser&\
userAddress=0xYourAddress"