# BTC Wallet Setup

{% hint style="info" %}
📜 **TL;DR:**

* [UniSat](https://unisat.io), available as a browser extension and mobile app, is designed to let users easily manage their Bitcoin assets and interact with dApps.
* This guide walks you through setting up your UniSat wallet.
  {% endhint %}

***

## 🏁 Prerequisites

#### 1. Add the UniSat Chrome extension

Navigate to the [UniSat extension download](https://chromewebstore.google.com/detail/unisat-wallet/ppbibelpcjmhbdihakflkdcoccbgbkpo) and click `'Add to Chrome.'`

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

Click `'Add extension.'`

***

## 📚 Tutorial

## Video

{% embed url="<https://vimeo.com/1027100341>" %}

### 1. Open the UniSat Chrome extension

Open the UniSat extension and click `'Create new wallet.'`

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

***

### 2. Create a password

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

***

### 3. Copy your secret recovery phrase

{% hint style="danger" %}
**Make sure to save your private key.** Your private key provides full access to your wallet and funds.

* Hemi team members will never ask you for private keys.
* Do not share it with anyone.
  {% endhint %}

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

After you have saved your private key in a secure area, click `'Continue.'`

***

### 4. Select address type

Hemi currently uses two primary address types:

* **Legacy (P2PKH):** PoP mining currently requires a P2PKH address, although this may change at some point in the future.&#x20;
* **Native SegWit (P2WPKH):** For everything else on Hemi (i.e., Bitcoin tunneling), any address type can be used but P2WPKH will (generally) be the cheapest fee-wise.

{% hint style="info" %}
We recommend creating a **Native SegWit** wallet to jumpstart in the Bitcoin ecosystem. New wallets and other address types can be created in the future.
{% endhint %}

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

After you have selected your address type, click `'Continue.'`

***

### 5. Your UniSat wallet setup is complete! 🎉

<figure><img src="/files/oWyZAwlmmCkH0A7nVMmV" 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.hemi.xyz/how-to-tutorials/using-hemi/wallet-setup/btc-wallet-setup.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.
