> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bungee.exchange/llms.txt
> Use this file to discover all available pages before exploring further.

# Bridging

> Transfer assets from one blockchain to another with low cost (cents) and high speed (seconds) via Bungee

## Transfer/Bridge with Bungee

Bungee functions as state of art bridging/transfer solution for users and developers due to its unique architecture that routes via multiple bridges and exchanges
under the hood for the user.

* **Guaranteed Best Execution**: Bungee automatically scans all existing exchanges and bridges to find the best routes and presents the best options to users/integrator
* **More control and optionality**: Bungee presents options in an elegant and simple fashion with tags like `MAX-OUTPUT`, `FASTEST` and `SUGGESTED` giving users control and choice to optimise according to their usecase
* **Works for any VM**: Bungee supports all leading EVM as well as non-EVM networks like Tron, Solana, Bitcoin
* **Works for any token**: Bungee enables bridging/transfers for basically ANY token (16,000+ tokens today) that has onchain liquidity by composing the exchange and bridge together in 1-click
* **Works for any size**:: Bungee enables users to transfer 10\$ or 10 million USD with same 1-click gasless experience due to its ability to route
  to the best exchange/bridge to fulfil the order under the hood.

## Trusted by leading teams

<CardGroup cols={3}>
  <Card title="$25B+" icon="chart-line">
    Total volume routed
  </Card>

  <Card title="30+" icon="link">
    Chains supported
  </Card>

  <Card title="4M+" icon="users">
    Users served
  </Card>
</CardGroup>

Integrated by **MetaMask**, **Coinbase Wallet**, **Rainbow**, **Zerion**, **Synthetix**, **Polymarket**, **OpenSea**, **Zapper**, and more.

## Who this is for

**As a user**, I want to simply and instantly move/transfer the asset I am holding on chain-A to chain-B so I can use my assets on applications on chain-B.

**As a user**, I want to see various options to move my funds across networks and select the method based on my preferences without visiting 100 different bridging websites.

**As a developer**, I want to help users on my app move funds to the network my application is on without them leaving my app-experience to have higher conversion rate

**As a developer**, I want to rebalance my company operating funds spread across various blockchain networks for very low cost.

## Quick start

Get a quote for moving USDC from Ethereum to Base as the same asset:

```bash theme={null}
curl "https://public-backend.bungee.exchange/api/v1/bungee/quote?\
originChainId=1&\
destinationChainId=8453&\
inputToken=0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48&\
outputToken=0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca&\
inputAmount=100000000&\
receiverAddress=0xd8da6bf26964af9d7eed9e03e53415d37aa96045&\
userAddress=0xd8da6bf26964af9d7eed9e03e53415d37aa96045"
```

<CardGroup cols={2}>
  <Card title="Integration guides" href="/integrate/integration-guides">
    Guides for quotes, routes, asset mapping, status
  </Card>

  <Card title="Get API access" href="/integrate/get-api-access">
    Start building!
  </Card>
</CardGroup>
