01The short answer
A Web3 wallet is a tool that stores your private key and uses it to sign on-chain operations. Your assets are recorded on the blockchain throughout. The wallet is the key that moves them, plus a screen that shows you the balance.
So deleting the app does not delete the coins, and restoring the same seed phrase on a new phone brings the balance back untouched. Once that lands, a good deal of panic stops happening.
While we are here, the "Web3" part: it is not a company's product name and not a specific technology, just an umbrella term for arrangements where users hold assets and identity directly. Which means the only load-bearing idea in the phrase is you hold the key. Everything else is packaging.
02Why the name misleads people
Because an everyday wallet is a container, and this is a set of keys. Lose a container and its contents are gone; lose a key and, if you have a spare, everything is still there.
A more accurate description: a keyring attached to a viewing window. The keyring carries the keys that open your on-chain addresses; the window reports what each address currently holds.
The confusion produces a predictable set of worries:
- "I deleted the app — are my coins gone?" No. They are on the chain.
- "I switched phones, what now?" Restore from the seed phrase; see lost your phone — are the coins gone?
- "I installed the same wallet on two devices, do I now have two balances?" No. Both devices are looking at the same on-chain address.
03What it actually does: three things
Store the private key, read chain state, sign with the key. Everything else is peripheral.
- Store the private key. Derived from your seed phrase, encrypted into local storage, unlocked by password or biometrics.
- Read chain state. It queries a node service for what your address holds and displays it. This step is read-only and involves no key.
- Sign. When you send or interact with a contract, the wallet signs and broadcasts. Once that is included in a block, there is no undo.
The third is where all the risk lives. Whether the thing you confirmed on a website was a transfer or an authorisation makes an enormous difference — see signatures and approvals.
A balance not showing usually is not a broken wallet
Understanding the reading step lets you diagnose the most common beginner problem yourself. The balance you see is the result of a query, so a missing balance is usually a problem with the query rather than with the asset:
- The selected network is wrong. The asset is on chain A while the interface is looking at chain B.
- The token was not auto-detected. Add it manually by contract address, taken from the project site or a block explorer.
- The node service is temporarily unreachable. Try again later or on a different connection.
In all three cases the assets are sitting on the chain exactly as before. A wallet failing to display something and an asset not existing are entirely different events — remembering that saves needless panic, and stops you going looking for someone who offers to "recover" it.
04The common forms
Sorted by where the key lives, there are three mainstream shapes: mobile app, browser extension, and hardware device. They do not differ in capability; they differ in how far the key sits from anything networked.
| Form | Where the key lives | Suits |
|---|---|---|
| Mobile app wallet | Encrypted local storage on the phone | Everyday receiving and sending, QR codes, carrying around |
| Browser extension | The extension's local storage | Interacting with sites on a computer |
| Hardware wallet | A separate device that never goes online | Larger amounts, long holding periods |
There are also exchange-branded Web3 wallets, which take one of the shapes above but differ in how recovery works — read the vendor's documentation on that specifically. Risk differences and what a hardware wallet does not solve are in hot wallets and cold wallets; a full comparison sits in the wallet type tool.
05Do you actually need one
If you only want to buy some and sit on it, an exchange account is enough and arguably safer. Wallets are for people who want to do things on-chain, join on-chain events, or who deliberately refuse to carry platform risk.
We are not going to push you into getting one. Self-custody buys control and charges you "no recovery, no undo, no support" for it. Whether that trade is worth taking depends on the amount, your habits, and how much you trust yourself with a string of words.
Both sides are priced out in Web3 wallet vs exchange account. If you suspect you fall into the "does not need this" group, go straight to who does not need a Web3 wallet.
If you do want to try, start at this size
You do not have to move your holdings across on day one. A saner order:
- Create a wallet, back up the phrase by hand, and put nothing in it yet.
- Send in an amount you would not miss, and confirm you can see it.
- Send part of it back out — receiving and sending are two separate capabilities.
- Connect it to a site or two and look at what a signature prompt actually says.
- Once all of that feels routine, consider increasing the amount.
The whole exercise costs very little, and it converts "I think I would use this" into "I do use this". Plenty of people discover at step three that they never kept any native token for gas, or read a signature request properly for the first time at step four — learning that at small size costs a few fees.