> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Wallet

> A blockchain wallet is a software or hardware tool that manages the private and public keys required to interact with a blockchain network. It does not store actual digital tokens; instead, it stores the cryptographic keys that allow the owner to authorize transactions and view t

# Wallet

A blockchain wallet is a software or hardware tool that manages the private and public keys required to interact with a blockchain network. It does not store actual digital tokens; instead, it stores the cryptographic keys that allow the owner to authorize transactions and view their balance on the blockchain ledger. Wallets provide an interface for users to send and receive assets, manage identities, and interact with decentralized applications.

## Definition

A blockchain wallet is a software or hardware tool that manages the private and public keys required to interact with a blockchain network. It does not store actual digital tokens; instead, it stores the cryptographic keys that allow the owner to authorize transactions and view their balance on the blockchain ledger. Wallets provide an interface for users to send and receive assets, manage identities, and interact with decentralized applications.

## Simple explanation

Think of a crypto wallet like a keyring for a digital mailbox. You don't keep the letters (your money) inside the box; the letters are out in the post office (the blockchain). The keys on your ring let you unlock and open your specific mailbox to move your digital assets around.

## Why it matters

Wallets are the primary gateway to Web3. They grant users self-sovereign control over their digital assets, removing the need for third-party banks or centralized custodians.

## How it works

Wallets generate a pair of cryptographic keys: a public key (like an email address for receiving assets) and a private key (like a password for authorizing transactions). The software signs transactions mathematically, proving to the network that the owner of the private key has authorized the requested movement of funds.

## Real-world example

MetaMask is a popular software browser wallet for Ethereum, while Ledger is a hardware wallet that keeps private keys offline for enhanced security.

## Advantages

* Self-sovereign ownership of assets
* Global access without central permission
* Compatible with various decentralized apps

## Limitations

* Loss of private keys means total loss
* User bears full security responsibility
* High risk of phishing and scams

## Common misconceptions

* Many believe the coins are physically inside the wallet app, when they are always on the blockchain.
* It is a common error to think a wallet is a physical object rather than a key management system.

## Related knowledge

* [Hardware Wallet](/generated/v2/glossary/hardware-wallet) — term
* [Hot Wallet](/generated/v2/glossary/hot-wallet) — term
* [Seed Phrase](/generated/v2/glossary/seed-phrase) — term
* [Self-Custody](/generated/v2/glossary/self-custody) — term

***

**Canonical knowledge ID:** `glossary:wallet`
