> For the complete documentation index, see [llms.txt](https://docs.creditcoin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creditcoin.org/cc-enterprise/wallets/types-of-wallets.md).

# Types of Wallets

**Internet Access: Hot & Cold Wallets**

To ensure security, blockchain wallets come in different forms: hot wallets and cold wallets. Hot wallets, accessible through browser extensions or smartphone apps, are considered online and provide convenient access but are potentially more vulnerable to hacking. On the other hand, cold wallets, stored in air-gapped devices or hardware wallets, are offline and provide enhanced security by isolating the private keys from potential online threats.

**Key Management: Custodial & Non-Custodial Wallets**

The distinction between custodial and non-custodial wallets is also crucial. Custodial wallets, often provided by centralized exchanges, grant control of private keys to a third party. This arrangement means that users must trust the exchange to safeguard their keys and provide access when needed. In contrast, non-custodial wallets give users exclusive control over their account's private key, ensuring complete ownership and security of their digital assets.

All wallets covered by the Creditcoin Documentation are self-custodial.

> ![:warning:](https://pf-emoji-service--cdn.us-east-1.prod.public.atl-paas.net/atlassian/warning_32.png)
>
> When selecting a wallet, it is crucial to conduct your own thorough research (DYOR) to ensure the wallet's security, reputation, and compatibility with your specific needs, as well as to verify its authenticity.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.creditcoin.org/cc-enterprise/wallets/types-of-wallets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
