# 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: 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://docs.creditcoin.org/cc-enterprise/wallets/types-of-wallets.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.
