# Types of account

EVER Wallet supports the creation of several types of account, which differ in the specifics of their work:

* **EVER wallet** - small contract with one custodian. Deploys automatically.
* **SafeMultisig** - formally verified Multisig wallet.&#x20;
* **SafeMultisig24** - with a SafeMultisig wallet custodian confirmations take up to 1 hour, with a SafeMultisig24 it will take up to 24 hours. If the required number of signatures is not reached by the time limit, the transaction will be nullified.
* **SetCodeMultisigWallet** - Multisig wallet with the possibility to change codes and custodians.&#x20;
* **BridgeMultisigWallet** - this kind of wallet differs from SafeMultisig because it does not have payload limits.&#x20;

{% hint style="info" %}
If you want to use a multisig wallet with 3 or more custodians on [FlatQube ](broken://spaces/c3mrQsWpChJaJ571fNEC)and [Octus Bridge](https://docs.octusbridge.io/), be sure to use **BridgeMultisigWallet** type!
{% endhint %}

* **Surf** - Technically, this kind of wallet is the same as SetCodeMultisig. You should use this kind of wallet to import your Ever Surf wallet.&#x20;
* **WalletV3** - this is a small and simple contract that allows you to deploy your wallet at the same time as you make a transfer and has a 24-word seed phrase.
* **HighloadWalletV2** - small legacy contract with one custodian and advanced replay protection. Deploys automatically.


---

# 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/getting-started/install-and-singing-in/types-of-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.
