# 什么是多签管理员

一般，钱包在操作任何数据上链时都需要使用私钥签名后才可以进行上链。私钥签名相当于权限验证的过程。而钱包分为单签钱包和多签钱包，单签钱包则由一个私钥控制，比如我们当前使用的普通钱包就是单签钱包。而多签钱包则是由多个私钥共同控制，我们把每个私钥关联的钱包，称之为该多签钱包的管理者。

因此，当多签钱包需要执行上链操作时，需根据分配的权重，多人共同完成签名操作。


---

# 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/cn/faq/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.
