Ethereum is a decentralized, programmable blockchain whose native currency is ether (ETH). Where Bitcoin was designed primarily as a form of digital money, Ethereum was designed as a platform — a global computer on which anyone can deploy and run smart contracts without asking permission from any central authority. That single idea made Ethereum the foundation of most of Web3 as it exists today.
Background
Bitcoin proved that a blockchain could transfer value between strangers without a trusted middleman. But Bitcoin’s scripting language is intentionally limited; it was built for one job and does that job well. Ethereum’s founding insight was that the same trustless, censorship-resistant properties could be applied to arbitrary computation, not just payments.
The result is a platform where developers can write programs — called smart contracts — that live on the blockchain, execute exactly as coded, and cannot be altered or shut down by any single party. Those contracts can hold funds, issue new tokens, run lending markets, power automated exchanges, and much more. Every application built this way is called a decentralized application, or dapp.
This programmability is why Ethereum became the birthplace of DeFi, NFTs, DAOs, and a long list of other crypto categories. Most of those categories later spread to other chains, but Ethereum remains the largest ecosystem by developer activity and total value locked.
History
Vitalik Buterin, a teenage programmer and Bitcoin enthusiast, first described Ethereum in a whitepaper circulated in late 2013. His core argument was that Bitcoin needed a more general scripting language; when that proposal was declined, he set out to build a new chain from scratch. A co-founder group formed around the project, including Gavin Wood (who wrote the formal technical specification, the Yellow Paper) and Joseph Lubin (who later founded ConsenSys).
Ethereum raised funds through a public token presale in 2014 and launched its mainnet — nicknamed Frontier — in July 2015. The early years were marked by rapid experimentation. The platform attracted developers who began building tokens, exchanges, and financial tools that had never existed before.
A pivotal and sobering moment came in 2016 with the collapse of a project called The DAO, a large decentralized fund built on Ethereum. A vulnerability in its smart contract code was exploited, draining a significant portion of its funds. The community made the controversial decision to execute a hard fork — rolling back the chain to recover the funds. A minority refused the fork and continued on the original chain, which lives on as Ethereum Classic. The event remains one of the most studied episodes in crypto history because it raised deep questions about immutability, governance, and what “code is law” really means in practice.
Over subsequent years, Ethereum grew into the dominant smart-contract platform, hosting the ICO boom of 2017, the DeFi explosion of 2020, and the NFT wave of 2021. Each surge brought enormous transaction volumes that tested the network’s limits and made high gas fees a persistent complaint.
The most technically significant event in Ethereum’s history was “The Merge” in September 2022, when the network switched its consensus mechanism from Proof of Work to Proof of Stake. This eliminated the energy-intensive mining process and reduced Ethereum’s energy consumption by roughly 99 percent overnight — one of the largest engineered transitions in blockchain history.
Technology
Ethereum’s programmability is powered by the Ethereum Virtual Machine (EVM), a sandboxed runtime environment that executes smart contract code consistently across every node in the network. Developers write contracts primarily in a language called Solidity, which compiles down to EVM bytecode. Because so many chains have adopted EVM compatibility, knowledge of Ethereum development transfers broadly across the industry.
Since The Merge, the network is secured by validators who lock up (stake) a minimum amount of ETH as collateral. Validators are chosen to propose and attest to new blocks in proportion to their stake. Dishonest behavior can be punished by “slashing” — destroying part of the validator’s deposited ETH. This replaces the computational race of mining with an economic incentive system.
Ethereum’s roadmap addresses scalability through a layered approach. Rather than trying to make the base layer process every transaction cheaply, the strategy is to keep the base layer (Layer 1) focused on security and decentralization, while Layer 2 networks handle high-volume transaction processing. Rollups — both optimistic and zero-knowledge — bundle thousands of transactions off-chain and post compressed proofs back to Ethereum, inheriting its security at a fraction of the cost. Networks like Arbitrum, Optimism, and Polygon are prominent examples of this approach.
The EVM became a de facto standard: dozens of competing blockchains chose to be “EVM-compatible,” meaning code written for Ethereum can run on them with minimal changes. This network effect in developer tooling is one of Ethereum’s most durable competitive advantages.
| Feature | Detail |
|---|---|
| Consensus | Proof of Stake (post-Merge, Sept 2022) |
| Block time | Approximately 12 seconds |
| Smart contract language | Primarily Solidity (also Vyper, others) |
| Token standard | ERC-20 (fungible), ERC-721 (NFT), ERC-1155 (multi-token) |
| Layer 2 strategy | Rollups (optimistic and ZK) |
| Max supply | No fixed cap (see Tokenomics) |
Tokenomics
Ether (ETH) serves several roles simultaneously: it is the fee currency used to pay for computation on the network, the collateral staked by validators, and a speculative asset traded on exchanges. Understanding tokenomics here means understanding how those roles interact with supply and issuance.
Unlike Bitcoin, Ethereum has no hard cap on total supply. New ETH is issued continuously as rewards to validators who secure the network. However, a mechanism called EIP-1559 (introduced in 2021) changed how transaction fees work: rather than paying fees entirely to validators, a portion called the “base fee” is permanently burned — removed from circulation. The burn rate scales with network activity.
This creates a dynamic supply model. When the network is busy, burning can outpace issuance, making ETH deflationary in practice. When activity is low, net issuance is positive but modest. This design ties the economics of the token directly to demand for block space — a relationship worth understanding for anyone studying crypto supply mechanics.
ETH earned by validators for proposing and attesting to blocks is their compensation for locking capital and running infrastructure. There is also staking available through liquid staking protocols, which issue derivative tokens representing staked ETH, making the yield accessible without locking funds indefinitely.
Vesting and unlock schedules are less prominent in Ethereum’s story than in many newer projects, since the network is now over a decade old and the founding team’s allocations from the original presale are long past any lockup period.
In summary
Ethereum is best understood not as a single product but as a programmable infrastructure layer — the closest thing the crypto space has to a general-purpose base for financial and digital ownership applications. Its transition to Proof of Stake addressed one major criticism, and its rollup-centric scaling roadmap is an ongoing engineering effort. It carries real risks: smart contract bugs have caused large losses, fees on the base layer can be prohibitive during congestion, and competing platforms actively seek to displace it. But its developer ecosystem, tooling, and the breadth of what has already been built on it give it a head start that is difficult to replicate quickly. As always, understanding the technology is not the same as an endorsement to buy — treat any investment decision with appropriate risk management.
Last reviewed January 1, 2026.