# Understanding Wallets

A **crypto wallet** is a tool that lets you store, send, and receive cryptocurrency. Unlike a physical wallet, a crypto wallet doesn’t actually hold coins. Instead, it stores something called **private keys**—a kind of digital password that gives you access to your crypto.

There are two main types of wallets:

1. **Hot Wallets** (Online): These wallets are connected to the internet and are convenient for quick access to your crypto. Examples include mobile apps or browser extensions like **MetaMask**.
2. **Cold Wallets** (Offline): These wallets are kept offline, making them much safer from hackers. Examples are hardware wallets like **Ledger** or **Trezor**.

**How Wallets Work**\
When you create a wallet, you get:

* A **public key** (like an email address) that others use to send crypto to you.
* A **private key** (like a password) that only you should know—this key allows you to send or access your funds.

Your wallet doesn’t hold actual coins; it simply lets you interact with the blockchain where your crypto is recorded.


---

# 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.bitfoot.com/new-to-crypto/what-is-cryptocurrency/understanding-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.
