# 錢包

## **關於Cregis錢包**

Cregis錢包提供自託管解決方案，使用戶可以完全掌控其私鑰和加密資產。通過先進的多方計算（MPC）技術，Cregis將私鑰分割成多個分片並儲存在不同位置，確保資產的高度安全。Cregis從不預生成或儲存私鑰，也不依賴第三方進行交易驗證，為用戶提供安全且高效的加密貨幣管理方式。

**以下是Cregis提供的錢包種類**

| 問題              | 單簽錢包                                    | 多簽錢包                                                                               |
| --------------- | --------------------------------------- | ---------------------------------------------------------------------------------- |
| 生成多少分片？         | 將生成兩個分片，錢包持有者將擁有自己的15個助記詞。              | 根據多簽錢包的具體配置，例如在2/3多簽設置中，會生成三個分片，每個分片都有自己對應的24個助記詞。                                 |
| Cregis的分片儲存在哪裡？ | 一個分片儲存在用戶的本地設備上，另一個分片儲存在多個可信執行環境（TEE）中。 | 根據錢包設置，分片會儲存在用戶的本地設備上。                                                             |
| 處理交易需要多少個簽名？    | 只需要一個簽名。                                | 根據用戶多簽錢包的具體配置，使用戶可以根據不同場景設置條件，允許原始私鑰重新組合生成合法簽名。例如，在2/3的多簽設置中，會生成三個分片，任意兩個分片即可簽署交易。 |


---

# 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/wallet_and_transaction/wallet.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.
