> For the complete documentation index, see [llms.txt](https://docs.bitune.ai/bitune-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitune.ai/bitune-guide/getting-started/as-an-initiator.md).

# As an  Initiator

To start creating your multi-signature bitcoin wallet with Bitune, link your [**Unisat wallet**](https://unisat.io/) and proceed to sign.&#x20;

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

Click on "Create New Vault" and fill in the BTC address of other signatories.

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

You can acquire your public key by clicking on the top right corner of the wallet popup.

<figure><img src="/files/8LyYE12lJUny5Bt2irtf" alt=""><figcaption><p>Get the public key</p></figcaption></figure>

When creating a new vault, please remember to set the signature threshold.&#x20;

For security and flexibility, we recommend setting the signature threshold to be greater than 1 but less than the total number of signatures.

<figure><img src="/files/vW8ufeVoLXY8DuMyUePF" alt=""><figcaption><p>Set Threshold</p></figcaption></figure>

After completing the above steps, click "confirm" to enter your multi-signature wallet operation page. None of the above creation steps require any mining fees.

<figure><img src="/files/B8DIfNpjRfMkXKrvSF1U" alt=""><figcaption><p>Bitune Dashboard</p></figcaption></figure>

Congratulations, your Bitune multi-signature account has been successfully created.  You can start managing your BRC20 assets securely with the additional safeguard of multi-signature protection.

Enjoy the enhanced security and smart management features that your new Bitune multi-signature account offers!


---

# 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.bitune.ai/bitune-guide/getting-started/as-an-initiator.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.
