# Bridge Your Assets Across Multiple Chains

## Introduction

KyberSwap has included links to various native bridges that enable you to conveniently navigate to the official bridge for the chain that you are connected to:

* [BSC (ChainID: 56)](https://www.bnbchain.org/en/bridge)
* [Arbitrum (ChainID: 42161)](https://bridge.arbitrum.io/)
* [Polygon PoS (ChainID: 137)](https://wallet.polygon.technology/?redirectOnConnect=%2FzkEVM-Bridge%2Fbridge%3Ffaster-bridges%3Dtrue)
* [Optimism (ChainID: 10)](https://app.optimism.io/bridge/deposit)
* [Avalanche (ChainID: 43114)](https://core.app/bridge/)
* [Base (ChainID: 8453)](https://bridge.base.org/deposit)
* [zkSync Era (ChainID: 324)](https://portal.zksync.io/bridge/)
* [Polygon zkEVM (ChainID: 1101)](https://wallet.polygon.technology/?redirectOnConnect=%2FzkEVM-Bridge%2Fbridge%3Ffaster-bridges%3Dtrue)
* [Linea (ChainID: 59144)](https://bridge.linea.build/)

<details>

<summary>Trader Flow</summary>

1. [Connect Your Wallet](/user-guide/user-guides/connect-your-wallet.md)
2. [Switching Networks](/user-guide/user-guides/selecting-preferred-network.md)
3. Get Tokens
   * [Get Crypto With Fiat](/user-guide/user-guides/get-crypto-with-fiat.md)
   * **Bridge Your Tokens <-**
4. Swap Tokens
   * [Instantly Swap At Superior Rates](/user-guide/swap.md)
   * [Swap At Your Preferred Rates](/user-guide/limit-order.md)
   * [Swap Between Different Tokens Across Chains](/user-guide/user-guides/swap-between-different-tokens-across-chains.md)

</details>

## Bridge your token from one chain to the next

### Step 1: Connect to the destination chain

Select the chain which you are bridging to by using KyberSwap's chain selector tool.

<figure><img src="/files/pwX6jy5kndfgNTvCdKek" alt=""><figcaption><p>Select chain</p></figcaption></figure>

If this is the first time connecting to a specific chain, you will have to approve adding the network provider to your wallet's list of providers.

<figure><img src="/files/sHHuq8mL9H1Vqp6Iy2S2" alt=""><figcaption><p>Add network to MetaMask</p></figcaption></figure>

### Step 2: Open the KyberSwap menu

Once connected to the target network, you can then access the native bridges via the menu in the top right.

<figure><img src="/files/eastXWnuXVfnbdoWula2" alt=""><figcaption><p>Navigate to the chain's native bridge</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kyberswap.com/user-guide/user-guides/bridge-your-assets-across-multiple-chains.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
