What Is the Ethereum Ecosystem?
Ethereum began in 2015 as a single blockchain that could run programs. A decade later it is an ecosystem: a base settlement layer, a native asset, thousands of tokens, a parallel financial system, a constellation of Layer 2 networks, and a staking economy securing it all. This guide maps how the pieces fit together.
Key Takeaways
- Ethereum Layer 1 is the settlement and security foundation; most day-to-day activity is migrating to Layer 2 rollups that anchor into it.
- ETH is more than a currency: it pays gas, gets burned with every block, secures the chain as staking collateral, and serves as DeFi's base money.
- Token standards — ERC-20 for fungible tokens, ERC-721 for NFTs — are why thousands of assets plug into the same wallets, exchanges, and protocols.
- DeFi is the ecosystem's application layer: exchanges, lending markets, and stablecoins built from composable smart contracts.
- As of August 2026, roughly 33% of all ETH is staked to secure the network, per ethereum.org — the largest security budget in crypto.
- Upgrades arrive on a steady cadence: The Merge (2022), Shapella (2023), Dencun (2024), Pectra (2025), and Fusaka (2025) each reshaped how the ecosystem works — and Glamsterdam, targeted for late 2026, aims to roughly triple Layer 1 capacity.
- Institutions arrived in force: US Ethereum ETFs can stake since 2025–2026, and tokenized real-world assets on-chain roughly doubled in seven months to about $29 billion by July 2026.
One Network, Many Layers
The simplest way to understand the Ethereum ecosystem is as a stack. Each layer depends on the one below it and enables the one above it:
- The base layer (Layer 1): the Ethereum blockchain itself — thousands of nodes agreeing on a shared ledger and executing smart contracts.
- The asset layer: ETH plus every token issued on the chain — stablecoins, governance tokens, liquid staking tokens, meme coins, NFTs.
- The application layer: DeFi protocols, NFT marketplaces, naming systems, games — smart contracts users actually interact with.
- The scaling layer: Layer 2 rollups that execute transactions cheaply and settle back to Layer 1.
- The security layer: staking — validators locking ETH to keep everything below honest.
None of these layers is useful in isolation. Tokens need the chain to exist, DeFi needs tokens to trade, L2s need L1 to settle, and everything needs staked ETH for security. The ETHBubbles live bubble map visualizes the asset side of this stack in real time; the rest of this guide explains what you are looking at.
The Base Layer: Ethereum and the EVM
At the center is Ethereum mainnet, the Layer 1 (L1). Unlike Bitcoin, which primarily tracks who owns which coins, Ethereum is a general-purpose computer. Its runtime, the Ethereum Virtual Machine (EVM), executes small programs called smart contracts — code that lives at an address, holds funds, and runs exactly as written when someone sends it a transaction.
Two kinds of accounts exist on the chain. Externally owned accounts (EOAs) are the wallets people control with private keys. Contract accounts are programs deployed to the chain, controlled only by their own code. Since the Pectra upgrade in May 2025, EIP-7702 has blurred this line: ordinary wallets can temporarily act like smart contracts, enabling features such as transaction batching and gas sponsorship.
Every operation on this shared computer consumes a resource called gas, paid in ETH. Because block space is scarce, fees rise when demand spikes — the core scaling constraint that shaped the entire ecosystem's architecture. Our guide to Ethereum gas fees covers how pricing works in detail. Rather than making L1 blocks ever larger, Ethereum's roadmap embraced a rollup-centric design: keep the base layer maximally secure and decentralized, and push cheap execution to Layer 2s that settle on top of it.
ETH: The Asset at the Center
ETH (ether) is the native asset of the network, and it plays four distinct roles at once:
- Gas money. Every transaction on Ethereum — and on most L2s — pays fees denominated in ETH.
- Burned supply. Since the London upgrade of August 2021 introduced EIP-1559, the base portion of every transaction fee is destroyed rather than paid to validators, permanently removing ETH from supply as the network is used.
- Security collateral. Validators must stake ETH to participate in consensus. Misbehavior gets that stake slashed, which is what makes attacking the chain economically irrational.
- DeFi's base money. ETH is the most common trading pair, the dominant collateral in lending markets, and the underlying asset of an entire liquid staking industry.
This multi-role design means demand for ETH is tied to usage of the whole ecosystem, not just speculation. It also makes ETH categorically different from the tokens of individual applications — a distinction we unpack in ETH vs. L2 tokens. You can track ETH itself on its asset detail page.
The Supply Question: Is ETH Still "Ultrasound Money"?
The burn mechanism made "ultrasound money" — a supply that shrinks with use — Ethereum's favorite monetary narrative. The 2026 reality is more nuanced. Total supply stands at roughly 120.7 million ETH, and it has grown by roughly 950,000 ETH since the Merge, per ethereum.org's supply overview and Bitget's 2026 supply analysis. The reason is a success problem: Dencun's blobs made L2 data so cheap that the L1 burn collapsed — from thousands of ETH per day to lows around 50–70 ETH per day in early 2025 — while issuance to validators continued at around 1,700 ETH per day. The result is mild net inflation, on the order of 0.2% per year.
The mechanism still works both ways: whenever average gas prices exceed roughly 16 gwei, burn outpaces issuance and supply shrinks again. Fusaka's blob-fee floor was partly designed to restore burn pressure, and researchers continue to iterate — an August 2026 proposal would taper issuance to zero if staking ever reached half of supply, per CoinDesk. For now, the honest summary is: ETH's monetary policy is algorithmic and usage-dependent — dramatically tighter than proof-of-work ever was, but "deflationary" only when the base layer is busy.
Token Standards: Why Thousands of Assets Interoperate
Ethereum's least glamorous superpower is standardization. Because tokens are just smart contracts, anyone can issue one — but if every token had its own interface, wallets and exchanges would need custom code for each. Standards solve this.
ERC-20: fungible tokens
Proposed by Fabian Vogelsteller in November 2015, the ERC-20 standard defines a minimal interface for fungible tokens — assets where every unit is identical, like dollars or shares. Any contract exposing functions such as transfer, balanceOf, and approve works instantly with every wallet, exchange, and DeFi protocol that speaks the standard. Stablecoins like USDC, governance tokens like UNI and AAVE, liquid staking tokens like stETH, and the entire meme coin universe are all ERC-20s. The Ethereum tokens dashboard tracks the largest of them.
ERC-721: non-fungible tokens
Proposed in January 2018 by William Entriken, Dieter Shirley, Jacob Evans, and Nastassia Sachs, ERC-721 defines tokens where each unit carries a unique ID. That single change — uniqueness — created the NFT market: digital art, collectibles, domain names, event tickets, and in-game items, each individually ownable and tradable.
Standards are also why token quality varies so wildly: issuing an ERC-20 takes minutes and no permission. Before touching small-cap tokens, read our meme coin risk checklist and our guide to token liquidity.
DeFi: The Financial Layer
Decentralized finance (DeFi) is what happens when financial services are rebuilt as smart contracts. The core primitives are exchanges, credit markets, and stable money:
- Decentralized exchanges (DEXs) like Uniswap let users swap tokens against liquidity pools priced by an automated market maker formula, with no order book or intermediary.
- Lending protocols like Aave let anyone earn interest on deposits or borrow against collateral, with solvency enforced by automatic liquidations rather than credit checks.
- Stablecoins — tokens tracking the US dollar — provide the stable unit of account that trading and lending need. See Ethereum stablecoins explained.
What makes DeFi more than a collection of apps is composability: protocols are permissionless building blocks that plug into each other. A liquid staking token minted by one protocol becomes collateral in a second and liquidity in a third. As of August 2026, protocols on Ethereum L1 hold roughly $42 billion in deposits, per DefiLlama — more than any other chain. For the mechanics, read Ethereum DeFi explained; for how to interpret that headline number, read how to read DeFi TVL; and to watch the sector live, open the DeFi bubble map.
Layer 2s: Scaling Without Fragmenting Security
Layer 2 networks (L2s) are Ethereum's answer to the scaling problem. A rollup executes transactions on its own fast, cheap chain, then posts compressed transaction data and validity evidence back to Ethereum. Optimistic rollups (Arbitrum, Optimism, Base) assume batches are valid and allow a challenge window for fraud proofs; ZK rollups post cryptographic validity proofs. Either way, the L2 borrows Ethereum's security instead of bootstrapping its own.
Two upgrades transformed L2 economics. Dencun (March 2024) introduced EIP-4844 "blobs" — a dedicated, cheap data lane for rollups that cut L2 fees dramatically. Fusaka (December 2025) activated PeerDAS, which lets nodes verify blob data by sampling instead of downloading everything, opening the path to far higher blob throughput. The practical result: transactions that cost dollars on L1 cost cents or less on L2s.
The L2 landscape has also consolidated hard. By early 2026, Base (incubated by Coinbase) and Arbitrum One together secured roughly 80% of all value across the rollup ecosystem — each holding on the order of $10–11 billion by L2BEAT's Total Value Secured measure — while mid-tier rollups bled deposits as their liquidity-incentive programs expired, per BlockEden's consolidation analysis. Scaling worked; the market then picked winners.
The trade-offs between chains — and why an L2's token is not the same bet as ETH — are covered in Ethereum L2s explained and ETH vs. L2 tokens. Activity across the major networks is visualized on the Layer 2 dashboard.
The open questions of the rollup-centric era
The rollup strategy worked technically, but it created its own debates, worth knowing because they drive much of the ecosystem's 2026 discourse. Fragmentation: a user's assets and favorite apps are now scattered across many chains, and moving between them means bridges, delays, and duplicated liquidity — the interoperability problem the community groups under "the Surge" roadmap work. Value accrual: blobs made L2 data cheap by design, which also shrank the ETH burned per unit of activity — the supply dynamics discussed above — so activity migrating to L2s no longer tightens ETH supply the way L1 activity did. Sequencer centralization: most major rollups still run a single sequencer operated by the core team, an honest-operator assumption that upgrades like enshrined proposer-builder separation and forced-inclusion mechanisms aim to chip away at. None of these is fatal; all of them are unfinished. The ecosystem's defining trait is that its economics and architecture are still being negotiated in public, one upgrade at a time.
Staking: The Security Budget
Since The Merge, Ethereum runs on proof-of-stake. Validators lock ETH, propose and attest to blocks, earn rewards for honest work, and get slashed for provable misbehavior. The more ETH staked, the more expensive an attack becomes. As of August 2026, about 41.7 million ETH — roughly 33% of supply — is staked, earning around 2.6% annually, per ethereum.org.
That participation is an all-time high, spread across roughly 900,000 active validators — and demand keeps outrunning capacity: in mid-2026 the validator exit queue dropped to zero for the first time in Ethereum's proof-of-stake history, while about 2.5 million ETH waited in the entry queue with a 43–45 day delay to activate, per Coinpedia's staking research. The flip side of record security is yield compression: more validators splitting a fixed issuance pool has pushed the staking rate down from about 5% in 2023 to the mid-2% range today.
There are several ways to participate, with different trust trade-offs:
- Solo staking: run your own validator with 32 ETH and dedicated hardware — maximum decentralization benefit, maximum responsibility.
- Staking-as-a-service: you supply the ETH, a provider runs the node.
- Pooled and liquid staking: protocols like Lido accept any amount of ETH and issue a liquid staking token (stETH) that keeps earning rewards while remaining usable across DeFi.
- Exchange staking: convenient, but adds full custodial risk.
Pectra's EIP-7251 raised the maximum effective balance per validator from 32 to 2,048 ETH, letting large operators consolidate validators and letting rewards compound within a single stake. The staking economy has since grown a second story: restaking, where staked ETH simultaneously secures additional services. That extension — and its extra risk — is the subject of what is restaking, with live protocol data on the restaking dashboard.
Institutions Arrive: ETFs, Staking Yield, and Tokenized Assets
The clearest change between 2024 and 2026 is who is using the ecosystem. Spot Ethereum ETFs opened the regulated on-ramp in mid-2024, but the structural unlock came later: on March 17, 2026, a joint SEC-CFTC interpretive release classified staking rewards on ETH (and fifteen other listed digital commodities) as non-securities, removing the legal cloud over yield-bearing funds, per Everstake's institutional staking guide. Grayscale had launched the first US Ethereum staking ETF in October 2025; BlackRock's iShares Staked Ethereum Trust followed in March 2026, and more issuers filed behind them. Net of fees, these products pass through roughly 1.9%–2.6% of staking yield — meaning traditional brokerage accounts now hold ETH that participates in the security layer described above.
The same rails run in the other direction: traditional assets are moving on-chain. Tokenized real-world assets (RWAs) — Treasury funds, private credit, commodities — roughly doubled in seven months to about $29 billion by July 2026, led by tokenized US Treasuries at around $16 billion, per rwa.xyz data summarized by MetaMask's RWA overview. BlackRock's BUIDL fund surpassed $2.8 billion and even began trading on Uniswap in February 2026 — an SEC-registered fund's shares swapping on the same AMM rails as any ERC-20. The ecosystem's layers now serve two economies at once: the crypto-native one it was built for, and a tokenized slice of traditional finance.
NFTs, Identity, and the Culture Layer
Not everything on Ethereum is finance. NFTs turned the chain into a registry for unique digital property: art, profile pictures, music rights, game assets, and tickets. The Ethereum Name Service (ENS) maps human-readable names like alice.eth to addresses, functioning as portable, user-owned identity. Attestation systems, DAO governance, and on-chain social experiments all live in the same composable environment — and often intertwine with DeFi, as when NFTs are used as loan collateral or fractionalized into ERC-20 tokens.
Culture also drives the most speculative corner of the ecosystem: meme coins. They are technically ordinary ERC-20 tokens, but their risk profile is extreme — see the meme coin dashboard and the accompanying risk checklist.
A Decade of Upgrades: How Ethereum Got Here
Ethereum ships breaking changes to a live, multi-hundred-billion-dollar network on a roughly annual cadence. The milestones below, drawn from ethereum.org's history, explain how today's architecture came to be:
| Date | Milestone | What changed |
|---|---|---|
| Jul 30, 2015 | Frontier (genesis) | Ethereum goes live as a bare-bones network for developers. |
| Jul 20, 2016 | DAO fork | After a hack drained 3.6M ETH, a contentious fork recovered funds — dissenters continued the original chain as Ethereum Classic. |
| Dec 1, 2020 | Beacon Chain | Proof-of-stake consensus launches in parallel, seeded by staked ETH deposits. |
| Aug 5, 2021 | London | EIP-1559 reforms fees: a burned base fee plus a priority tip makes gas predictable and ETH deflationary under load. |
| Sep 15, 2022 | The Merge | Mainnet swaps proof-of-work mining for proof-of-stake — the most significant upgrade in the network's history. |
| Apr 12, 2023 | Shapella | Staking withdrawals unlock; staked ETH is no longer a one-way door. |
| Mar 13, 2024 | Dencun | EIP-4844 blobs slash data costs for Layer 2 rollups, collapsing L2 fees. |
| May 7, 2025 | Pectra | EIP-7702 lets wallets act like smart contracts; EIP-7251 raises max validator balance to 2,048 ETH. |
| Dec 3, 2025 | Fusaka | PeerDAS enables blob-data sampling, paving the way for much higher L2 throughput. |
What's Next: Glamsterdam and the Road to 10,000 TPS
The cadence continues. The next major upgrade, Glamsterdam, is targeted for the second half of 2026 and is described as Ethereum's largest protocol change since the Merge — a bundle of ten EIPs, per The Defiant's devnet coverage. Two changes headline it:
- Enshrined proposer-builder separation (EIP-7732). Block building — today handled by an off-chain market of specialized builders — moves into the protocol itself, restructuring how blocks are produced and propagated and reshaping the MEV supply chain.
- Block-Level Access Lists (EIP-7928). Each block declares which state it touches, letting validators prefetch data and execute non-overlapping transactions in parallel.
Together these clear the path toward a 200 million gas-limit floor — roughly triple the current ~60 million — with throughput targets of up to 10,000 TPS-equivalent under realistic workloads, plus quality-of-life changes like ETH transfers that cost up to 71% less and finally emit logs. The pattern of the last decade holds: the base layer keeps getting more capable while L2s carry the volume growth.
How the Pieces Fit Together
Consider one ordinary user journey and notice how many layers it touches. You buy ETH and withdraw it to a self-custodied wallet (asset layer, base layer). You bridge some to Base to trade cheaply (scaling layer), swap ETH for a token on a DEX (application layer, paying gas in ETH), and stake the rest through Lido, receiving stETH (security layer). You then deposit that stETH into Aave as collateral (composability), borrowing a stablecoin against it. One asset, five layers, every step settled — directly or indirectly — by the same base chain.
This interdependence is why the ecosystem tends to move together: L2 activity burns L1 blob fees, DeFi demand drives ETH collateral demand, staking yield sets the baseline interest rate for everything built above it. It is also why watching the ecosystem as a whole — rather than one token at a time — is informative. That is exactly what the ETHBubbles bubble map is for: relative size, momentum, and sector rotation across the entire Ethereum economy at a glance, with methodology described in how ETHBubbles scores momentum.
The Ecosystem by the Numbers (August 2026)
A snapshot of the scale of each layer, from the sources cited throughout this guide:
| Layer | Metric | Value (mid-2026) |
|---|---|---|
| Asset | ETH total supply | ~120.7M ETH; net change since the Merge roughly +950K ETH (~0.2%/yr inflation) |
| Security | ETH staked | ~41.7M ETH (~33% of supply, an all-time high) across ~900K validators, yielding ~2.6% |
| Application | DeFi deposits on L1 | ~$42B, the most of any chain (DefiLlama) |
| Scaling | Value secured by rollups | Base and Arbitrum One ~$10–11B each — together ~80% of the rollup ecosystem (L2BEAT) |
| Asset | Tokenized real-world assets | ~$29B, roughly doubled in seven months; tokenized Treasuries ~$16B (rwa.xyz) |
| Application | Stablecoin market (all chains) | ~$300B total, with Ethereum the largest settlement chain (CoinLaw) |
Figures move constantly — the live bubble map and category dashboards track the asset side in real time.
Frequently Asked Questions
Related Guides
- Ethereum DeFi explained — a deeper tour of the application layer introduced here: AMMs, lending, stablecoins, and yield.
- Ethereum L2s explained — how rollups work, the optimistic vs. ZK distinction, and what "inheriting security" really means.
- Ethereum gas fees explained — the resource model behind every transaction on L1 and L2.
- How to read DeFi TVL — what the ecosystem's most-quoted metric actually measures, and where it misleads.
Sources & Further Reading
- ethereum.org — History of Ethereum (upgrade dates and details)
- ethereum.org — Staking (staking methods and current network statistics)
- ethereum.org — ERC-20 Token Standard
- ethereum.org — ERC-721 Non-Fungible Token Standard
- ethereum.org — Pectra upgrade
- Ethereum Foundation — Fusaka Mainnet Announcement
- DefiLlama — Chains overview (chain TVL figures)
- ethereum.org — Understanding ETH Supply and Issuance
- Bitget — Ethereum Token Supply in 2026: The "Ultrasound Money" Story Got Complicated
- CoinDesk — New Ethereum Proposal Would Cut Issuance to Zero (August 2026)
- Coinpedia — Ethereum Staking Hits 34% of Supply (August 2026)
- Everstake — Ethereum Staking ETFs for Institutions (2026)
- MetaMask — Real-World Asset Tokens in 2026 (rwa.xyz data)
- BlockEden — Layer 2 Consolidation War: Base and Arbitrum (February 2026)
- The Defiant — Glamsterdam Enters Final Devnet Phase With 200M Gas-Limit Target
- CoinLaw — Stablecoin Market Share by Chain (2026)
Disclaimer: The information provided in this guide is for educational and informational purposes only. It does not constitute financial advice. Cryptocurrency markets are highly volatile and risky. Always conduct your own research.