# Bridge from Bitcoin

## Bridge test BTC from Bitcoin to SatoshiVM

SatoshiVM uses BTC as its gas token, and all BTC originates from Bitcoin Core. To experience the SatoshiVM Testnet, users should first acquire test BTC on the Bitcoin Testnet using a Bitcoin wallet and then obtain BTC on SatoshiVM through cross-chain bridges.

### Wallet Setup via UniSat

Presently, on the Bitcoin Testnet, we recommend utilizing the [UniSat](https://unisat.io/) wallet for acquiring test BTC and subsequent cross-chain functional interactions.&#x20;

#### Install UniSat

<figure><img src="/files/43rCRHs5ecuAu6tvVfVx" alt=""><figcaption></figcaption></figure>

#### Configure Network and Address Type

Within UniSat's Settings, set the Network to **TESTNET** and select the Address Type as **Native Segwit** for your wallet address.

<figure><img src="/files/pE3AUC4JWEzcGFjX5giz" alt="" width="326"><figcaption></figcaption></figure>

### Acquire test BTC

Currently, users can obtain test BTC on the Bitcoin Testnet using the following third-party faucets.

* Coinfaucet: <https://coinfaucet.eu/en/btc-testnet/>
* Bitcoinfaucet: <https://bitcoinfaucet.uo1.net/send.php>

{% hint style="warning" %}
It is important to note that the recommended address type for the receiving destination is **Native Segwit**. Using any other address type may result in the inability to receive the test BTC.
{% endhint %}

### Deposit test BTC and receive it on SatoshiVM Testnet

For further details, please refer to the [Bridge](/user-guide/alpha-mainnet/btc-bridge-alpha-mainnet.md) section.


---

# 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/faucet/bridge-from-bitcoin.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.
