# What is Owners?

Owners are the managers of the MultiSig Wallet.

By setting 2 more people to jointly manage an address, only the managers sign and agree to use the assets in the address, which greatly reduces the risk of asset loss caused by private keys being leaked.

The most important feature of a Multi-Sig wallet is that wallet transactions require the approval of the private key holders. Ordinary, the "m-n mode" needs to be confirmed when a Multi-Sig wallet is created. Only the "m" holders of the "n" private keys jointly sign and approve the transfer to complete the transfer operation.

"2–3 mode" is the most common form of Multi-Sig wallets, every transaction needs to be approved by the 2 private key holders, which can balance the relationship between safety and convenience.


---

# 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.tokenpocket.pro/en/wallet-faq-en/multisig-wallet/multisig-admin.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.
