Somewhere between 2.3 and 3.7 million Bitcoin, close to a fifth of all that will ever exist, are gone for good according to Ledger analysts, locked behind forgotten passwords and lost backups. Not stolen, not frozen, simply unreachable because their owners lost control of one thing: their wallet. A crypto wallet is the tool that lets you hold, send and receive digital assets. Unlike a leather wallet that physically holds your cash, a crypto wallet does not hold your coins at all. What it stores is a set of cryptographic keys, and whoever controls those keys controls the funds.
In practice, a wallet is usually an app and sometimes can have a physical device associated with it for additional security. It lets you check your balance, send assets and receive them, and many wallets also connect to decentralized apps, exchanges and savings products, including dollar-pegged stablecoins. With roughly 820 million active wallets in use worldwide, it has quietly become one of the most widely held pieces of financial software on the planet.
Your cryptocurrency never actually leaves the blockchain, a shared public ledger that records who owns what across thousands of computers rather than inside any single app. When people say their coins are "in" a wallet, what they mean is that the wallet holds the keys that unlock the right to move those coins. A useful way to picture it: the blockchain is the bank ledger, your assets are the entries on that ledger, and your wallet is the signing pen that proves an entry belongs to you. Lose the pen and the entry stays on the ledger, but you can no longer touch it. That is also why you can lose your phone, buy a new one, reinstall your wallet app and recover everything, as long as you still have your backup. The funds were never on the phone in the first place.
Every wallet is built around two linked pieces of cryptography: a public key and a private key. They are generated together as a mathematically connected pair, and the relationship between them is what makes blockchain ownership possible.
Your public key (and the shorter wallet address derived from it) is what you share with others so they can send you assets. It works much like an email address or an account number. There is no risk in giving it out, since knowing your address does not let anyone spend your funds.
Your private key is the secret half of the pair. It is what authorizes transactions, and it must stay private. Anyone who obtains your private key can move your assets instantly and irreversibly. The two keys are connected so that the network can confirm a transaction was signed by the matching private key, without that key ever being revealed.
When you send crypto, your wallet uses your private key to create a digital signature. That signature proves you authorized the transaction without exposing the key itself. The network checks the signature against your public key, confirms it is valid and records the transfer on the blockchain. The whole process takes seconds and happens behind a simple "send" button.
Most wallets give you a seed phrase, also called a recovery phrase, when you first set it up. This is a list of 12 or 24 ordinary words that can regenerate every private key in your wallet. It is the single master backup. If your device breaks or is lost, the seed phrase restores full access on a new one. If someone else gets hold of it, they get everything. Writing it down and storing it somewhere safe and offline is the most important security step any wallet owner takes.
Wallets fall into two main groupings that answer two different questions. The first is who holds your keys: you, or a third party. The second is whether your keys touch the internet. Almost every wallet you encounter is a combination of these choices.
A custodial wallet is managed by a company, usually a crypto exchange, that holds your private keys on your behalf. This feels familiar because it works like online banking, complete with password resets and customer support. The trade-off is that you are trusting that company to stay secure and solvent. For a deeper comparison of how these two models differ in control, recovery and risk, see the guide on the difference between custodial and non-custodial wallets.
A non-custodial wallet puts the private keys entirely in your hands. No company can freeze your funds, deny you access or lose them in a bankruptcy, but no one can recover them for you either. This is what people mean by self-custody, and it is the model most aligned with the original purpose of cryptocurrency. The networks these wallets run on, such as World Chain, record every transaction on a public ledger that no single party controls.
A hot wallet stays connected to the internet. Mobile apps, browser extensions and exchange wallets are all hot wallets. They are convenient for frequent transactions, which is why they dominate: roughly 78% of all wallets in use are hot wallets. The downside is that constant connectivity gives attackers a larger surface to target.
A cold wallet keeps your keys offline, usually on a dedicated hardware device that only connects briefly when you sign a transaction. Cold storage is the standard choice for protecting large holdings over the long term. It is less convenient for daily use, and hardware devices cost money, but the security gain is significant.
The table below sums up how the main options compare.
| Wallet type | Who holds the keys | Internet connection | Main trade-off |
|---|---|---|---|
| Custodial (exchange) | The provider | Online | You trust a third party |
| Non-custodial software | You | Online (hot) | You alone are responsible |
| Hardware (cold) | You | Offline until signing | Less convenient, costs money |
| Paper wallet | You | Fully offline | Easily damaged or lost |
It's common to end up using more than one. A hot wallet for spending and a cold wallet for savings is a popular combination, the same way you might keep some cash in your pocket and the rest in a vault.
A few errors account for the majority of avoidable losses. Knowing them in advance is the cheapest insurance available.
Wallets give people direct control over their money, and that control comes with real responsibility. The most serious challenge is the permanence of loss. Because no central authority sits behind a non-custodial wallet, a lost key cannot be reissued. Ledger analysts estimate that between 2.3 and 3.7 million Bitcoin are already permanently lost, much of it to forgotten passwords and misplaced seed phrases. That is close to a fifth of all the Bitcoin that will ever exist.
Security is the other persistent challenge. The blockchain itself is extremely hard to attack, but the points where humans interact with it are not. In the first half of 2025, wallet compromises made up about 69% of all stolen crypto value, with most incidents tracing back to private key theft, seed phrase exposure or compromised signing devices rather than flaws in the underlying technology. Phishing was the most common attack by sheer count, using fake login pages and approval pop-ups to trick people into handing over access.
There is also a quieter problem that has nothing to do with theft. Many wallets only ask whether the person on the other end controls a valid key, not whether that person is a real, unique human. As automated accounts and bots flood the internet, that gap matters, and it is why proof of human is becoming essential across digital finance. A growing area of work focuses on linking wallet ownership to verified humanness without exposing personal information, so that a wallet can prove a real person stands behind it. World ID is one such approach. It lets a person prove they are a unique human using anonymous cryptographic proofs, which can help platforms tell genuine users apart from large-scale automated abuse. The World App pairs this with a built-in World App Wallet, so proof of human and everyday digital assets live in the same place.
Finally, the sheer variety of wallets creates a usability challenge. Choosing between custody models, networks and security setups is a lot to ask of someone who simply wants to receive their first payment. The industry is steadily simplifying this, but for now, a little learning upfront prevents expensive surprises later.
No. Your cryptocurrency stays recorded on the blockchain. A crypto wallet stores the private keys that let you sign transactions and prove ownership of the assets tied to your address. Think of the wallet as your keyring, not your safe.
A hot wallet stays connected to the internet, which makes it convenient for everyday transactions but more exposed to online threats. A cold wallet keeps your keys offline on a device that never touches the internet during storage, which is safer for long-term holdings but slower to use. Hot wallets account for roughly 78% of all wallets in use, while cold wallets make up about 22%.
A seed phrase is a list of 12 or 24 words that can regenerate all the private keys in your wallet. It is the master backup for a non-custodial wallet. Anyone who has your seed phrase has full control of your funds, and if you lose it without a backup, your assets are usually gone for good.
It depends on the wallet type. With a custodial wallet, the provider can often help you reset access through email and identity checks. With a non-custodial wallet, losing both your password and your seed phrase usually means permanent loss, because no central party can restore access. Ledger analysts estimate that between 2.3 and 3.7 million Bitcoin are already lost this way.
Most software wallets are free to download and use. You only pay network fees, often called gas fees, when you send a transaction on the blockchain. Hardware wallets are physical devices, so they cost money to buy, typically between $50 and $200.
Not usually. Many modern wallets are multi-chain, meaning they can hold assets across several blockchains in one place. Some assets only live on specific networks, so you should confirm that a wallet supports the blockchain your asset runs on before sending anything to it.
The blockchain itself is extremely difficult to attack, but wallets can be compromised through phishing, malware or leaked keys. In the first half of 2025, wallet compromises accounted for about 69% of all stolen crypto value, usually after private key theft or seed phrase exposure. Most losses trace back to human error rather than a flaw in the wallet software.
Start by deciding how much control you want. A custodial wallet is simpler and offers account recovery, which suits beginners. A non-custodial wallet gives you full control and full responsibility. Then check that it supports the assets you plan to hold, has a strong security track record and matches how often you intend to transact. World App, for example, is non-custodial, so the keys stay with you.
A crypto wallet is the doorway to everything you do with digital assets, and the principle behind it is simpler than it first appears. Your wallet holds the keys, the blockchain holds the record, and the person who controls the keys controls the funds. Once that idea clicks, the choices in front of you become clear: how much control you want, how often you transact and how much you are willing to take responsibility for. As more of the internet moves toward digital assets and proving that a real human stands behind an account, wallets are evolving from simple storage tools into the place where money and proof of human meet.
How do stablecoins work? Learn how stablecoins hold their value, the three main types, real-world uses and the risks worth knowing before you rely on one.

A seed phrase is the master backup for a crypto wallet. Learn what it is, how it works, why it matters and how to keep yours safe.
An easy way to learn about different types of stablecoins and how they work. Subscribe to the Worldcoin blog for more cryptocurrency stories.
OpenSeaはユーザーがNFTを購入、販売、ミントできるサービスです。OpenSeaとは何か、なぜ重要なのか、NFTエコシステムにどのような影響を与えているのかを学ぶことができます。