3Web3 101
Part 1 · Build the Intuition · Chapter 01

What Is Web3?

Web3 is an internet where users own their own accounts and assets.

← Back to contents 11 min read

01. What Is Web3?

#One-Sentence Version

Web3 is an internet where users own their own accounts and assets.

#Compare It With Web2

The internet most people use today can be called Web2. It has a few familiar but important characteristics:

  • Your WeChat account belongs to Tencent. Your Amazon or Taobao account belongs to the platform. If the account is banned, your contacts, orders, and reviews may disappear with it.
  • Whether people see your short videos depends on a platform algorithm.
  • Money inside a payment app is ultimately a database entry maintained by the platform. The platform can freeze it.

In Web2, the platform is the ledger, and the platform has the final say. This is not automatically bad. We have enjoyed years of convenient services, but the tradeoff is that we custody data and assets with platforms.

Web3 tries a different model:

  • Your account is an address controlled by a key only you hold.
  • Your assets are recorded on a public ledger that everyone can inspect and that is hard for any single party to tamper with.
  • You interact wallet-to-wallet. At the protocol layer, there is usually no customer service desk, no account registration review, and no platform that can simply ban your wallet address.

There is an important boundary: if you hold company-issued tokens such as USDT or USDC, the issuer's contract may have freezing powers. If you use a protocol through a website frontend, that site may block certain regions or addresses. Web3 gives you control of your keys, but not every on-chain asset is free from centralized rules.

The core difference:

Web2 means "you log in to a platform." Web3 means "the platform connects to your wallet."

#A Concrete Example

Imagine you want to send 100 dollars to a friend overseas.

Web2 path:
You open a bank app. Your bank checks your account. It contacts the foreign bank. The payment may pass through SWIFT and clearing banks. Your friend's bank receives it. Their balance increases and yours decreases.

Many institutions help maintain the ledger. Each may charge a fee, add time, or reject the transaction.

Web3 path:
You open your wallet. You enter your friend's address. You sign. A few seconds or minutes later, the public ledger records that your address sent value to your friend's address.

There is no bank and no SWIFT in the middle. Whether this is good or bad depends on the situation, but it is a genuinely different possibility.

#What Does "Decentralized" Mean?

"Decentralization" sounds abstract, but the basic idea is simple:

Centralized means one boss can decide. A group chat has an admin. A marketplace has a company. A bank has a central authority.

Decentralized means rules are agreed in advance, and everyone follows the rules.

An analogy:

  • Centralization is like a company: the CEO decides, employees execute.
  • Decentralization is like a road intersection with traffic lights: no one personally directs every car, but the rules create order.

The blockchain is like the traffic light. It is not owned by a single company, but participants follow its rules.

#Web3 Is Not the Same as Crypto, NFTs, or the Metaverse

These words often get mixed together, but they are not the same thing:

Term What It Means
Blockchain The public ledger that everyone can inspect and that is hard for a single party to tamper with.
Cryptocurrency Money-like assets on that ledger, such as bitcoin (BTC) and ether (ETH).
NFT A unique on-chain item or certificate, such as artwork, a domain name, or a membership pass.
Web3 The internet experience built with these tools, where users control accounts and assets.
Metaverse A vision of immersive 3D internet experiences. It can overlap with Web3, but it is not the same thing.

Simple memory hook: blockchain is the foundation, cryptocurrencies and NFTs are things built on it, and Web3 is the house built with those tools. The metaverse is a different building.

#What Can Web3 Do Today?

As of 2026, Web3 is still early. Most people encounter it through:

  1. Holding cryptocurrencies as a new asset class, with risk.
  2. Cross-border transfers and payments, especially with stablecoins in regions where traditional finance is less accessible.
  3. NFTs and digital collectibles, which can prove that a specific item or membership belongs to an address.
  4. DeFi, or decentralized finance, such as lending, swaps, and yield strategies without banks.
  5. On-chain identity, where a wallet address can log in to many apps without creating a new account each time.

No one can guarantee which use cases will last. But the core idea, users controlling their own accounts and assets, is what makes Web3 different from the earlier internet.

#What to Read Next


If you remember one sentence from this chapter: Web3 = an internet where users own their own accounts and assets.