# 为什么多签需要同时在线？

其他钱包通过分开签名的方式实现多签功能，其中一方完成签名后，平台会将该方的分片存储于云端，然后等待另一方进行签名。然而，这种方式相当于平台暂时拥有完整的私钥，这样的设计存在较大的安全风险。为了保障用户资产安全，Cregis 采用更严格的安全设计，避免此类操作。

Cregis 的多签功能基于 MPC（多方计算）技术，用户的私钥从未以完整形式存在。签名过程中，各方分片通过加密协议实时交互完成签名，无需任何一方将分片存储于云端，确保私钥的绝对安全，同时消除了中心化存储可能带来的潜在风险。

此外，我们现已推出[<mark style="color:green;">**自动签名功能**</mark>](/cregis-wallet-guide/zh-cn/risk_management/automation.md)，用户可自行设置签名条件（例如金额低于 1000 USD 时自动签名）。启用该功能后，只需保持 Cregis 客户端开启，系统即可按照预设条件自动完成签名，无需每次要求多方同时在线，大大提升了操作便利性与效率，同时保持 Cregis 一贯的高安全标准。


---

# 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://support.cregis.com/cregis-wallet-guide/zh-cn/faq/transaction/multi_signing.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.
