Ethereum
Pronunciation: ih-THEER-ee-um
Definition
Ethereum is a public proof-of-stake blockchain and programmable settlement network that supports smart contracts, decentralized applications, tokens, and digital assets. Its native asset is Ether, or ETH. Ethereum provides a shared execution environment through the Ethereum Virtual Machine and records state across a distributed validator network. Using Ethereum involves gas fees, smart-contract risk, wallet security, public transaction data, and protocol-specific finality.
Overview
Ethereum uses an account-based state model. Externally owned accounts authorize transactions with keys, while contract accounts execute code when called. Transactions can transfer ETH, deploy contracts, interact with tokens, or trigger several internal operations. The Ethereum Virtual Machine executes smart-contract bytecode deterministically across validating nodes. Gas meters resource use and prevents unbounded computation. Users specify fee parameters, and failed execution can still consume gas. Proof-of-stake validators propose and attest to blocks. Ethereum exposes stages of transaction confidence, including inclusion and protocol finality. Applications should preserve block hashes and finalized status rather than rely only on a generic confirmation count.
Ethereum supports standards such as ERC-20, ERC-721, and ERC-1155, but each token contract can add unique permissions or behavior. The network validates contract execution, not the economic quality of the asset. Layer-two networks use Ethereum for settlement, data, or dispute resolution under different architectures. A transaction on a layer two is not the same as a mainnet transaction and can have several finality stages.
Ethereum’s governance occurs through open-source development, improvement proposals, client implementation, validator adoption, and community coordination rather than one on-chain token vote. The network is programmable and composable, but users still depend on contracts, interfaces, oracles, bridges, clients, and secure key management. Enterprise and merchant integrations should maintain independent network configuration for mainnet and every supported layer two. Address similarity can hide different balances and contracts. Chain-specific asset registries, finality maps, gas handling, and incident procedures prevent a generic “Ethereum” option from causing wrong-network settlement.
The architecture behind Ethereum determines account or UTXO handling, fees, signatures, smart-contract execution, and data availability. For Ethereum, compatibility with another network does not make their state, addresses, or security assumptions interchangeable. Operational analysis of Ethereum should also consider Ethereum Network and Ethereum Wallet. For Ethereum, each related record needs its own identifier because their relationship does not make the contracts, issuers, or risk assumptions interchangeable.
Key Takeaway
Ethereum is a proof-of-stake smart-contract settlement network whose applications depend on gas, contract correctness, validators, clients, and secure user authorization.
Sources
- Ethereum Developer Documentation — Ethereum Foundation (2026-08-01)
- Ethereum Documentation: Transactions — Ethereum Foundation (2026-08-01)