# Bridge

Users can bridge tokens on Mainnet or Testnet from other chains to Asset Chain. Bridging on Testnet will use the supported test Tokens.

### **Asset Chain Native Bridge** <a href="#mode-mainnet-bridge" id="mode-mainnet-bridge"></a>

You can use this to bridge assets from supported chains to Asset Chain.

**Mainnet:** [https://bridge.assetchain.org](https://bridge.assetchain.org/)

**Testnet:** [https://bridge-testnet.assetchain.org](https://bridge-testnet.assetchain.org/)

### 🌕 MoonBridge

MoonBridge is Moonpie’s intelligent bridge for moving tokens from other chains to Asset Chain.\
It enables fast, low-cost bridging, optimized for users with a seamless UX.

**Mainnet:** <https://moonpie.fun/bridge>

#### Using **Asset Chain Native Bridge**:

1. Access the URL above then enter the required information, including the asset type, amount, and destination chain in the form below.

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

2. Review the entered information and click the "Approve" button to confirm. This will trigger a smart contract interaction to verify the transaction

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

3. Wait for the approval process to complete and you should see a successful confirmation modal. It will also display a transaction hash.

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

4. Once approved, click the "Transfer" button to initiate the asset bridging process. This step will trigger a transaction on the source chain to transfer the assets

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

5. Review the transaction details and confirm the transfer. Once completed, verify the transaction on the Asset Chain's blockchain explorer using the displayed transaction hash.

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

6. Scroll down to verify the transaction status on the table below. It will display a status of claim. You should go ahead and click the `claim` button to claim your bridged asset.

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

7. This step will trigger a transaction on the destination chain to transfer the assets to your wallet. Click on `confirm` to proceed with the transaction.

<figure><img src="/files/45undEPwc7ai86SqCtDd" alt=""><figcaption></figcaption></figure>

9. If successful, you can verify the transaction on the Asset Chain's blockchain explorer

<figure><img src="/files/9gT8SsZjDlxQvAuusF46" alt=""><figcaption></figcaption></figure>

10. Once the claim process is complete, check for a successful confirmation by verifying the transaction status in the table below.

{% hint style="success" %}
Congratulations! You have successfully bridged your asset across chains
{% endhint %}

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

{% hint style="info" %}
For supported Testnet tokens, just reach out to the team [here](https://t.me/XendFinanceDevs)
{% endhint %}

{% hint style="info" %}
Our faucets currently support native $RWA, but users will be able to mine test tokens & claim them on the faucets soon.
{% endhint %}


---

# 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.assetchain.org/tools/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.
