# Create Sidepit-Id Wallet

A Sidepit-ID is a Bitcoin address. For the current BETA, only Native Segwit addresses are valid. These are Bitcoin addresses that start with `bc1q`.

## UNISAT Install

To begin, you’ll need the Unisat Wallet extension installed in your browser. This wallet will allow you to hold and manage your Bitcoin, which you will then use to participate on Sidepit.

1. **Download the Unisat Wallet:**\
   Go to the official Unisat Wallet download page: <https://unisat.io/download>

   <figure><img src="/files/XchbjE8Xb19S1L72E1XA" alt="Unisat Download Page" width="375"><figcaption><p><a href="https://unisat.io/download">unisat.io/download</a> Web Page</p></figcaption></figure>
2. **Create or Import a Native Segwit Wallet:**\
   Follow the on-screen instructions to create a new Unisat Wallet or import an existing one.

<div align="center"><figure><img src="/files/j5dY1YRxOyqQxKQt6prH" alt="Creating Your Wallet" width="188"><figcaption><p>Creating your wallet for Sidepit</p></figcaption></figure></div>

* If creating a new Unisat Wallet, the extension will generate a private key and recovery phrase for you. **Be sure to securely store these in a safe place.**
* Ensure you select a **Native Segwit** address type, which typically starts with <mark style="color:orange;">`bc1q`</mark>.

<div align="center"><figure><img src="/files/GOhhXz26ZHwC1ZsPoXw9" alt="Native Segwit Wallet Creation"><figcaption><p>Selecting Native Segwit to ensure a bc1q address</p></figcaption></figure></div>

Once your Unisat Wallet is set up and you have a Native Segwit <mark style="color:purple;">`bc1q`</mark> Bitcoin address, you’ve successfully created your Sidepit-ID and are ready for the next step in the setup process.


---

# 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.sidepit.com/beta/onboarding/create-wallet.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.
