The core idea
Launched in 2015 by Vitalik Buterin, Ethereum extends Bitcoin's blockchain concept with a Turing-complete virtual machine. Anyone can deploy code that runs deterministically across the network, with state persisted in the ledger.
Key concepts
These are the building blocks every Ethereum user touches.
- →Ether (ETH) — the native token, used to pay for computation
- →Gas — the unit of computation; transactions cost gas, paid in ETH
- →Smart contracts — programs deployed to addresses that anyone can call
- →ERC-20 — the token standard most altcoins use
- →ERC-721 — the NFT standard
- →Proof-of-Stake — Ethereum switched from mining to staking in 2022 ('The Merge')
Why it matters
If you've used a DEX, a stablecoin like USDC, an NFT marketplace, a lending protocol like Aave, or any 'Layer 2' like Arbitrum or Base — you've used Ethereum or something built on it. ETH the asset captures economic activity from all of that.