# Deposit to Matchain

Bridging assets to Matchain is quick and takes less than **5 minutes**. Matchain provides two bridge options:

1. **BNB-Bridge**: For bridging the L1 token BNB to Matchain.
2. **Canonical Bridge**: For bridging other L1 tokens to Matchain.

***

### **1. Bridging BNB to Matchain**

* **Visit**: [bnb-bridge.matchain.io](https://bnb-bridge.matchain.io/)
* **Steps**:
  1. **Connect your wallet** to the bridge.
  2. **Select** BNB as the asset and ensure **From chain** is set to **BNB Smart Chain**.
  3. **Enter the amount** of BNB to bridge (ensure you have enough BNB on BNB Chain).
  4. **Click "Deposit"** and wait for confirmation.

***

### **2. Bridging Other Assets to Matchain**

* **Visit**: [app.routernitro.com/swap](https://app.routernitro.com/swap)
* **Steps**:
  1. **Connect your wallet** to the bridge.
  2. **Set the "To chain"** as **Matchain** and **"From chain"** as **BSC** or other supported chains.
  3. **Enter the amount** of the supported asset to bridge (ensure you have a positive balance).
  4. **Click "Deposit"** and wait for confirmation.


---

# 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.matchain.io/deposit-to-matchain.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.
