Crypto moves, explained.Analysis throughout the day
FoundationsEvergreen explainer

How do crypto wallets work?

Wallets manage authorization keys; the coins remain recorded on the network’s ledger.

Reviewed 2026-08-05. Educational commentary, not financial advice.

Definition

A crypto wallet is software or hardware that manages the cryptographic keys used to authorize blockchain transactions. It does not hold coins in the way a physical wallet holds cash. The ledger records which conditions may spend particular assets, and the wallet supplies the signature that satisfies those conditions. A custodial account gives an exchange or service control of the signing keys on the user’s behalf. A self-custody wallet gives the user direct control — and direct responsibility for backup, verification and safe signing.

How it works

A private key is a secret number used to create signatures. A public key can be derived from it, and addresses are derived or encoded from public information according to the network’s rules. Sharing an address lets someone construct a payment to you; sharing the private key lets them authorize spending. Modern deterministic wallets can derive many addresses from one root secret, commonly backed up as a recovery phrase. The phrase is therefore not an ordinary password reset: anyone who learns it can often recreate the wallet elsewhere.

When sending, the wallet constructs a transaction, displays destination and amount, and asks for authorization. Signing should happen only after those details are verified. A hardware wallet aims to keep keys inside a dedicated device and sign without exposing the secret to the connected computer. That reduces some malware risk, but the device, firmware, supply chain, backup process and screen verification remain part of the security boundary.

Multisignature arrangements require more than one key to authorize spending. They can reduce dependence on one device or location and separate roles among people, but setup and recovery are more complex. Smart-contract wallets can add spending policies, recovery guardians or session keys, introducing contract and governance assumptions. No wallet format removes the need to understand exactly which keys or parties can authorize a transaction.

Why it matters

Custody determines who can move the asset. Exchange accounts may be convenient and may support account recovery, but users depend on the custodian’s solvency, controls and withdrawal policy. Self-custody removes that direct counterparty but makes a lost key, leaked recovery phrase or mistaken transaction the user’s problem.

Wallet security also shapes how readers interpret hacks. A compromised device model, malicious browser extension, exchange breach and tricked signature are different failures with different responses. Moving assets can be sensible in one case and dangerous in another if hurried users sign through the compromised path.

Risks and misconceptions

The largest practical threats are phishing, recovery-phrase theft, address substitution, malicious approvals, weak backups and social engineering. A genuine-looking wallet interface can ask for a signature that grants broad token access. Hardware is not a guarantee: users must verify addresses on a trusted display, obtain firmware through authentic channels and protect backups from both theft and physical loss.

A common misconception is that deleting an app destroys the assets. If a valid recovery secret exists, compatible software can usually reconstruct the keys; if no backup exists, reinstalling may not help. Another misconception is that splitting a seed phrase into casual fragments is automatically safer. Home-made schemes can make recovery impossible or lower the threshold for theft. Tested multisignature or standardized backup procedures are preferable to improvised cryptography.

Practical example

Leah buys a hardware wallet and transfers a small test amount before moving more. She records the recovery phrase offline, never photographs it and verifies the receive address on the device screen. Months later, a message claims urgent firmware action and links to a site asking for the phrase. The device itself is still secure, but entering the phrase would hand control to the attacker. The correct mental model is that the phrase recreates the keys; no legitimate firmware update needs it typed into a website.

What changes over time

Wallet software, firmware, supported networks and transaction types change. New smart-account designs can improve recovery and permissions while adding contracts and service dependencies. Threats change too: convincing cloned apps, deepfake support calls and supply-chain attacks may bypass habits that once seemed adequate.

Review custody when balances, counterparties or personal circumstances change. Test recovery with a documented procedure before an emergency, keep devices and backups in separate secure locations, and revoke stale smart-contract approvals where the network supports it. Security guidance must be revisited after a real product advisory; a generic evergreen checklist cannot settle whether one current model is compromised.

Sources

Stable primary or foundational references, checked on the date shown.