> For the complete documentation index, see [llms.txt](https://support.cregis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cregis.com/wallet-and-transactions/wallet.md).

# Wallet

## About Cregis Wallet

<mark style="color:green;">**Cregis Wallet**</mark> offers a self-custody solution that gives users full control over their private keys and crypto assets. Using advanced Multi-Party Computation (MPC) technology, Cregis splits private keys into shards stored in different locations, ensuring high asset security. Cregis never pre-generates or stores private keys and operates without third-party reliance for transaction verification, providing users with a secure and efficient way to manage their cryptocurrency.

These are the wallets we provided:

<table data-header-hidden><thead><tr><th width="244">Question</th><th width="214">Single-Signature Wallet</th><th>Multi-Signature Wallets</th></tr></thead><tbody><tr><td><br></td><td><strong>single-signature wallet</strong></td><td><strong>multi-signature wallets</strong></td></tr><tr><td><strong>How many shards will be generated?</strong></td><td><ul><li>Two shards will be generated</li><li>The wallet owner will have his own <strong>15 recovery phrases</strong>.</li></ul><p><br></p></td><td><ul><li>Depending on the specific configuration of the multi-signature wallet</li><li>For example, in a 2-of-3 multi-signature setup, three shards are created. All of them have their own <strong>24 recovery phrase</strong>.</li></ul></td></tr><tr><td><strong>Where do Cregis store the shards?</strong></td><td><ul><li>One shard is stored on the user's local device and the other one stored in multiple Trusted Execution Environments (TEE)</li></ul></td><td><ul><li>Shards are stored in the user's local device depending on the wallet setting</li></ul></td></tr><tr><td><strong>How many signatures are required to process the transaction?</strong><br></td><td><ul><li>Only one signature is required</li></ul><p><br></p></td><td><ul><li>Depending on the users specific configuration of the multi-signature wallet</li><li>Users can set conditions based on different scenarios, allowing the original private key to be reassembled to generate a legitimate signature.</li><li>For example, in a 2-of-3 multi-signature setup, three shards are created, and <strong>any two of them are needed</strong> to sign a transaction.</li></ul></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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