# Creating a Multisig account

The process of creating a Multisig wallet is somewhat different. \
Let's start from the very beginning:

1\. Proceed to [**create** ](/getting-started/install-and-singing-in/creating-a-new-wallet/creating-a-new-wallet-extension.md)or [**add a new account**](/seed-phrase-keys-and-accounts/account-management.md). Choose a name for the new account and click **Next**.

2\. Choose the appropriate [type of account](/getting-started/install-and-singing-in/types-of-account.md) and click **Create account**.

{% hint style="warning" %}
If you want to use a multisig wallet with 3 or more custodians on FlatQube and Octus Bridge, be sure to use **BridgeMultisigWallet** type!
{% endhint %}

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

3\. When the wallet is created, proceed to [**deploy**](/getting-started/install-and-singing-in/deploy.md). \
The account must have a small amount (ideally 0.5) of EVER to deploy.\
You can get them [any way](/getting-started/how-to-get-ever.md) you want. For example, buy them using [Buy EVER](https://buy.everwallet.net/) or [transfer](/manage-assets/sending-and-receiving-tokens.md) them from another account.

4\. When deploying, select **Multi-signature** wallet and click **Next**.&#x20;

5\. Select the number of custodians that will require confirmation for the transaction and enter the **public key** for each custodian.&#x20;

6\. Click **Deploy**.

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

Now your multisig wallet is ready to go. \
Now the custodian needs to [**add it to his EVER Wallet** ](/multisig/add-a-multisig-account.md)to confirm transactions.


---

# 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.everwallet.net/multisig/creating-a-multisig-account.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.
