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

# Crypto Wallets

## <mark style="color:purple;">What is a Crypto Wallet?</mark>

To put it simply, a wallet is a means by which you may interact with the blockchain. Cryptocurrency wallets can be categorized into three broad categories: software, hardware, and paper. There are two types of wallets: hot wallets and cold wallets, depending on how they operate.

Software-based crypto wallet providers are more user-friendly than hardware-based ones. Hardware wallets, on the other hand, seem to be the most secure option. However, the use of paper wallets is today considered outmoded and untrustworthy because the "wallet" is printed out on a piece of paper.


---

# 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://docs.defidocs.io/intro-to-crypto/crypto-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.
