# 為什麼多簽需要同時在線？

其他錢包實現分開簽名的方式，是在其中一方完成簽名後，平台將該方的分片存儲於雲端，然後等待另一方進行簽名。然而，這等同於平台暫時擁有了完整的私鑰，這樣的設計存在重大安全風險。為了保障用戶資產安全，Cregis 採用更嚴謹的安全設計，避免此類操作。

Cregis 的多簽功能基於 MPC（多方計算）技術，用戶的私鑰從未以完整形式存在。簽名過程中，各方分片通過加密協議實時交互完成簽名，無需任何一方將分片存儲於雲端，確保私鑰的絕對安全，同時消除了中心化存儲的潛在風險。

此外，我們現已推出[**自動簽名功能**](/cregis-wallet-guide/zh-tw/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-tw/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.
