# 钱包

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