# Bridge

Bridge functionality refers to the process of connecting two different blockchain ecosystems, allowing for the transfer of assets between them. This functionality is crucial because most blockchains operate independently with their own protocols and cannot directly communicate with each other.

{% hint style="info" %}
To access all the features, it is necessary to [connect your wallet and web3 login](https://doc.mprolab.io/mprolab/manuals-and-tutorials/manuals/mpro-lab/connect-wallet-+-web3-login)
{% endhint %}

**✔️ Bridge section is located at the top panel**

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

<figure><img src="/files/Qd0a2FiFKw3EOjxZvZ1Q" alt="" width="435"><figcaption></figcaption></figure>

**✔️ Bridge dashboard explainer**

⚫This section allows user to select from which blockchain they would like to bridge MPRO to another blockchain.

{% hint style="info" %}
In this case user bridge MPRO from BNB Chain to Polygon
{% endhint %}

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

⚫This section allows user to select the quantity of MPRO they would like to bridge

{% hint style="info" %}
The wallet icon displays the total number of MPRO you have in your wallet
{% endhint %}

{% hint style="warning" %}
Number must be limited to 6 decimal positions

**Example**: 20.123456
{% endhint %}

<figure><img src="/files/jYeLHoaU0kzWndLCfhHa" alt="" width="491"><figcaption></figcaption></figure>

⚫This section allows the user to send bridged MPRO to a different wallet address than the one they are currently connected with.

<figure><img src="/files/SkZu1jrHclMGYb5rmC8P" alt="" width="559"><figcaption></figcaption></figure>

{% hint style="danger" %}
Be cautious when entering a different wallet address, as providing an incorrect address may result in the loss of your tokens.
{% endhint %}

⚫This section allow user to see estimated Gas Fee for this transaction

{% hint style="info" %}
**Gas Fee** is a payment made by user to compensate for the computing energy required to process and validate transactions on the blockchain.
{% endhint %}

<figure><img src="/files/pvbTHvIG26GAklF1OMqz" alt="" width="563"><figcaption></figcaption></figure>

**✔️ Select Transfer to proceed with Bridge**&#x20;

<figure><img src="/files/Tw5V0ALCOPg07WIljV1n" alt="" width="271"><figcaption></figcaption></figure>

**✔️ Sign transaction** in the wallet

<figure><img src="/files/zto6aNonqXEuzcITWBFh" alt="" width="375"><figcaption></figcaption></figure>

**✔️ Bridge has been completed and your MPRO is now on selected Blockchain**


---

# 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://doc.mprolab.io/mprolab/manuals-and-tutorials/manuals/mpro-lab/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.
