# Wallet Installation and Connection

## **EVM Wallet Installation**

* Download and Install MetaMask: <https://metamask.io/download/>
* Secure Your Wallet: After installation, be sure to **safely store your seed phrase and private key** to ensure your wallet’s security.

**Interface Guide:** These images below provide an overview of the MetaMask interface.

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

#### **How to Bridge BTC from other EVM Chains to Merlin Chain**

1. Transfer your BTC from a CEX to Arbitrum, BNB Chain, or any other supported chains.
   1. &#x20; Note: CEXes do not support direct deposits or withdrawals to Merlin right now.
2. Visit [Meson](https://meson.fi/) or [other third-party bridges](https://docs.merlinchain.io/merlin-docs/user-quick-start/how-to/bridge/third-party-bridge) to swap the BTC you have transferred before to Merlin Chain.

## **BTC Wallet Installation**

For Layer1 Cross-chain Purchases, you have to create a new wallet on BTC Layer1. Here we take UniSat as an example.

1. **Download and Install the Wallet**&#x20;

   Visit [Unisat.io](https://unisat.io/) and click "Download" to install the wallet extension.

   <figure><img src="/files/2N5S4bNV774upk2ADFm0" alt=""><figcaption></figcaption></figure>

After installation, pin the extension to your browser and open the wallet.

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

2. **Create a New Wallet**&#x20;

   Follow the prompts to create a new wallet. Be sure to **securely save your seed phrase and password**; if lost, they cannot be recovered, and your assets will be permanently inaccessible.

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

   3. **Change the Wallet Address Type**&#x20;

      Click the gear icon in the bottom right corner of the wallet, go to "Address Type," and select "Taproot Address" (which starts with "bc1p"). The settings should look like the image below.

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

      4. **Withdraw BTC to Your Layer 1 Wallet**&#x20;

         Buy BTC on an exchange like Binance or OKX and withdraw it to your Layer 1 wallet through the exchange’s app under "Funds" -> "Withdraw." Withdrawals typically take 15 to 30 minutes to process, so please be patient.

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

#### **Cross-Chain Transfer from BTC Layer 1 to Merlin Chain**

1. Go to the Merlin Official Bridge: Visit <https://merlinchain.io/bridge>.
2. Connect Your Layer 1 Wallet.

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

3. Select the Transfer Amount: On the cross-chain bridge, enter the amount of BTC you want to transfer, then click "Cross-Chain."

   **Note:** Avoid transferring all your BTC to Layer 2 at once, as this may cause the transaction to fail. It’s recommended to keep some BTC in reserve for Gas fees.

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


---

# 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.bitmap.game/user-guide-3d-version/preparations/wallet-installation-and-connection.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.
