Room 3Answer 1If Bitcoin isn't stored inside a wallet, then what exactly does a Bitcoin wallet store?
Explain the role of a wallet in your own words.
A wallet doesn't hold Bitcoin, same way a banking app doesn't hold cash. The coins exist as entries on the bitcoin blockchain. What the wallet actually stores is your private keys which is the secret key that lets you sign and move the coins. So it's like a keychain rather than a purse.
Answer 2Three objects appear on the pedestal. A Private Key, A Public Key, A Bitcoin Address
Explain:
• What each one is.
• How they are related.
• Why confusing them could lead to losing your Bitcoin.
Imagine you're explaining it to someone who has never used Bitcoin before.
Private key is a secret random number. Whoever has it owns the coins and can send it.
Public key is made from the private key with one way math, people use it to check your signatures.
Address is a hash or fingerprint of the public key, that's what you hand out to get paid.
From private key software makes public key and from public key software makes bitcoin address.
The danger is they all look like gibberish to a beginner. Sharing your address is fine, that's its job. Paste your private key somewhere thinking it's your address, Bitcoins will be stolen. The opposite mistake also exist- if you save the address instead of the private key, and the private key is lost, the money just sits there forever.
Answer 3What are these words?
Answer the following:
1. What is this list called?
2. Why is it important?
3. Can these words recreate a wallet?
4. Should you ever share them with another person? Why or why not?
These are first 12 words of the BIP39 dictionary. A seed phrase is 12/24 words picked randomly from the full list of 2048.
It is called recovery phrase / seed phrase
It's your private key in word form. Every private key and address in your wallet is derived from it.
The words can recreate the wallet. Type it into any compatible wallet and everything comes back
Never share it. Whoever has the words has the coins, they can restore your wallet on their phone and send everything to themselves.
Answer 4A note is pinned to one of the safes.
It reads:
"I lost my phone, but luckily I took a screenshot of my recovery phrase and saved it to my cloud drive."
The safe immediately flashes ACCESS DENIED.
Question:
Identify every security mistake made in this sentence.
How could the person have protected their Bitcoin more safely?
Screenshots aren't safe. Malware scans photo galleries looking for grids of 12 words
The cloud drive means it now lives on someone else's server (which could be hacked) behind an email and password, so 256-bit security got downgraded to password level security
Screenshots also sync themselves into backups and trash folders, so the phrase probably exists in more places than the owner even knows.
The correct way is to write it by hand on paper (or metal), keep it offline somewhere safe, maybe two places, and do one test restore so you know it actually works. For serious money, hardware wallet.
Final Challenge AnswerA friend has just bought their first Bitcoin.
They ask you:
"What's the single most important thing I should never do if I want to keep my Bitcoin safe?"
Write your answer as if you're giving real advice.
Support it with reasoning.
I'd tell the friend never type or share your recovery phrase anywhere except your own wallet. Not to "support", not on a site that wants to "verify" your wallet, not in a photo. Nowhere, ever.
There's no bank behind you anymore. Nobody can freeze your money, but it also means no fraud department, no password reset. Owning bitcoin is just knowing a secret, and basically every beginner horror story is that secret leaking somehow: fake support agents, phishing sites, screenshots. And if your coins sit on an exchange you hold zero keys anyway, just an IOU. Not your keys, not your coins.
Answer to BonusJames Howells. In 2013 he cleaned out his office and threw away the wrong hard drive holding keys to about 8,000 BTC he mined in 2009. It's been buried in a landfill. He spent over a decade trying to get permission to dig it up, even offered to buy the whole landfill, and a court killed the case in 2025.
Lesson: Always keep a backup. Know exactly which device or where your keys live on, back them up before you clean anything.