# SAVM Bridge (Testnet)

## Prerequisites

### 1. MetaMask Wallet

Have MetaMask installed and configured to interact with the SatoshiVM Testnet.

{% hint style="info" %}
MetaMask has automatically added the configuration for the Ethereum Sepolia network.
{% endhint %}

### 2. Acquire test ETH on Ethereum Sepolia

Please note that users need to obtain ETH through the following third-party Faucet for interactions on Ethereum Sepolia.

* [Alchemy](https://sepoliafaucet.com/)
* [Infura](https://www.infura.io/faucet/sepolia)

## Deposit: Bridge test SAVM from Ethereum to SatoshiVM

### 1. Navigate to the official SAVM Bridge

Access the official [SAVM Bridge page (Testnet)](https://testnet-bridge.satoshivm.io/savm). This is where you'll be initiating the process of transferring SAVM from Ethereum Sepolia to SatoshiVM Testnet.

<figure><img src="/files/7VxnwG49U8ZidsU8v2kP" alt=""><figcaption></figcaption></figure>

### 2. Connect MetaMask

On the Bridge interface, connect your MetaMask wallet. Follow the prompt and confirm the wallet connection.

{% hint style="info" %}
Connecting the UniSat wallet is **NOT** required here.
{% endhint %}

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

### 3. Request test SAVM

{% hint style="warning" %}
**Test SAVM has NO transactional value**, and each user is limited in the amount they can request.
{% endhint %}

#### 3.1 Click on the 'tSAVM Faucet' at the bottom of the page

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

#### 3.2 Request test SAVM by signing with your wallet

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

#### 3.3 Add test SAVM to your wallet

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

#### 3.4 Limited request amount per user day

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

### 4. Deposit on Ethereum Sepolia

#### 4.1 Enter the amount of test SAVM to deposit

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

#### 4.2 Approve to spend test SAVM

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

#### 4.3 Confirm the deposit transaction in MetaMask

<figure><img src="/files/0QkBB00v4ltvzLoSO2xH" alt=""><figcaption></figcaption></figure>

### 5. 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/Qk6oAcRHGx3izgSYyNNv" alt=""><figcaption></figcaption></figure>

### 6. Check SAVM balance via Explorer

After completing the deposit, check the token balances of the recipient address using the [SatoshiVM Explorer](https://testnet.svmscan.io/).&#x20;

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

<figure><img src="/files/OeEcSDomAHoPz8n7fjU2" 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.satoshivm.io/user-guide/testnet/savm-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.
