Ethereum is a decentralized blockchain designed as a general purpose platform for running smart contracts and decentralized applications (dApps). Rather than focusing only on payments, it provides a shared execution environment where developers can publish code that anyone can verify and interact with, using Ethereum’s native asset, ETH, to pay for network resources. [1]
Origins and key milestones
Ethereum was proposed in 2013 by Vitalik Buterin, who argued that blockchains could support a broader range of applications than simple value transfer. The project attracted early contributors and co-founders including Gavin Wood, who authored the Ethereum Yellow Paper and helped formalize the protocol, as well as figures such as Joseph Lubin, Anthony Di Iorio, Charles Hoskinson, and Mihai Alisie, who contributed to early organization and ecosystem formation. Ethereum’s nonprofit steward, the Ethereum Foundation, became a key institution supporting research, core development, and community initiatives. [2]
A major early inflection point for Ethereum was The DAO, an ambitious smart contract based venture fund that revealed both the power and risk of on-chain governance and contract security. The response to the incident resulted in a chain split that continues to shape discussions around immutability, social consensus, and security practices in smart contract development. [3]
How Ethereum works, ETH, gas, and the EVM
At Ethereum’s core is the Ethereum Virtual Machine (EVM), a deterministic runtime that executes smart contract bytecode the same way on every node. This is what allows applications to be “on-chain,” the program state is replicated across the network and updated through transactions that call contract functions. Developers typically write contracts in high level languages such as Solidity, which compile down to EVM bytecode and interact through standard interfaces and token standards. [4] [5]
ETH serves multiple roles. It acts as the primary asset used to pay transaction fees and to secure the network under Proof of Stake. Fees are denominated in gas, a unit that measures the computational and storage resources required to execute an operation. Each transaction specifies a gas limit and fee parameters, and the network charges based on the actual work performed. Gas accounting is a key mechanism that keeps the EVM from being abused, since complex computations become more expensive and must be paid for in ETH. [6]
Consensus evolution and scaling, PoW to PoS, rollups, and sharding
Ethereum originally used Proof of Work (PoW), similar in spirit to Bitcoin, where miners expended energy to propose blocks. It later transitioned to Proof of Stake (PoS), where validators lock ETH and participate in block proposal and attestation. In PoS, the protocol can penalize misbehavior through slashing, aligning security with economic incentives rather than raw computation. This shift, commonly referred to as The Merge, replaced PoW consensus with the Beacon Chain’s PoS consensus while preserving Ethereum’s execution environment and application continuity. [7]
Scaling has evolved in parallel. Ethereum’s long term direction is often described as rollup-centric, meaning most user activity can move to Layer 2 networks that bundle many transactions and post compressed data or proofs to Ethereum for finality and security. Optimistic rollups and zero knowledge rollups both aim to increase throughput while inheriting Ethereum’s settlement guarantees. [8]
Sharding, in Ethereum’s modern roadmap, is focused on increasing data availability to make rollups cheaper and more capable, rather than splitting execution across shards in the early designs. By expanding the network’s capacity to carry rollup data, Ethereum can scale without sacrificing the composability and security assumptions that make the base layer valuable. [9]
Ecosystem and real world use cases
Ethereum’s ecosystem is defined by its programmability and the network effects of EVM compatibility. Decentralized finance applications use smart contracts to enable trading, lending, borrowing, stable-value assets, and derivatives with transparent on-chain settlement. Non-fungible tokens (NFTs) introduced widely adopted standards for provable digital ownership, enabling art, collectibles, and gaming assets to move across marketplaces and applications. The same primitives also support decentralized identity experiments, on-chain governance for communities and protocols, and tokenization of real world assets through regulated intermediaries.
A major reason Ethereum remains a default platform for builders is its mature tooling and standards, including wallets, developer frameworks, audit practices, and widely implemented token interfaces. Combined with PoS security, a rollup-centered scaling strategy, and continuous EVM and protocol upgrades, Ethereum aims to remain a foundational settlement layer for open, composable applications. [10]






















