# BTC Bridge (Alpha Mainnet)

## Prerequisites

Before starting the bridging process between Bitcoin and SatoshiVM Alpha Mainnet, ensure the following:

1. [**MetaMask Wallet**](/user-guide/testnet/wallet-setup.md)**:** Have MetaMask installed and configured to interact with the SatoshiVM.
2. [**UniSat Wallet**](/user-guide/testnet/faucet/bridge-from-bitcoin.md#wallet-setup-via-unisat)**:** Ensure your UniSat wallet is ready for the transaction process.

## Deposit: Bridge BTC to SatoshiVM

### 1. Navigate to the official BTC Bridge

Access the official [BTC Bridge page](https://bridge.satoshivm.io/). This is where you'll be initiating the process of transferring BTC from Bitcoin to SatoshiVM Alpha Mainnet.

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

### 2. Connect Both Wallets

On the Bridge interface, connect both your MetaMask and UniSat wallets. Follow the prompts and confirm the wallet connections.

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

### 3. Deposit on Bitcoin

Initiate the deposit process by specifying the amount of test BTC you want to bridge from the Bitcoin to the SatoshiVM Alpha Mainnet. Review and confirm the transaction details.

{% hint style="warning" %}
Please note that the current deposit feature **does NOT support Legacy-type** Bitcoin wallet addresses. Additional attention should be given to ensure that only compatible wallet addresses are used when initiating deposits.
{% endhint %}

#### 3.1 Specify the amount of BTC to deposit

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

#### 3.2 Confirm the deposit transaction in UniSat

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

### 4. Monitor progress on the History page

Once the deposit is initiated, monitor the progress of your transaction on the History page of the SatoshiVM Bridge. This section provides real-time updates on the status of your deposit.

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

### 6. Check destination address balance via SatoshiVM Explorer

After the deposit is completed, check the destination address balance using the [SatoshiVM Explorer](https://svmscan.io/). Confirm that the bridged BTC is reflected in your SatoshiVM address.


---

# 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.satoshivm.io/user-guide/alpha-mainnet/btc-bridge-alpha-mainnet.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.
