# Bridge

The **Bridge** feature on Mangrove’s DApp, powered by Synapse, enables users to seamlessly transfer tokens across blockchain networks. This functionality is accessible on the **More** page, under the **Bridge** tab, allowing users to move their assets between networks without leaving the Mangrove platform.

#### **Step 1: Accessing the Bridge Feature**

1. **Navigate to the More Page**: In the Mangrove DApp sidebar, click the **"More"** icon (three dots icon) at the bottom of the sidebar.
2. **Select the Bridge Quick Option** or on the More page, locate the **Bridge** tab at the top. This will open the bridge interface, where you can begin setting up your cross-chain transfer.

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

#### **Step 2: Choosing the Source and Destination Networks**

1. **Select Source Network**: In the bridge interface, use the **Source Network** dropdown (the top section) to select the blockchain network you’re transferring tokens **from** (e.g., **Arbitrum**).
2. **Select Destination Network**: Similarly, use the **Destination Network** dropdown (the bottom section) to select the network you’re transferring tokens **to** (e.g., **Blast**).

   **Note**: Only supported networks will be displayed, and both networks must support the token you wish to transfer.

#### **Step 3: Selecting the Token and Entering the Amount**

1. **Select Source Token**: Click on the **Token** dropdown within the Source Network section to choose the token you want to transfer. The interface will display only tokens that are available for bridging between the chosen networks.
2. **Enter Amount**: Input the amount of the token you wish to transfer. Ensure that you have enough balance in your wallet for the selected amount, as well as additional funds to cover any transaction fees.

   **Note**: Minimum and maximum transfer limits may apply based on the networks and token chosen.

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

#### **Step 4: Confirm and Send the Transaction**

1. **Review Details**: Double-check the network, token, and amount details to ensure accuracy. Transferring assets across networks involves fees and may not be reversible, so confirming the details is crucial.
2. **Send**: Once all details are verified, click the **Send** button to initiate the transfer.

   **Wallet Confirmation**: You’ll need to confirm the transaction in your wallet, including any gas fees associated with the source network.

#### **Step 5: Switching Networks (If Necessary)**

1. **Network Switch Prompt**: If the transfer requires you to interact with a different network, a prompt may appear advising you to switch to the destination network for further actions.
2. **Network Switching**: You can easily switch networks by clicking the **Network Selection** dropdown in the top right corner of the DApp interface. Select the destination network to continue interacting with your transferred assets.

   **Note**: A warning message at the bottom of the interface may remind you to switch networks to fully access your transferred funds.

#### **Tips for Using the Bridge**

* **Powered by Synapse**: Mangrove’s bridge functionality is supported by Synapse, a trusted protocol for cross-chain transfers. This integration ensures secure and efficient asset transfers.
* **Token Availability**: Check that your selected token is supported on both the source and destination networks to avoid transfer issues.
* **Transaction Fees**: Remember to account for transaction fees on the source network, which will be deducted from your wallet balance.


---

# 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.mangrove.exchange/dapp-guide/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.
