# Runes Bridge (Testnet)

Prerequisites

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

1. [**MetaMask Wallet**](/user-guide/testnet/wallet-setup.md)**:** Have MetaMask installed and configured to interact with the SatoshiVM Testnet.
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.
3. Understand [**Runes protocol**](https://docs.ordinals.com/runes.html).

## Mint SATOSHIVM•RUNES for testing

### 1. Navigate to UniSat Testnet

Access [UniSat Testnet](https://testnet.unisat.io/runes/inscribe) to mint SATOSHIVM•RUNES, a Runes token deployed on Bitcoin Testnet.

### 2. Mint SATOSHIVM•RUNES directly

Connect your Bitcoin wallet and mint SATOSHIVM•RUNES directly:

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

#### 2.1 Generate the transaction for minting

Click "Next" and follow the prompt to generate the transaction for minting.

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

#### 2.2 Fill in the recipient's address

Fill in your Bitcoin Testnet address to receive SATOSHIVM•RUNES.

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

#### 2.3 Submit and pay the minting invoice

Submit and pay the prompted invoice to process the minting transaction.

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

<figure><img src="/files/3cnofSLT4sV5TYCxb0R2" alt=""><figcaption></figcaption></figure>

### 3. Check your SATOSHIVM•RUNES balance in UniSat

{% hint style="warning" %}
Note that it generally takes a few minutes to get your Runes balances updated in UniSat.
{% endhint %}

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

## Deposit: Bridge SATOSHIVM•RUNES to SatoshiVM

### 1. Navigate to the official BTC bridge

Access the official [BTC Bridge page (Testnet)](https://testnet-bridge.satoshivm.io/) and select SATOSHIVM•RUNES for depositing.

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

### 2. Deposit RUNES on Bitcoin Testnet

#### 2.1 Choose the amount of SATOSHIVM•RUNES for depositing

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

#### 2.2 Confirm the deposit transaction in UniSat

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

### 3. Monitor progress on the History page

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

<figure><img src="/files/8flUmKShexYzaVTv5OUt" alt=""><figcaption></figcaption></figure>

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

After completing the deposit, check the destination address balance using the [SatoshiVM Explorer](https://testnet.svmscan.io/). Confirm that the equivalent amount of SATOSHIVM•RUNES has been transferred to 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/testnet/runes-bridge-testnet.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.
