> For the complete documentation index, see [llms.txt](https://docs.satoshivm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.satoshivm.io/user-guide/testnet/faucet/bridge-from-bitcoin.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.satoshivm.io/user-guide/testnet/faucet/bridge-from-bitcoin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
