Savvy Nickel LogoSavvy Nickel
Ctrl+K

Ethereum

Technology & Modern Finance

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

FeatureBitcoin (BTC)Ethereum (ETH)
Primary purposeDigital currency / store of valueSmart contract platform / programmable money
ConsensusProof of Work (energy-intensive)Proof of Stake (99% less energy, since Sep 2022)
Supply cap21 million (hard cap)No hard cap; but issuance is deflationary with EIP-1559
Block time~10 minutes~12 seconds
ProgrammingLimited (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 casesSOV, paymentsDeFi, 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:

FeaturePre-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 mechanismComputational work (miners)Staked ETH (validators)
Minimum validator stakeN/A32 ETH
Hardware requiredASICs (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 TypeApproximate Gas Cost
Simple ETH transfer21,000 gas
ERC-20 token transfer~45,000 gas
DeFi swap (Uniswap)~150,000 gas
NFT mint~200,000-500,000 gas
Complex DeFi interactions500,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 NetworkTechnologySpeedTypical Fee
ArbitrumOptimistic RollupFast$0.01-0.10
OptimismOptimistic RollupFast$0.01-0.10
Base (Coinbase)Optimistic RollupFast$0.01-0.05
PolygonSidechain/ZKVery fast$0.001-0.01
zkSyncZK RollupFast$0.05-0.50
StarkNetZK RollupFast$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

CategoryExamplesTVL / Scale (2024)
DeFi LendingAave, Compound$10B+ TVL
Decentralized ExchangesUniswap, Curve$5B+ TVL
StablecoinsUSDC, DAI, Tether (ERC-20)$100B+ outstanding
NFT MarketplacesOpenSea, BlurHundreds of billions in historical volume
Tokenized Real AssetsBlackRock BUIDL FundEmerging; $500M+
Liquid StakingLido, 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:

ETFIssuer
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.

Back to Glossary
Financial Term DefinitionTechnology & Modern Finance