# Simple Bridging Guide on Haven1 network

We will use a particular example to make this easy to follow along. This example is about bridging Wrapped H1 from Haven1 to Ethereum Network

#### 🛠 Before You Start

1. **Make sure you have MetaMask installed** and are connected to the Haven1 Mainnet. You can add Metamask to your browser by Clicking Add to Metamask by going [here](https://chainlist.org/chain/8811) ![](/files/YSJes3nAonyJyneYRMPH)
2. **Check your wH1 balance** in your Haven1 wallet.
3. **(Optional)** To see your wrapped H1 balance in MetaMask:
   * Go to the Haven1 Block Explorer ([Here](https://explorer.haven1.org/token/0xB041be50694f3018912c18c710e7BBB931002598)).
   * Find the wrapped H1 contract.
   * Click the MetaMask icon(fox icon) to auto-add the token to your wallet ![](/files/RvsW4zoihkbLKfVvVGX9)

***

#### 🚀 Bridging Steps

1. **Visit the Bridge**\
   Head to Bridge URL (<https://portal.haven1.org/bridge>).

<figure><img src="/files/Qq25D4IGd3mvYUQqdeDC" alt="" width="351"><figcaption></figcaption></figure>

2. **Select "From" Network**

* Choose **Haven1 Mainnet**.
* **Choose Token to Bridge.** Select **wrapped H1 (wH1)** from the token list.
* **Enter Amount to Bridge**
  * You can type a specific amount or click **Max** to bridge your entire wH1 balance.
* **Select "To" Network**
  * Choose **Ethereum**
* Under Ethereum, you’ll see only one token option: **H1**. That’s what you’ll receive on the other side. Select that token
* Verify everything.  Click Confirm
  * Note that you pay a small fee of 10bps while withdrawing assets
* **Approve Spending (if prompted)**
  * If this is your first time bridging wH1, MetaMask will prompt you to **approve** the bridge contract to spend your tokens.
  * Confirm the approval in MetaMask.
* **Confirm the Bridge Transaction**
  * Once approved, MetaMask will pop up again asking you to **confirm the actual bridge** transaction.
  * Approve and submit.

***

#### ⏳ What Happens Next?

* Your withdrawal is now **in progress**.
* wH1 will disappear from your Haven1 wallet.
* You can **track the status** of your bridge-out at: <https://portal.haven1.org/bridge/history>
* In normal conditions, bridging completes within **\~10 minutes**. Delays may occur if the network is congested.

***

#### 🪙 Viewing H1 on Ethereum

Once the bridge is complete:

1. **Open MetaMask** and switch to the **Ethereum Mainnet**. You can click this area to switch networks ![](/files/ZJ9impXjGdZ7xvkXyGWh)
2. Click on this click area. Choose. **“Import Tokens”** > **“Custom Token”**. ![](/files/u1LYDoq4qUi3ZWege1EP)
3. Paste the **Ethereum H1 contract address** 0x9e3b5582b22e3835896368017baff6d942a41cd9 (<https://etherscan.io/token/0x9e3b5582b22e3835896368017baff6d942a41cd9>).
4. Metamask will fetch rest of the details such as Token name automatically ![](/files/NoPFGmVBTyCNfF52jRv3)
5. Click **Next** and **Import**.

You’ll now see your H1 balance on Ethereum after the bridge transaction is complete

***

#### 💡 What Can You Do with H1 on Ethereum?

* **Send it** to another wallet using MetaMask.
* **Trade it** on platforms like **KuCoin** or **Uniswap**.
* **Use it** in DeFi apps

***

Need help? Reach out to the Haven1 community or support team. Happy bridging!


---

# 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.haven1.org/haven1-guides/testnet-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.
