What Is a Crypto Wallet, and Which Kind Do You Need?
A wallet does not hold money. It holds the key that proves the money is yours, and the difference decides everything else about how you use one.
A wallet does not contain your money. This is the sentence that clears up almost everything people find confusing about crypto.
Your balance lives on the blockchain, in public view, attached to an address. What the wallet holds is the private key that proves you are allowed to move it. Lose the wallet app, keep the key, and your money is exactly where you left it. Lose the key and the money is still there, visible forever, and unreachable.
The only distinction that really matters
Everything else is packaging. The question is who holds the key.
- Non-custodial. You hold it. Nobody can freeze or move your funds. Nobody can help you if you lose it either.
- Custodial. A company holds it for you. You get password resets and support. You are also trusting that company completely.
An exchange account is custodial. A browser extension you set up with a twelve-word phrase is non-custodial. Neither is better in the abstract. They trade the same thing in opposite directions: control against recoverability.
Hot, warm and cold
The second axis is how reachable the key is.
A hot wallet is connected to the internet. Fast, convenient, and the thing an attacker can actually reach. A cold wallet keeps the key offline on a hardware device or on paper. Slow to use, very hard to steal remotely. Warm sits in between, usually a key in a hardware security module that signs on request but never exposes itself.
Serious platforms use all three at once. Day to day payouts run from a hot balance that is deliberately small. The bulk sits cold. The split is the point.
What a business actually needs
Here is the part most guides skip. If you are a merchant taking payments, you probably should not be running a wallet yourself.
Key custody is a specialist job. Done badly it looks fine right up until it does not, and the failure mode is total. What a business wants instead is a payment platform that gives it wallets tied to its own account rather than a pooled balance shared with every other merchant, keeps keys in an HSM or KMS, and separates hot from cold on your behalf.
Ask a provider one question and the answer tells you most of what you need: are my funds in wallets that belong to my account, or in a shared pot?
The mistakes that cost people money
- Storing the recovery phrase in a screenshot or a password manager note. It is a bearer instrument. Treat it like cash in a safe.
- Testing with a real amount. Send a small one first, always, especially to a new address.
- Assuming an address works on every chain. Sending a token to the right address on the wrong network is the single most common way funds are lost.
If you want the layer underneath this, read how public and private keys actually work.
Frequently Asked Questions
What is a crypto wallet?
A wallet stores the private key that authorises spending from an address. The balance itself lives on the blockchain, not in the wallet, which is why the same funds can be reached from a new device as long as you still have the key.
What is the difference between a custodial and a non-custodial wallet?
In a non-custodial wallet you hold the key and nobody can move your funds but you. In a custodial wallet a company holds the key on your behalf, which is easier to recover but means you are trusting them. Exchange accounts are custodial.
Which wallet should a business use?
Most businesses do not run their own wallet at all. They use a payment gateway that provides per-merchant wallets tied to their account, so funds are separated from other merchants while the key handling and signing stay with the platform.
What happens if I lose my wallet?
Losing the device is fine if you still have the recovery phrase, because the key can be restored anywhere. Losing the phrase on a non-custodial wallet is final. There is no reset link and no support desk that can help.
