Ethereum
Ethereum
Quick Definition
Ethereum (ticker: ETH) is a decentralized, open-source blockchain platform that introduced programmable smart contracts — self-executing code that runs automatically when predetermined conditions are met. Launched in 2015 by Vitalik Buterin and others, Ethereum is the foundation for the vast majority of decentralized applications (dApps), decentralized finance (DeFi) protocols, and NFTs.
What It Means
Bitcoin is digital money. Ethereum is a digital computer. This is the core distinction. While Bitcoin's blockchain is primarily a ledger of who owns what amount of BTC, Ethereum's blockchain can execute arbitrary code — enabling complex financial contracts, token issuance, voting systems, games, and entire decentralized financial ecosystems.
Every application built on Ethereum uses ETH to pay "gas" — transaction fees that compensate validators for the computation required to run the code. This creates real, ongoing demand for ETH tied to the usage of the Ethereum network.
Ethereum vs. Bitcoin: Key Differences
| Feature | Bitcoin (BTC) | Ethereum (ETH) |
|---|---|---|
| Primary purpose | Digital currency / store of value | Smart contract platform / programmable money |
| Consensus | Proof of Work (energy-intensive) | Proof of Stake (99% less energy, since Sep 2022) |
| Supply cap | 21 million (hard cap) | No hard cap; but issuance is deflationary with EIP-1559 |
| Block time | ~10 minutes | ~12 seconds |
| Programming | Limited (Bitcoin Script) | Turing-complete (Solidity, Vyper) |
| Transactions/second | ~7 | ~15-30 base; much higher with Layer 2 |
| Market cap (2024) | ~$1.5-2T | ~$300-500B |
| Use cases | SOV, payments | DeFi, NFTs, dApps, tokenization |
The Merge: Ethereum's Transition to Proof of Stake
In September 2022, Ethereum completed "The Merge" — transitioning from energy-intensive Proof of Work to Proof of Stake:
| Feature | Pre-Merge (PoW) | Post-Merge (PoS) |
|---|---|---|
| Energy consumption | ~80-100 TWh/year | ~0.01 TWh/year (99.95% reduction) |
| New ETH issuance | ~5.4 million ETH/year | ~950,000 ETH/year |
| Security mechanism | Computational work (miners) | Staked ETH (validators) |
| Minimum validator stake | N/A | 32 ETH |
| Hardware required | ASICs (specialized) | Consumer hardware |
This transition made Ethereum dramatically more energy-efficient while also reducing new ETH supply issuance — a key factor in the "ultrasound money" narrative (ETH becoming deflationary).
EIP-1559: The Fee Burning Mechanism
The August 2021 EIP-1559 upgrade introduced ETH burning — destroying a portion of every transaction fee:
- Base fee: Set by the network algorithmically; sent to no one (burned/destroyed)
- Priority fee (tip): Goes to validators
- Result: During high network usage, more ETH is burned than issued → deflationary ETH
ETH issuance vs. burns (approximate 2024):
- Annual new ETH issuance: ~950,000 ETH
- Annual ETH burned: ~500,000 - 2,000,000 ETH (varies with network activity)
- Net result: Periods of high activity produce a shrinking ETH supply
Gas and Gas Fees
"Gas" measures the computational effort required to execute operations on Ethereum. Gas fees are the cost paid in ETH for network computation:
| Transaction Type | Approximate Gas Cost |
|---|---|
| Simple ETH transfer | 21,000 gas |
| ERC-20 token transfer | ~45,000 gas |
| DeFi swap (Uniswap) | ~150,000 gas |
| NFT mint | ~200,000-500,000 gas |
| Complex DeFi interactions | 500,000+ gas |
Gas price is denominated in "gwei" (1 gwei = 0.000000001 ETH). At 20 gwei and ETH at $3,000:
- Simple transfer: 21,000 × 20 gwei = 420,000 gwei = 0.00042 ETH = ~$1.26
During periods of high network congestion (DeFi boom, NFT frenzies), gas fees have exceeded $50-200 for simple transactions — a major scalability challenge.
Layer 2 Solutions: Scaling Ethereum
Layer 2 networks process transactions off the main Ethereum chain then batch-settle on it, dramatically reducing costs:
| L2 Network | Technology | Speed | Typical Fee |
|---|---|---|---|
| Arbitrum | Optimistic Rollup | Fast | $0.01-0.10 |
| Optimism | Optimistic Rollup | Fast | $0.01-0.10 |
| Base (Coinbase) | Optimistic Rollup | Fast | $0.01-0.05 |
| Polygon | Sidechain/ZK | Very fast | $0.001-0.01 |
| zkSync | ZK Rollup | Fast | $0.05-0.50 |
| StarkNet | ZK Rollup | Fast | $0.01-0.10 |
Layer 2s allow Ethereum to process thousands of transactions per second while inheriting the security of the Ethereum base layer.
What Is Built on Ethereum
| Category | Examples | TVL / Scale (2024) |
|---|---|---|
| DeFi Lending | Aave, Compound | $10B+ TVL |
| Decentralized Exchanges | Uniswap, Curve | $5B+ TVL |
| Stablecoins | USDC, DAI, Tether (ERC-20) | $100B+ outstanding |
| NFT Marketplaces | OpenSea, Blur | Hundreds of billions in historical volume |
| Tokenized Real Assets | BlackRock BUIDL Fund | Emerging; $500M+ |
| Liquid Staking | Lido, Rocket Pool | $30B+ staked |
Ethereum Staking
Validators secure the Ethereum network by staking 32 ETH as collateral. In return, they earn approximately 3-4% annual yield in new ETH issuance plus priority fees.
Liquid staking protocols (Lido's stETH, Rocket Pool's rETH) let anyone stake any amount of ETH and receive a liquid token representing their staked position.
ETH Spot ETFs (May 2024)
Following Bitcoin's spot ETF approvals in January 2024, the SEC approved spot Ethereum ETFs in May 2024:
| ETF | Issuer |
|---|---|
| iShares Ethereum Trust (ETHA) | BlackRock |
| Fidelity Ethereum Fund (FETH) | Fidelity |
| Invesco Galaxy Ethereum ETF (QETH) | Invesco |
Unlike Bitcoin ETFs, the initial Ethereum ETFs did NOT include staking yield — regulators required this concession.
Key Points to Remember
- Ethereum is a programmable blockchain — "digital computer" vs. Bitcoin's "digital money"
- The Merge (September 2022) cut Ethereum's energy consumption by 99.95% through Proof of Stake transition
- EIP-1559 burns base fees — making ETH potentially deflationary during high network usage
- Gas fees pay validators for computation; Layer 2 networks dramatically reduce these costs
- Ethereum is the foundational infrastructure for DeFi, NFTs, and tokenized real-world assets
- ETH staking earns ~3-4% annual yield — a yield-bearing property Bitcoin lacks
Frequently Asked Questions
Q: Should I invest in Ethereum or Bitcoin? A: Different investment theses. Bitcoin is "digital gold" — a store of value with simple, proven technology and the highest security/decentralization. Ethereum is a bet on programmable blockchain infrastructure — higher upside if DeFi and tokenized assets grow massively, but also higher complexity and technology risk. Many investors hold both.
Q: What is the difference between ETH and ERC-20 tokens? A: ETH is the native currency of the Ethereum network. ERC-20 tokens are standardized tokens built on Ethereum — they require ETH for transaction fees but are separate assets (USDC, LINK, UNI, SHIB, etc.). Thousands of tokens exist as ERC-20 contracts on Ethereum.
Q: What is "gas" and why are Ethereum fees sometimes so high? A: Gas is the unit of computational effort for Ethereum transactions. Fees are determined by demand: when many people want to transact simultaneously, gas prices bid up through competition. Layer 2 networks resolve this by batching many transactions together, reducing per-transaction costs to cents.
Related Terms
Smart Contract
A smart contract is self-executing code stored on a blockchain that automatically enforces and executes the terms of an agreement when predetermined conditions are met — eliminating the need for intermediaries.
Blockchain
A blockchain is a distributed digital ledger that records transactions across a network of computers in a way that is transparent, immutable, and requires no central authority — the foundational technology underlying Bitcoin and thousands of other applications.
Cryptocurrency
Cryptocurrency is a digital or virtual currency secured by cryptography and typically built on decentralized blockchain technology, existing independently of any central bank or government authority.
Bitcoin
Bitcoin is the first and largest cryptocurrency — a decentralized digital currency operating on a blockchain without a central bank, with a fixed supply of 21 million coins and a market cap exceeding $1 trillion.
Stablecoin
A stablecoin is a cryptocurrency designed to maintain a stable value by pegging to a reference asset like the US dollar — combining the speed and programmability of crypto with the price stability of traditional currency.
10-K
A 10-K is the comprehensive annual report publicly traded companies must file with the SEC, containing audited financials, risk factors, and management's full analysis of business performance.
Related Articles
Crypto as an Investment: What the Research Actually Says
Cryptocurrency is either the future of money or a speculative bubble, depending on who you ask. Here is what the data, the research, and the history actually show - without the hype or the dismissal.
Delayed Gratification: The One Skill That Predicts Financial Success
The ability to wait - to choose a larger reward later over a smaller one now - is the single most consistent predictor of financial outcomes. Here's the science, and how to actually build this skill.
What Happens to Your Investments When the Market Crashes?
Market crashes feel catastrophic in the moment — but understanding what actually happens to your portfolio, and what investors who came out ahead did differently, changes everything.
What Is the FIRE Movement and Can You Actually Retire at 40?
FIRE — Financial Independence, Retire Early — has gone from fringe concept to mainstream goal. Here's what it actually takes, whether the math holds up, and who it realistically works for.
Dollar Cost Averaging: Does It Actually Work?
Dollar cost averaging is one of the most recommended investing strategies — but the research on whether it beats lump-sum investing is more nuanced than most people realize. Here's the full picture.
