8:52in productionCh. 1 · What it is/ 8:52 · ceiling 15 min
Security · Software
Cryptocurrency wallet
A cryptocurrency wallet holds keys — not money — and gives you control only if you understand what control costs.
A cryptocurrency wallet manages cryptographic keys — not funds — and enables transaction signing. Its strength lies in user-controlled key generation and offline derivation. Its weakness is that it offers no recovery, no insurance, and no abstraction from cryptographic risk. It changes who bears responsibility for asset security — from institution to individual — but does not change the cost of bearing it.
Keys are generated mathematically — not downloaded — and can be written by hand.
3:50
Where the money actually is
The cryptocurrency lives on the blockchain, not in the wallet.
4:53
Origins
The first wallet was open-source Bitcoin software, released in January 2009.
5:44
Privacy by design
No one — not the blockchain, not a company — knows your key pair until you use it.
Worth your time?
Yes. Study the whole thing.
3.5/ 5
What works
key generation
offline derivation
transaction signing
public key distribution
What does not
store cryptocurrency
prevent irreversible loss
provide custodial safeguards
Study it if
developers building on blockchain protocols
users who require direct transaction control
auditors verifying cryptographic provenance
Skip it if
casual users expecting bank-like protections
organisations needing shared access or policy enforcement
anyone unwilling to manage key backup and destruction
The written brief1 min read
What it is and the problem it solves
A cryptocurrency wallet is a tool for holding and using cryptographic keys. It solves the problem of accessing and authorising transactions on a blockchain without relying on intermediaries.
How it works
A cryptocurrency wallet generates a random number, converts it into a private key, then derives a public key from it. Key pairs can be created offline — even by hand — with no device required. The wallet stores those keys. It does not store the cryptocurrency itself.
What works
Key generation works. Signing works. Encryption works. Offline derivation works. The Bitcoin (Satoshi client) wallet released in January 2009 proved the model: keys stay local, signatures are verifiable, and the blockchain remains agnostic to where keys originate.
What does not
It does not store cryptocurrency. It does not guarantee security — that depends on how the keys are stored and used. It does not prevent loss: if the private key is lost or exposed, funds are irrecoverable.
What it changes
It shifts custody from third parties to users. It makes cryptographic signing a routine step in value transfer. It forces users to confront the consequences of self-sovereignty: no password reset, no chargeback, no recourse.
Is it worth your time
Yes, if you hold cryptocurrency and need to authorise transactions. No, if you expect it to manage value like a bank account or shield you from operational risk. It is a key manager, not a custodian.