Ethereum is a decentralized, open-source blockchain featuring smart-contract functionality, serving as the foundation for thousands of decentralized applications (dApps), DeFi protocols, and NFT marketplaces. Originally launched with Proof of Work consensus, Ethereum completed its transition to Proof of Stake in September 2022 through an upgrade known as The Merge, reducing its energy consumption by over 99%.
| Stat | Value |
|---|---|
| Ticker | ETH |
| Price | $2,318.65 |
| Market Cap | $280.13B |
| 24h Change | -2.0% |
| Circulating Supply | 120.69M ETH |
| All-Time High | $4,946.05 |
How It Works
Ethereum operates as a global, decentralized computer. Developers write programs called smart contracts in Solidity or Vyper, which are compiled into bytecode and executed on the Ethereum Virtual Machine (EVM). Every node on the network runs the same computation, ensuring trustless verification.
Transactions on Ethereum require gas, a unit measuring computational effort. Users pay gas fees in ETH to compensate validators for processing transactions. Since the EIP-1559 upgrade (August 2021), gas fees follow a base-fee-plus-tip model: the base fee is algorithmically adjusted per block and burned, permanently removing ETH from circulation, while the priority tip goes to validators.
Post-Merge, Ethereum uses a Proof of Stake consensus mechanism where validators stake a minimum of 32 ETH to propose and attest to blocks. Validators are selected pseudo-randomly, and dishonest behavior results in slashing (loss of staked ETH).
The network’s scalability strategy centers on Layer 2 rollups — execution layers like Arbitrum, Optimism, and zkSync that process transactions off-chain and post compressed proofs back to Ethereum L1, inheriting its security while dramatically increasing throughput and lowering fees.
Tokenomics
- No hard supply cap — ETH issuance is determined by staking rewards and EIP-1559 burn dynamics.
- Post-Merge issuance dropped roughly 90%, from ~13,000 ETH/day to ~1,600 ETH/day.
- When network activity is high, the EIP-1559 burn can exceed new issuance, making ETH temporarily deflationary (“ultrasound money”).
- Staking yield fluctuates between 3–5% APR depending on the number of active validators.
- There was no pre-mine in the traditional sense, but the 2014 crowdsale distributed ~60 million ETH to early backers.
Use Cases
- Decentralized Finance (DeFi): Lending, borrowing, and trading via protocols like Aave, Uniswap, and MakerDAO.
- NFTs and Digital Art: ERC-721 and ERC-1155 token standards power NFT marketplaces.
- DAOs: Decentralized governance organizations manage treasuries and vote on proposals on-chain.
- Stablecoins: USDT, USDC, and DAI are primarily issued on Ethereum.
- Enterprise and Identity: Supply-chain tracking, decentralized identity (ENS), and tokenized real-world assets (RWAs).
History
- 2013 — Vitalik Buterin publishes the Ethereum whitepaper proposing a Turing-complete blockchain.
- 2014 — The Ethereum Foundation conducts its crowdsale, raising ~$18 million in Bitcoin.
- 2015-07-30 — Ethereum mainnet launches (Frontier release).
- 2016 — The DAO hack leads to a controversial hard fork, splitting the chain into Ethereum (ETH) and Ethereum Classic (ETC).
- 2017 — The ICO boom drives massive demand for ETH as the primary fundraising token.
- 2020 — DeFi Summer explodes, with total value locked surging past $10 billion.
- 2020-12 — The Beacon Chain launches, beginning Ethereum’s multi-year transition to Proof of Stake.
- 2021-08 — EIP-1559 (London upgrade) introduces fee burning, fundamentally changing ETH’s monetary policy.
- 2022-09-15 — The Merge completes, transitioning Ethereum from Proof of Work to Proof of Stake.
- 2023-04 — The Shanghai/Capella upgrade enables staked ETH withdrawals for the first time.
- 2024-03 — The Dencun upgrade introduces proto-danksharding (EIP-4844), slashing Layer 2 fees by up to 90%.
Common Misconceptions
- “Ethereum and ETH are the same thing.” Ethereum is the network; ETH is the native cryptocurrency used to pay for transactions and staking.
- “The Merge reduced gas fees.” The Merge changed the consensus mechanism but did not directly lower fees — that is the role of Layer 2 rollups and future sharding upgrades.
- “ETH has no supply cap, so it’s inflationary.” While there is no hard cap, the EIP-1559 burn mechanism has made ETH net-deflationary during periods of high usage.
- “Ethereum is controlled by Vitalik Buterin.” The protocol is governed by a decentralized community of developers, researchers, and node operators. No single person can unilaterally change it.
Criticisms
- High gas fees on L1 remain a barrier to entry during congestion, pushing users to L2s or competing chains.
- Validator centralization — a large share of staked ETH flows through services like Lido, raising concerns about centralization.
- Complexity — the rapidly evolving roadmap (danksharding, Verkle trees, statelessness) makes it hard for developers and users to keep up.
- MEV (Maximal Extractable Value) allows validators and searchers to profit by reordering transactions, sometimes at users’ expense.
- Regulatory uncertainty — the SEC has debated whether ETH qualifies as a security, though the 2023 Ethereum futures ETF approval softened that stance.
Social Media Sentiment
Ethereum dominates crypto developer discussion. Reddit communities like r/ethereum and r/ethfinance are among the most active in crypto. Sentiment is generally bullish around upgrade milestones but turns critical during high-fee periods. Twitter (X) discourse often centers on the “ultrasound money” thesis vs. competing L1 narratives. Developer activity (measured by GitHub commits) consistently ranks #1 across all blockchains.
Last updated: 2026-04
Related Terms
Sources
- Buterin, V. (2014). Ethereum: A Next-Generation Smart Contract and Decentralized Application Platform (Ethereum Whitepaper). Ethereum Foundation.
- Wood, G. (2014). Ethereum: A Secure Decentralised Generalised Transaction Ledger (Yellow Paper). Ethereum Foundation.
- Ethereum Foundation. (2022). The Merge: Ethereum’s Transition to Proof of Stake. Ethereum.org Documentation.
- Buterin, V., et al. (2021). EIP-1559: Fee Market Change for ETH 1.0 Chain. Ethereum Improvement Proposals, GitHub.