> For the complete documentation index, see [llms.txt](https://miracleplay.gitbook.io/miracleplay_2.0apex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://miracleplay.gitbook.io/miracleplay_2.0apex/dnft-minting-guide/mpt-bridge-guide-1.md).

# MPT Bridge Guide

{% hint style="info" %}
**To mint a dNFT , you must have MPT on the Miracle Chain. Make sure to complete the bridging process before minting!**&#x20;
{% endhint %}

### Step 1. Navigate to the Miracle Multi Bridge

> Go to the [**Miracle Multi Bridge**](https://bridge.miracleplay.gg/) website

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

### Step 2. **Connect your wallet to Miracle Bridge**

> 1. Click on **"Connect Wallet"** and select the wallet that holds your **MPT** (e.g. MetaMask)
> 2. Ensure that your wallet is connected to the correct network where your **MPT** is stored

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

### Step 3. Proceed with the Bridging Process

> 1. Enter the **amount of MPT** you want to bridge (Your **available MPT balance** will be displayed)
> 2. Click the **"Continue"** button to proceed
> 3. When your wallet prompts an **approval request**, click **"Confirm"**
> 4. Wait for the transaction to be processed

*📌Note: Consider the small amount of Polygon that will be used as a fee when bridging.*

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

You can now easily transfer your MPT tokens between Miracle Chain and various EVM-based Layer 2 networks :)


---

# 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://miracleplay.gitbook.io/miracleplay_2.0apex/dnft-minting-guide/mpt-bridge-guide-1.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.
