# XVS Bridge

### Introduction

This guide provides step-by-step instructions on how to bridge XVS tokens from the BNB Chain to the Ethereum network.

### Steps for Bridging XVS from BNB Chain to Ethereum

#### Step 1: Access the Venus Bridge

* Navigate to the Venus Protocol and select the "Bridge" option from the sidebar menu. [XVS Bridge](https://app.venus.io/#/bridge)

#### Step 2: Connect Your Wallet

* Click on the "Connect wallet" button in the top right corner of the Venus Bridge interface to connect your wallet.

<figure><img src="/files/HmHfUmRll0GFB3zJGjUR" alt=""><figcaption></figcaption></figure>

#### Step 3: Configure the Bridge Transaction

* **From**: Ensure "BNB mainnet" is selected in the "From" dropdown menu.
* **To**: Select "Ethereum" in the "To" dropdown menu to set the destination network.

<figure><img src="/files/EhEn8ayDYKiMp8m8IAmA" alt=""><figcaption></figcaption></figure>

#### Step 4: Enter the Amount to Bridge

* Enter the amount of XVS you wish to transfer in the "Amount" field. You can also use the "MAX" button to transfer the total available balance.
* Check your "Wallet balance" to confirm you have sufficient XVS and BNB for gas fees.

#### Step 5: Approve XVS Token

* Before initiating the transfer, you must give the bridge contract permission to access your XVS tokens. Click on the "Approve XVS" button to do this.
* A wallet pop-up will request your confirmation for the approval. Confirm to proceed.

<figure><img src="/files/Ud2hReqFLgWatUARWQDv" alt=""><figcaption></figcaption></figure>

#### Step 6: Initiate the Transfer

* After approving XVS token usage, the interface will update to reflect the next step. Click the "Transfer" button (which replaces the "Approve XVS" button after approval) to initiate the bridging process.
* A confirmation pop-up will appear in your wallet for you to approve the transaction.

#### Step 7: Confirm and Wait

* Confirm the transaction in your wallet. The Venus Bridge interface will show the transaction as pending, indicating that it is being processed. This may take a few minutes.

#### Step 8: Transaction Completion

* Once the transaction is complete, the XVS tokens will be available in your Ethereum wallet.

### Conclusion

Bridging XVS tokens from BNB Chain to Ethereum is made simple with the Venus Protocol. Remember to approve your tokens for use by the bridge and to check transaction details carefully before confirming to ensure a smooth bridging experience.


---

# 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-v4.venus.io/guides/xvs-bridge.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.
