Web3
Web3 describes a vision for a decentralized internet built on blockchain technology, where users own their data, assets, and digital identities.
Key Takeaways
- Web3 refers to a decentralized internet model where users own their data, assets, and identities through blockchain networks and cryptographic keys, rather than relying on centralized platforms.
- The technology stack includes blockchains, smart contracts, decentralized storage, oracles, and wallets: each layer replaces a centralized intermediary with protocol-level infrastructure.
- A significant gap remains between the Web3 vision and current reality: most Web3 applications still depend on centralized infrastructure for node access, data indexing, and user-facing performance.
What Is Web3?
Web3 is a term for the next evolution of the internet, one built on decentralized protocols where users own their digital assets, data, and identities. Instead of trusting platforms like Google or Meta to store and control user information, Web3 applications use blockchains and cryptographic keys to put ownership directly in users' hands.
Gavin Wood, co-founder of Ethereum, coined the term in a 2014 blog post titled "DApps: What Web 3.0 Looks Like." Writing in the aftermath of the Snowden revelations, Wood envisioned a web where public information is published openly, agreed-upon information is placed on a consensus ledger, and private information is kept secret through encrypted channels with pseudonymous endpoints. The system would be engineered to mathematically enforce these guarantees rather than relying on institutional trust.
The term "Web 3.0" had previously been used by Tim Berners-Lee to describe the Semantic Web, a vision of machine-readable internet data. Wood repurposed it with a fundamentally different meaning centered on decentralization and user sovereignty.
Web1, Web2, and Web3
Understanding Web3 requires context on what came before it. The internet has evolved through three distinct paradigms:
| Era | Period | Model | Characteristics |
|---|---|---|---|
| Web1 | 1990s to early 2000s | Read-only | Static HTML pages, one-way information delivery, personal homepages |
| Web2 | Early 2000s to present | Read-write | User-generated content, social media, platform-controlled data and identity |
| Web3 | 2014 to present | Read-write-own | Decentralized protocols, token-based economics, user-owned assets and identity |
The critical shift from Web2 to Web3 is ownership. In Web2, platforms monetize user data and control access. A social media account, a playlist, or a digital storefront exists only at the platform's discretion. In Web3, ownership is encoded on-chain: a token in your wallet belongs to you regardless of any single platform's policies.
How It Works
Web3 is not a single technology but a stack of interconnected layers, each replacing a centralized service with decentralized infrastructure.
Blockchains
The foundation of Web3 is the blockchain: a distributed ledger that records transactions across a network of nodes without a central authority. Ethereum is the dominant smart contract platform by total value locked, while other Layer 1 chains like Solana, Avalanche, and Polkadot offer different tradeoffs between throughput, decentralization, and cost. Layer 2 networks like Arbitrum, Optimism, and Base extend Ethereum's capacity by processing transactions off the main chain while inheriting its security.
Smart Contracts
Smart contracts are self-executing programs deployed on blockchains. They encode rules that run automatically when conditions are met, removing the need for intermediaries in financial transactions, governance, and digital asset management. Developers write smart contracts in languages like Solidity (for EVM chains) or Rust (for Solana), then deploy them as immutable on-chain code.
// Simplified smart contract example (Solidity)
contract SimplePayment {
function pay(address recipient) external payable {
// Funds transfer directly, no intermediary
payable(recipient).transfer(msg.value);
}
}Decentralized Storage
Web2 stores data on centralized servers (AWS, Google Cloud). Web3 alternatives distribute data across peer networks:
- IPFS (InterPlanetary File System): addresses content by its cryptographic hash rather than its server location, so the same file can be retrieved from any node hosting it
- Arweave: provides permanent storage with a one-time payment, creating a "permaweb" where data persists indefinitely without recurring fees
- Filecoin: builds a decentralized storage marketplace on top of the IPFS protocol, using token incentives to compensate storage providers
Oracles
Blockchains cannot natively access external data. Oracles bridge this gap by feeding off-chain information (prices, weather, API responses) to smart contracts. Chainlink dominates the oracle market with roughly 60-70% market share across blockchains, securing over $33 billion in value across hundreds of protocols.
Wallets and Identity
In Web2, identity is tied to platform accounts (email, username). In Web3, identity is anchored to a cryptographic key pair. A wallet holds your private key and serves as your universal login, payment method, and identity across all Web3 applications. Decentralized identity protocols extend this concept with verifiable credentials that users control without relying on a central authority.
Core Principles
Several principles distinguish Web3 from earlier internet paradigms:
- User ownership: assets, data, and identity belong to users, secured by cryptographic keys rather than platform terms of service
- Permissionless access: anyone can build on or participate in Web3 protocols without needing approval from a gatekeeper
- Composability: Web3 protocols are designed as open building blocks that developers can combine freely, often described as "money legos" in DeFi
- Token-based economics: tokens align incentives between users, developers, and operators by distributing economic value to participants rather than concentrating it in a platform owner
- Censorship resistance: decentralized networks have no single point of control, making it difficult for any entity to unilaterally restrict access or modify rules
Use Cases
Decentralized Finance
DeFi recreates traditional financial services (lending, trading, insurance) using smart contracts instead of banks. Decentralized exchanges now account for roughly 35% of crypto trading volume, and the DeFi market is projected to grow from $20 billion in 2024 to over $230 billion by 2030. For a deeper look, see our analysis of traditional and decentralized finance convergence.
Digital Ownership and NFTs
Non-fungible tokens (NFTs) provide verifiable ownership of digital items: art, music, in-game assets, domain names, and event tickets. While speculative trading dominated the 2021-2022 cycle, practical applications in gaming, identity, and ticketing are gaining traction.
Stablecoins and Payments
Stablecoins are one of Web3's clearest product-market fits. Dollar-denominated tokens like USDC and USDT enable near-instant cross-border value transfer without traditional correspondent banking infrastructure. Platforms like Spark extend this by bringing stablecoin capabilities to Bitcoin's security model, combining Web3 ownership with Bitcoin's settlement guarantees.
Decentralized Applications
Decentralized applications (dApps) run on blockchain networks rather than centralized servers. They span social media, gaming, governance, supply chain management, and more. As of 2025, blockchain gaming alone attracted 5.8 million daily active wallets.
Bitcoin as the Original Web3
Bitcoin, launched in January 2009, was the first successful implementation of Web3 principles before the term existed. Satoshi Nakamoto's whitepaper introduced a peer-to-peer electronic cash system that demonstrated trustless digital transactions without a central authority. Bitcoin proved that a decentralized network secured by proof of work could maintain a shared ledger without institutional trust.
Bitcoin's contributions to Web3 are foundational: it introduced distributed ledgers, cryptographic consensus, and self-custodial digital assets. Every subsequent blockchain, smart contract platform, and decentralized protocol builds on concepts Bitcoin pioneered. In this sense, Bitcoin is not just a Web3 application: it is the proof of concept that made Web3 possible.
Vision vs. Reality
Despite the compelling narrative, a significant gap persists between what Web3 promises and what it has delivered.
Centralization Dependencies
Most Web3 applications rely on centralized infrastructure. RPC providers like Infura and Alchemy route the large majority of blockchain traffic: when Infura experienced a major outage in November 2020, multiple exchanges halted Ethereum withdrawals and MetaMask became largely unusable. In October 2025, an AWS outage disrupted operations at Coinbase, Solana, and Ethereum services, highlighting ongoing dependence on traditional cloud providers.
Signal creator Moxie Marlinspike articulated this critique in a widely discussed 2022 essay: once a decentralized ecosystem centralizes around platforms for convenience, it "becomes the worst of both worlds: centralized control, but still distributed enough to become mired in time."
Scalability Limits
Base-layer blockchains face inherent throughput constraints. Ethereum processes roughly 15-30 transactions per second on its main chain. Layer 2 solutions increase capacity but add complexity and introduce new trust assumptions. Faster Layer 1 chains like Solana trade some decentralization for performance.
User Experience Barriers
Managing seed phrases, understanding gas fees, and navigating transaction confirmations create friction that mainstream users rarely tolerate. Technologies like account abstraction and embedded wallets aim to simplify onboarding, but adoption remains early-stage.
Financialization Concerns
Critics argue that Web3 financializes everything: social interactions, gaming achievements, creative work, and even identity. The 2020-2022 hype cycle was driven primarily by speculation on tokens and NFTs rather than sustainable utility, and public perception of Web3 still carries associations with scams, gambling, and hype.
Risks and Considerations
- Security: smart contract vulnerabilities, phishing attacks, and bridge exploits have resulted in billions of dollars in losses across the Web3 ecosystem
- Regulatory uncertainty: frameworks like the EU's MiCA regulation and the U.S. GENIUS Act are establishing rules for digital assets, but global standards remain fragmented
- Governance gaps: decentralized governance often suffers from low participation, with less than 10% of token holders voting in major protocol decisions
- Irreversibility: transactions on blockchains are final, which means mistakes (sending to wrong addresses, approving malicious contracts) cannot be easily reversed
- Environmental concerns: proof-of-work chains consume significant energy, though proof-of-stake networks have largely addressed this for newer platforms
Why It Matters
Regardless of whether the full Web3 vision materializes, its core technologies are reshaping finance and digital infrastructure. Stablecoins have found clear product-market fit for cross-border payments. Tokenization of real-world assets is gaining institutional backing. Self-custodial wallets offer financial access to underserved populations worldwide. The Web3 market reached $12.6 billion in 2026 with projections exceeding $50 billion by 2030.
The emerging reality is that Web3 may not wholesale replace Web2 but instead serve as a trust and ownership layer that existing applications integrate. Bitcoin provides the settlement foundation, stablecoins handle the payment layer, and protocols like Spark connect these capabilities with developer-friendly infrastructure. For a comprehensive look at how Bitcoin's layer 2 ecosystem fits into this landscape, see our comparison of Bitcoin scaling solutions.
This glossary entry is for informational purposes only and does not constitute financial or investment advice. Always do your own research before using any protocol or technology.