# Wallets

Las wallets o billeteras de criptomonedas en web3 son programas o hardware diseñado para almacenar las claves digitales que permiten el acceso a nuestros activos en la blockchain. Las wallets nos abren las puertas del Jardín Infinito:

<figure><img src="/files/tFNNxuoBv6G1DmBChw4C" alt="" width="282"><figcaption></figcaption></figure>

#### Qué se puede hacer con una wallet

* Conectarte con diversas dApps
* Confirmar transacciones
* Comprar criptomonedas
* Custodiar tus criptomonedas
* Aprobar y revocar permisos
* Otorgar partes de tu identidad digital a aplicaciones descentralizadas
* Comprar o mintear NFT
* Votar a favor de propuestas o peticiones en una DAO
* Crear, construir y gestionar tu identidad Web3


---

# 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://edp.ethkipu.org/modulo-1/intro-a-smart-contracts/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.
