Module 4 · The Bitcoin Machine / 4.1
Your wallet holds keys.
What survives when a phone disappears.
Imagine dropping your phone into a lake. The screen goes dark. Your Bitcoin wallet was on that phone.
It feels as though the money went down with it. But the network has not forgotten your bitcoin. The urgent question is whether you can still prove that you are allowed to spend it.
The record lives elsewhere.
A Bitcoin wallet does not contain little coin files. The network keeps a history of transactions. From that history, software works out which amounts remain available to spend and the conditions for spending them.
Your wallet reads that information and presents a balance. In a typical self-custody wallet, it also manages the secrets used to authorize payments. Those secrets are private keys.
Think of the wallet as a window and a keyring. The window helps you see. The keys let you act. A watch-only wallet can provide the window without possessing the keys.
The key makes a signature. Only the signed instruction needs to travel.
Control of a key is technical power to satisfy a spending condition. It does not decide legal ownership: a thief can gain that power without becoming the rightful owner.
Prove permission without handing over the key.
A private key is a large secret number. Software uses mathematics to derive a public key from it. In ordinary single-key payments, the private key creates a digital signature, and public information lets other computers check that signature.
You can show that you control the required secret without revealing it. This is why a payment message can be checked by people you have never met.
An address tells the sender how to construct a payment you can later spend. Addresses are not all the same kind; some represent more complex conditions, such as several signatures. You can share a receiving address, but doing so may connect your identity to visible transactions.
Properly generated keys have an enormous range of possibilities. Guessing one is not a practical attack with known ordinary computing methods. That does not make a wallet perfect. Weak randomness, malicious software, unsafe backups, misleading requests and future cryptographic changes still matter.
A replacement phone needs the right backup.
Many wallets create a recovery phrase, often 12 or 24 words in a particular order. In a common design, those words help reconstruct a master secret, from which the wallet derives many keys.
The backup can restore access on a compatible wallet after a device is lost. The coins do not move from the lake into the new phone. The new phone rebuilds the ability to spend amounts already recorded on the network.
Compatibility matters. An extra passphrase, account type or particular recovery scheme may also be required. Follow the wallet’s own verified recovery instructions before relying on a backup.
A broken phone does not erase the network’s history. Recovery depends on the backup.
Treat recovery material as a spending secret. Keep protected backups that can survive a device failure, and consider theft, fire and inheritance. Never disclose it to a person claiming to be support or enter it into an unsolicited recovery website. We will build a practical backup process in the safety module.
A familiar login can hide a different design.
Some wallets use passkeys, shared key material, recovery contacts or smart-contract rules instead of showing a phrase. That does not, by itself, tell you who has custody.
Ask who can authorize a payment, who can help recover access, and what happens if the provider disappears. The answers reveal the arrangement more reliably than a label such as “easy wallet.”
And remember that a valid signature proves authorization by the required key. It does not prove you understood the screen. Checking what you approve is part of protecting the key’s power.
The idea to keep
A wallet helps you see the record and authorize changes to it. Protect both the secret that permits spending and the recovery method that lets you regain access.
Next, we will follow the permission itself: does it belong to you, a company, or several parties together?