SEED·KNOT

Definition

What a Web3 wallet actually is

Call the thing a wallet and everyone assumes it holds money. A real wallet does. A Web3 wallet holds none of it.

Illustration: keys, not cash, on-chain and address arranged on a seed-card grid

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.

  1. Store the private key. Derived from your seed phrase, encrypted into local storage, unlocked by password or biometrics.
  2. 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.
  3. 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.

Three common forms
FormWhere the key livesSuits
Mobile app walletEncrypted local storage on the phoneEveryday receiving and sending, QR codes, carrying around
Browser extensionThe extension's local storageInteracting with sites on a computer
Hardware walletA separate device that never goes onlineLarger 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:

  1. Create a wallet, back up the phrase by hand, and put nothing in it yet.
  2. Send in an amount you would not miss, and confirm you can see it.
  3. Send part of it back out — receiving and sending are two separate capabilities.
  4. Connect it to a site or two and look at what a signature prompt actually says.
  5. 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.

06Common questions

Are my coins really stored inside the wallet

No. Your assets are recorded on the blockchain, and the wallet holds the private key that can move them. Uninstalling the app does not destroy anything; restoring the seed phrase on another device shows the same balance.

Is a Web3 wallet the same as the wallet in my exchange app

No. The wallet section of an exchange app is an internal partition of your account, with the keys held by the platform. A Web3 wallet keeps the key on your device. The test is whether setup asked you to write down a seed phrase.

Does using a Web3 wallet cost money

Creating and holding one costs nothing. Costs appear only when you perform an on-chain operation such as a transfer or a contract interaction, and those fees must be paid in that chain's native token.

Can one wallet hold several kinds of coin

Yes. One seed phrase usually derives addresses across multiple chains, and you switch networks in the interface to see each. Just remember that an identical address does not mean the chains are interchangeable when sending.