# What is a crypto wallet?

A **crypto wallet** is an app or device that lets you **store, send, and receive** crypto—and proves ownership by using **private keys** (kept by you in non-custodial wallets). A wallet can be software (like **MyTonWallet**) or hardware (like **Ledger**).

### 🤔 What Types of Crypto Wallets Are There?

There are two main types of crypto wallets:

* **Custodial**: Telegram Wallet, Crypto Bot, etc.
* **Non-custodial**: MyTonWallet, Tonkeeper, Trust Wallet, MetaMask, Exodus, Atomic, Ledger

To understand the key differences, check out our detailed article about [**wallet types**](/intro/introduction-to-crypto-and-mytonwallet/what-types-of-wallets-are-there.md).

### 💱 What Can You Do with a Crypto Wallet?

Crypto wallets offer more than just storing and transferring funds. Users can also:

* Manage **tokens** and **NFTs**
* Track asset prices and portfolio value
* Trade on decentralized exchanges (**DEXs**)
* Use [**decentralized applications**](/intro/decentralized-applications-dapps.md) (dapps)—from games to DeFi tools


---

# 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://help.mytonwallet.io/intro/introduction-to-crypto-and-mytonwallet/what-is-a-crypto-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.
