Security

Paper Wallet

A private key printed or written on paper, kept fully offline so no hacker can reach it remotely.

A paper wallet stores a private key and its matching address on physical paper, often as QR codes. Nothing touches the internet, so remote attackers have no path in. It was a popular cold-storage trick in Bitcoin's early years.

The weaknesses are physical and procedural. Paper burns, fades, and gets thrown out. Generating one on a compromised computer leaks the key. Spending from it usually means importing the key into software, which exposes it. Hardware wallets have largely replaced the method.

Related terms