> For the complete documentation index, see [llms.txt](https://docs.swappi.io/swappi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swappi.io/swappi/transferring-assets-to-conflux-espace/from-other-networks/bridging-from-binance-smartchain-with-the-espace-bridge.md).

# Bridging from Binance SmartChain with the eSpace Bridge

The eSpace Bridge is a cross-space and cross-chain bridge, that allows you to transfer CFX and other tokens between across spaces (Core Space and eSpace) and across chains (eSpace and Binance SmartChain).

In this guide, we'll bridge CFX from **Binance SmartChain** to **Conflux eSpace** through the eSpace Bridge.

## Prerequisites

* Your MetaMask wallet connected to Conflux eSpace and Binance SmartChain.
* A Binance SmartChain account funded with bCFX and BNB.
* A Conflux eSpace account funded with CFX to pay for transaction fees.

## Bridging CFX to Binance SmartChain to Conflux eSpace with the eSpace Bridge

1. Go to [ConfluxHub](http://confluxhub.io).
2. Ensure that you're in the eSpace Bridge.\
   ![](/files/PzkEeQOCAtfwQvpCML3c)<br>
3. In the **Between BSC and eSpace** box, click **Go**.\
   ![](/files/i7Vn0d2LaHInnRxFC1T9)<br>
4. Click **Connect MetaMask** to connect your MetaMask wallet.\
   ![](/files/nbTLCz2vfMbTUs6vmMtK)<br>
5. In your MetaMask notifications, select the account that you want to connect and click **Next**.\
   ![](/files/CsvB1B8zXSv9quK5iUWE)<br>
6. In the **Connect to My Conflux...** notification, click **Connect** to confirm the connection of MetaMask to the eSpace Bridge (ConfluxHub) site.\
   ![](/files/nygtzXAgeK6us6DNGPQ1)<br>
7. In the token field, select **bCFX (BSC Conflux)**.\
   ![](/files/IxakwKuy8brHAhmXZc1w)<br>
8. In the amount field, enter the amount of bCFX that you want to bridge from Binance SmartChain to Conflux eSpace, then click **Approve**.\
   ![](/files/DUH8TCKSLcmHiWioTONc)<br>
9. In the MetaMask notification, click **Confirm** to give permission to the eSpace bridge to transfer your tokens.\
   ![](/files/qKGN5W3jz4Dzjz6VZPkt)<br>
10. Once, the approval is submitted, click **Send** to start sending your bCFX to Conflux eSpace.\
    ![](/files/a4EiC1h0VlPbJSW5wob9)<br>
11. In the MetaMask notification, click **Confirm** to confirm the transaction.\
    **Note**: This transaction may take some seconds or up to a minute.\
    ![](/files/IN9D59DfNKHz5OW7PxOL)<br>
12. Once you receive the notification that your tokens are claimable, go to MetaMask and switch to the Conflux eSpace network.\
    ![](/files/kSoPlrVqBvB1XuA1mwT3)<br>
13. In the eSpace Bridge, click **2** to start claiming your funds in Conflux eSpace.\
    ![](/files/ewVESyv6pwUVZR7YPlv0)<br>
14. In 2 - Claim CFX, you'll see your claimable funds on eSpace. Click **Claim** next to your funds.\
    ![](/files/BoxJgvheg5XedigIZ3wK)<br>
15. Now, go to MetaMask and click **Confirm** to confirm the transaction.\
    **Note**: This transaction may take some seconds or up to a minute.\
    ![](/files/KWRhr6DfLX66CLiZ9So7)<br>

Your funds were now successfully bridged to Conflux eSpace!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.swappi.io/swappi/transferring-assets-to-conflux-espace/from-other-networks/bridging-from-binance-smartchain-with-the-espace-bridge.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
