Web3 & blockchain
What Web3 means once you remove the marketing
Web3 names an idea: applications built on shared infrastructure nobody owns, where users hold their own accounts and assets. Some of that shipped. A lot of it did not. This separates the mechanism that genuinely works from the promises that were oversold, without doing either side's public relations.
Published 10 min read
“Web3” is doing two jobs at once, which is why it produces so much confused argument. It is both a technical description of a way to build applications and a marketing term attached to a great many things that did not work. Separating them makes the subject much easier.
The narrative version
The usual framing goes:
- Web1 — read. Static pages. You consumed.
- Web2 — read and write. Platforms. You contributed, and they owned it.
- Web3 — read, write, own. You hold your account and your assets; no platform can remove them.
It is a tidy story and, like most tidy stories about technology, it flattens a lot. But the third item points at something real, which is worth extracting.
The actual technical claim
Strip the narrative and Web3 proposes one concrete change: the application’s state lives on shared infrastructure that no single party controls, and users hold their own credentials.
Concretely, that means:
- Your account is a cryptographic keypair you generate. No company issues it, and none can revoke it.
- Your assets are records on a public ledger, not rows in a company’s database.
- The application logic is a smart contract that runs identically for everyone and cannot be quietly changed.
- Anyone can build on it without permission, because the state is public and the interfaces are open.
That is the whole technical proposition. It is narrower than the marketing but it is genuinely different from how software is normally built.
What this actually gets you
Three properties, and they are real:
Credible neutrality. The rules cannot be changed for one participant. A marketplace cannot quietly deprioritise your listing; a game cannot delete your items. For a small set of applications, that guarantee is worth a great deal.
Composability. Because state is public and interfaces are open, applications can build on each other without partnership agreements or API keys. This produced genuine innovation in decentralised finance, where protocols slot together in ways their authors did not plan.
Exit rights. You can take your assets and leave. Whether a platform wants you to is not relevant. This is the property with the most straightforward appeal.
What did not hold up
Being honest here matters more than defending the category.
“You own your data.” Mostly untrue. What you own is a key controlling tokens. Your actual data — profile, posts, images — usually still sits on a server somewhere. Most NFTs do not even store their own artwork on-chain.
“No intermediaries.” In principle. In practice most users reach the chain through a handful of RPC providers, a handful of wallets and a handful of marketplaces. When one large provider has an outage, a surprising amount of “decentralised” infrastructure becomes unreachable. The settlement layer is decentralised. The access path largely is not.
“It will replace the web.” It did not, and the reasons are structural rather than temporary. Requiring users to manage irreversible cryptographic keys is a significant barrier; irreversibility is a poor fit for consumer applications where mistakes are normal; and for most applications, a database is genuinely a better tool.
“Decentralisation makes it safer.” The opposite, for individual users. No password reset, no fraud department, no chargeback. The security burden moves entirely onto the user, which is why scams and custody practice matter so much more here than elsewhere.
What genuinely improved
Two things worth knowing, because the technical picture in 2026 is materially different from 2021:
Cost. Layer 2 networks — Base, Arbitrum, Optimism, Polygon — reduced transaction costs by orders of magnitude. Transactions that cost $50 on Ethereum mainnet in 2021 cost fractions of a cent on a layer 2 today. Most of the “blockchains are unusably expensive” critique was answered by engineering.
Energy. Ethereum’s move to proof of stake cut its energy consumption by more than 99%. The environmental argument against Ethereum-based NFTs, which was strong in 2021, largely does not apply to Ethereum now. It still applies to proof-of-work chains.
Neither of these solved adoption. Both removed real objections.
How to judge a Web3 claim
A single question does most of the work:
Would this be better as a normal database?
If yes, the blockchain is decoration. A great many 2021 projects failed this test and the answer was visible from the start.
If no — if the thing genuinely requires that no single party can alter the record, or that assets transfer without permission, or that independent parties build on shared state — then the properties are doing work.
Follow-ups worth asking:
- What breaks if the company disappears? If the answer is “everything”, it was not decentralised.
- Where does the data actually live? On-chain, IPFS, or someone’s server?
- Can I leave with my assets? Genuinely, to a wallet you control?
- Who can change the rules? If an admin key can alter contract behaviour, the guarantees are only as good as that key’s custody.
Where it stands
The consumer speculation phase ended. What remains is narrower and less exciting: financial infrastructure where credible neutrality genuinely matters, and asset ownership in specific contexts — ticketing, in-game items, credentials — where transferability and verification solve a real problem.
That is a smaller claim than “Web3 replaces the internet”. It is also a claim that has held up, which the larger one did not.
If you want to understand the layer underneath this, smart contracts explained covers the mechanism that makes any of it work.
Common questions
What is the difference between Web3 and blockchain?
Is Web3 the same as crypto?
Do I need Web3 to use NFTs?
Is Web3 actually decentralised?
Is Web3 dead?
Sources