# Sub-Accounts

While it's not possible to create an exact duplicate Vault (with the same number of signers, identical signer addresses, and confirmation threshold), Asigna recognizes that owners may still want a Vault with the same configuration as their main one for other use cases.

To support this need, Asigna offers **sub-accounts**. A sub-account is essentially a duplicate of the main Vault, but with a **separate address and independent balance**.

### Create Sub-Account

#### **➱ Open the Asigna multisig app**

Navigate to the Asigna multisig app in your web browser: <https://btc.asigna.io/>

#### **➱ Select the Vault**

On the homepage page select the Vault and open it by clicking the Vault preview card.

#### ➱ **Access the sidebar list of Your Vaults**

Navigate to the **sidebar menu**. On the sidebar Vault preview card click **Arrow** button.

<figure><img src="/files/8Gf73x6fDw2k6UhzQV1o" alt=""><figcaption></figcaption></figure>

#### ➱ **Create a Sub-account**

In the sidebar list of Your Vaults, you’ll see the currently selected Vault along with a **Create Sub-Account** button. Click the button to proceed.

{% hint style="info" %}
**There is a limit to how many sub-accounts can be created per Vault:**

* Vaults with a **single** owner don’t support sub-accounts.
* Vaults with **2** owners support only **1** sub-account per Vault.
* Vaults with **3 or more** owners support up to **5** sub-accounts per Vault.
  {% endhint %}

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

Enter a name for your sub-account, and click **Save**.

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

#### ➱ Check a new Sub-account

Once the sub-account is created it will appear in the sidebar list of Your Vaults, associated with the main Vault. The main Vault will be automatically named **Main Account.**

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

### Switch between Accounts

There are two ways to switch between accounts:

1. Access the sidebar list of Your Vaults and click the selected Account. After clicking, you will be immediately redirected to the selected Account.<br>

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

2. On the homepage page select the Vault and chose the Account from the dropdown. Once you click the Vault preview card, you will be redirected to the selected Account.<br>

   <figure><img src="/files/Rv1qdvaMw8G904YvjTnu" 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://asigna.gitbook.io/asigna/bitcoin-multisig/quickstart/managing-your-vault/sub-accounts.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.
