Crypto news and analysis
Intermediate · Crypto basics

How crypto wallets work

Learn how crypto wallets derive accounts, sign transactions, display blockchain data, connect to apps, and recover access without storing coins.

12 min read3-question quizUp to 185 XP

A crypto wallet is better understood as a key manager and transaction tool than as a container of coins. Assets remain represented in a blockchain's state. The wallet derives accounts, reads that public state, prepares instructions, and uses private keys to sign when the user approves an action.

This distinction explains why deleting a wallet app does not necessarily destroy assets and why reinstalling one cannot recover them without the right credentials. It also explains a major risk: a wallet can display a harmless-looking interface while a signature authorizes something consequential. Understanding the signing boundary is central to safe use.

What you will learn

  • Describe the wallet's roles in key management, data display, and signing
  • Compare custodial, software, hardware, and multisignature arrangements
  • Interpret recovery phrases, application connections, and token approvals

The wallet constructs a view

A wallet asks a network node or data service for balances, token records, transaction history, and fee estimates. It turns this data into a usable screen. The display is an interpretation: spam tokens can appear, prices may come from external providers, and a connection problem can show stale or incomplete information even though the blockchain state remains unchanged.

The wallet also knows how to construct transactions for supported networks. It selects inputs or account details, inserts a recipient, amount, fee settings, and other data, then presents a summary. Good wallet design helps users verify those fields, but the user must still recognize the intended network and action before authorizing a signature.

One backup can derive many accounts

Many wallets generate a random secret and encode recovery information as a sequence of words, commonly called a seed phrase or recovery phrase. Standard derivation methods can produce many private keys and addresses from that starting secret. The words are not a normal password: anyone who obtains them can often recreate every derived account without the original device.

A backup must be accurate, private, durable, and recoverable by the intended person. Screenshots, cloud notes, email drafts, and ordinary chat messages expand exposure to compromised accounts and devices. A recovery test using the wallet maker's documented process can reveal transcription errors, but it must be designed so the secret is never entered into an untrusted site or shared with support.

Wallet categories move the trust boundary

A software wallet keeps signing capability on a general-purpose phone or computer. A hardware wallet aims to isolate keys and require approval on a dedicated device. A custodial wallet lets a provider control keys and manage access through an account. Each design protects against some failures while remaining exposed to others, including malicious interfaces and user deception.

Multisignature arrangements require a defined number of several keys, such as two of three, to approve a transfer. They can survive one lost device and reduce single-key theft, but increase setup, coordination, and recovery complexity. The correct design depends on value, transaction frequency, technical ability, and who must regain access during illness, death, or organizational change.

Connecting a wallet exposes requests

Connecting a wallet to an application usually shares one or more public addresses and lets the site propose messages or transactions. The connection alone typically does not hand over the private key. However, the site can learn address history and present requests designed to obtain valuable signatures, so connection prompts still deserve deliberate review.

Token approvals are especially important. On many smart-contract networks, a user first authorizes a contract to transfer up to a stated amount of a token. A broad or unlimited approval can remain active after the original interaction. Disconnecting the website may remove a local session while leaving the onchain approval intact; revocation requires a separate transaction.

The screen and signer must be verified

Malware can change a recipient copied to the clipboard, and a compromised web interface can describe one action while proposing another. For significant actions, compare the destination, amount, network, and contract information on the most trusted available display. A hardware wallet helps only when its own screen shows enough information and the user checks it.

Wallet updates should come from official channels, and recovery should follow known documentation rather than search advertisements or direct messages. Consider keeping experimental applications separate from long-term holdings. Segmentation does not make malicious signatures safe, but it limits the assets and permissions exposed when an application, browser extension, or decision fails.

Reality check

Common misconceptions

A wallet stores cryptocurrency inside the phone or hardware device.

The network records asset control. The wallet stores or accesses keys, prepares signatures, and displays network data; a valid backup can recreate access elsewhere.

Disconnecting a website cancels every permission it received.

Disconnecting usually ends the interface session. Existing onchain token approvals remain until they expire, are spent, or are revoked through a network transaction.

A hardware wallet makes every transaction safe automatically.

It can isolate keys, but a user can still approve a malicious transaction, trust a false display, mishandle the recovery phrase, or use compromised firmware sources.

Before you act

Risks and limitations

  • Loss or exposure of a seed phrase can affect every account derived from it, and blockchain transfers made by an attacker may not be recoverable.
  • Malicious signatures and unlimited token approvals can authorize asset movement even though the wallet never displays a request to reveal its private key.
  • Wallet interfaces depend on nodes, indexers, price feeds, and token lists that can be unavailable, inaccurate, censored, or manipulated without changing onchain ownership.
  • Complex recovery schemes can fail through forgotten instructions, inaccessible cosigners, incompatible software, or heirs who cannot distinguish a backup from a scam.

Key takeaways

  1. Wallets manage keys and instructions; blockchains record the assets.
  2. A recovery phrase can recreate many accounts and must remain secret.
  3. Hardware, software, custody, and multisignature move risks rather than erase them.
  4. A wallet connection can expose addresses and solicit dangerous signatures.
  5. Onchain approvals persist until separately revoked or exhausted.

Primary and further reading

Knowledge check

Test your understanding

Score at least 2 out of 3 to complete this lesson. Explanations appear after you submit.

1. Where are self-custodied cryptoassets primarily represented?
2. What remains after a user disconnects a wallet from a website?
3. What is the main security benefit of a hardware wallet?