Koinlytics

Wallets And Keys: How You Actually Own Crypto

Fundamentalsbeginner9 min read
A wallet is not a place. It is a pair of numbers. One you share, one you never share. Understand this and you understand 90 percent of crypto security.

The single biggest source of confusion for newcomers is the word wallet. It suggests a container that holds coins, like a leather wallet holds cash. That mental model breaks the moment something goes wrong. Let us replace it with the accurate one.

A wallet is a key pair

When you "create a wallet", software on your device generates two numbers using a cryptographic algorithm:

The address is where money is sent. The signing key is what lets you spend it. That is the whole model.

The coins are not in the wallet

This is the part that trips people up. Your coins do not live on your phone or in an app. They live in the blockchain database — a record that says address 0x8f3a...9d7b owns 2.4 ETH. Every full node in the network has a copy of that record.

What your "wallet" (the software) actually does is:

  1. Store the signing key locally
  2. When you want to send money, use the key to sign a message that says address 0x8f3a...9d7b wants to send 0.5 ETH to address 0xaaaa...bbbb
  3. Broadcast that signed message to the network

The network verifies the signature is valid (which it can do using the public address, no key needed), and the balance updates.

What can the signing key actually do?

Signing key powers

  • Send any coin from your address to any other address
  • Approve a smart contract to move your tokens (this is where scams happen)
  • Sign a message proving you control the address (used for logins)
  • Nothing else. It cannot access your bank, your email, or another wallet.

Whoever holds the signing key can do all of that instantly, from any device. No password. No recovery. No customer service.

The categories of wallet software

Different wallets store the key in different places. That trade-off is the entire security conversation.

Wallet types, from most convenient to most secure

TypeWhere key livesTrade-off
Exchange (Binance, Coinbase)On their serversEasy. You do not really own it. Exchange failure = loss.
Browser (MetaMask, Phantom)Encrypted in your browserConvenient. Vulnerable to browser exploits and clipboard hijackers.
Mobile (Trust, Rainbow)In app storagePortable. Loss of phone without backup = permanent loss.
Hardware (Ledger, Trezor)On a dedicated deviceSafest. Even a compromised computer cannot extract the key. Costs $70–200.

The seed phrase is the ultimate backup

When your wallet software first generates keys, it shows you 12 or 24 English words. That is not a password — it is the seed that the key is derived from. Anyone who has those words can regenerate the same signing key on any device, anywhere in the world, forever.

Store the seed phrase offline. Write it on paper or stamp it into metal. Never take a photo. Never type it into a website. Never store it in a cloud note or password manager. The single biggest cause of crypto theft is a seed phrase that leaked into a photo backup, a browser autofill, or a phishing form.

Common self-inflicted disasters

The rule: read what you are signing, and if in doubt, do not sign.

The mental model, condensed

The one rule

Whoever controls the signing key, owns the funds. Full stop.

Next chapter

PreviousWhat Is A Blockchain, Really? NextWhat Is DeFi And Why Everyone Cares
Powered by Koinlytics · Free crypto education.

Ready to try what you just learned?

Open the Koinlytics dashboard and see the concepts live on your real portfolio.

Launch App