# What is wallet

**Wallets** allow you to **interact** with the blockchain network.

They **don't actually hold** your funds, but they allow you to **access**, **send** and **receive** cryptocurrencies.

Finally, they are just an interface that allows the user to **store his private keys** in order to access his funds more easily.&#x20;

You can find wallets in different types:

* **Paper wallets** are a printed piece of paper with keys and QR codes on it that can be scanned to make transactions. They can be considered as cold wallets.
* **Hardware wallets**, on the other hand, are physical devices that do not have direct access to the Internet and are therefore a more secure way to store crypto-currencies. They generate and store private keys without any connection to the Internet. In general, they are suitable for those who do not make regular transactions or invest a large amount of money.
* **Software wallets** are non-physical programs that you download to your computer or smartphone. These are web wallets, desktop wallets and mobile wallets. They are connected to the Internet and the user must always make sure that the computer used is not vulnerable to virus and malware. They are often more suitable for those who want quick access to monitor and exchange cryptocurrencies easily.

In order to interact with the **Kalao Ecosystem**, you can follow ["**How to create an Avalanche wallet**"](/how-to/setup-web-3.0-account/step-1-create-avalanche-wallet.md) and ["**How to create a Metamask wallet**"](/how-to/setup-web-3.0-account/step-2-set-up-metamask.md) tutorials.


---

# 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.undergroundmoods.com/faq/technology/what-is-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.
