# How to import a MultiSig Wallet?

A multi-signature wallet, as the name suggests, is a wallet that requires multiple people to sign to perform an operation. Transferring with a multi-signature wallet often requires >= 1 person to sign and send the transaction before the operation can be completed. When using a multi-signature wallet, we can specify the signature mode of M/N, that is, only M signatures among N persons can complete the operation. For example, the 2/3 signature mode means that two of the three people can sign.

The multi-signature of ETH/ERC20 (including EVM chains such as BSC/BEP20) adopts a lightweight smart contract method.

#### Applicable scenes:

1、When managing assets by multiple people to avoid assets being misappropriated by individuals;

2、Multiple encryptions of assets through multi-signature to enhance asset security;

3、Other security application scenarios.

## Import a MultiSig Wallet

1. Click the icon on the upper right corner and click \[MultiSig Wallet].

<figure><img src="https://2634619309-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3qtItoZih7cEdFc6kPNk%2Fuploads%2FcqkpkdZcFiAV5z2WQSwV%2F1%20%E6%8B%B7%E8%B4%9D.png?alt=media&#x26;token=c274674d-1b99-4045-bcf6-8ca662dbcdbf" alt=""><figcaption></figcaption></figure>

2\. Click \[Import MultiSig Wallet], and choose network.

<figure><img src="https://2634619309-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3qtItoZih7cEdFc6kPNk%2Fuploads%2FCfP1iM59HeeZNGArs6Ym%2F2%E6%8B%B7%E8%B4%9D.png?alt=media&#x26;token=83451bd0-cef7-48f6-818a-ae906cea3751" alt=""><figcaption></figcaption></figure>

2\. You need to input or paste your multisig wallet's address and it will automatically identify the public chain you've created, the minimum number of required signatures, and owners. It's just as easy to use as a watch wallet, or even as a watch wallet.

Then, click \[Confirm]. You have successfully import MultiSig Wallet.

<figure><img src="https://2634619309-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3qtItoZih7cEdFc6kPNk%2Fuploads%2FpEIRlEEW4t8tLXnPNKDo%2F3%20%E6%8B%B7%E8%B4%9D.png?alt=media&#x26;token=3a4761b0-892a-4f4d-95f6-e1df7bdab9e7" 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://help.tpwallet.io/en/wallet-faq-en/multisig-wallet/import.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.
