What is Ethereum?
Ethereum is the programmable blockchain that runs most of Web3. In one read, understand smart contracts, gas fees, proof-of-stake, staking, DeFi, and why ETH matters โ explained plainly for beginners, with no prior knowledge required.
Ethereum at a glance
- Ticker
- ETH
- Launched
- July 30, 2015
- Creator
- Vitalik Buterin (+ 8 co-founders)
- Consensus
- Proof-of-Stake (since The Merge, 2022)
- Block time
- ~12 seconds
- Max supply
- No hard cap (dynamic issuance)
- Native asset
- Ether (ETH), divisible to wei (10โปยนโธ)
- Smart contracts
- Yes (Turing-complete EVM)
Ethereum explained in one paragraph
Ethereum is a public, programmable blockchain โ a globally shared computer that anyone can send code to and no single party can shut down. Its native currency, ether (ETH), pays for the computation and storage that code consumes. While Bitcoin is mainly a store of value (digital gold), Ethereum is a world computer: a platform on which developers deploy smart contracts that automatically execute when their conditions are met, powering applications from decentralized finance (DeFi) to NFTs, stablecoins, identity, and on-chain games.
Ethereum was proposed in late 2013 by a 19-year-old programmer named Vitalik Buterin, crowdfunded in 2014, and went live on July 30, 2015. In September 2022 it completed The Merge, switching from energy-intensive proof-of-work to proof-of-stake, cutting its energy use by roughly 99.95%. Today Ethereum settles hundreds of billions of dollars in value every month and is the settlement layer for more than half of all DeFi activity.
Smart contracts: the self-executing code
A smart contract is a small program that lives on the Ethereum blockchain. It holds its own balance of ETH and tokens, and it runs exactly as written โ every node on the network executes the same instructions and stores the same result. Because the contract enforces its own rules automatically, two parties can transact without trusting each other or relying on a middleman. The contract is the escrow, the exchange, the insurance policy, or the registry.
Smart contracts are typically written in a language called Solidity (similar to JavaScript and C++) and compiled to bytecode that runs on the Ethereum Virtual Machine (EVM). Once deployed, a contract's code cannot be changed โ only new contracts can be deployed. This immutability is a feature (censorship resistance, predictable rules) and a risk (bugs are permanent, which is why high-stakes contracts are professionally audited). Every DeFi protocol, NFT collection, stablecoin, and DAO on Ethereum is, at its core, a set of smart contracts.
Example: on a decentralized exchange like Uniswap, there is no company holding your funds. A smart contract holds the liquidity pool. When you swap USDC for ETH, the contract checks it received your USDC, computes the price from its reserves, and sends you ETH โ all in one atomic transaction that either fully succeeds or fully reverts.
Gas: the price of computation
Every operation on Ethereum โ sending ETH, swapping a token, minting an NFT โ consumes a measurable amount of computation. That cost is measured in gas, and the user pays for it in ETH. Gas is denominated in gwei (1 gwei = 10โปโน ETH = one billionth of an ether). A simple ETH transfer costs ~21,000 units of gas; a complex DeFi operation may cost 200,000โ500,000 units.
The total fee for a transaction is: gas used ร base fee ร priority fee. Since Ethereum's EIP-1559 upgrade in 2021, every block has a protocol-set base fee that adjusts up or down based on demand, plus an optional priority fee (tip) you pay to get your transaction included faster. The base fee is burned โ permanently removed from supply โ which is why ETH has sometimes been deflationary during high-activity periods.
Gas prices rise when the network is congested. A simple transfer might cost $0.20 on a quiet Sunday and $15 during a hot NFT mint. This is the main reason Layer-2 networkslike Arbitrum, Optimism, Base, and Polygon exist: they batch thousands of transactions off-chain and settle them on Ethereum as one, bringing fees down to cents while keeping Ethereum's security.
Proof-of-stake and The Merge
For its first seven years Ethereum secured itself with proof-of-work (mining), the same system Bitcoin uses. In September 2022, The Merge switched Ethereum to proof-of-stake (PoS). Instead of miners burning electricity to solve puzzles, validatorslock up ("stake") ETH as a security deposit and take turns proposing and attesting blocks. Honest validators earn rewards; validators that sign conflicting blocks or go offline get slashed โ a portion of their stake is destroyed.
PoS cut Ethereum's energy consumption by ~99.95% and made it economically irrational to attack the network: to compromise a majority, an attacker would need to acquire and stake tens of billions of dollars of ETH, which they would then lose to slashing. Roughly 1 million validators now secure the chain, collectively staking more than 30 million ETH.
The shift to PoS also set up Ethereum's economic model: new ETH is issued to validators as a reward, while the EIP-1559 base-fee burn offsets that issuance. When network activity is high, more ETH is burned than created and the supply shrinks; when activity is low, the supply grows slowly. There is no hard cap on ETH, unlike Bitcoin's 21 million.
Staking: earning yield on ETH
Stakingis the act of locking up ETH to help secure the network and earning rewards in return. Because Ethereum is proof-of-stake, validators must put capital at risk; staking rewards (currently in the ~3โ5% annual range, varying with total stake and network activity) are the incentive for that capital. Staking is the closest thing Ethereum has to a "risk-free" on-chain yield, though it is not without risks (slashing, lock-up illiquidity, protocol risk).
There are several ways to stake, each with a different trade-off between control, size, and liquidity:
- Solo staking โ run your own validator node with 32 ETH. Maximum rewards, maximum control, no counterparty risk, but requires hardware, uptime, and technical knowledge.
- Staking-as-a-service โ you keep your 32 ETH but a provider runs the node for a fee. You keep signing keys.
- Staking pools / liquid staking โ protocols like Lido (stETH), Rocket Pool (rETH), and Coinbase (cbETH) let you stake any amount and receive a tradeable token that appreciates against ETH. The most popular path for everyday holders.
- CEX staking โ the easiest option: stake through a centralized exchange you already use. Convenient but custodial (the exchange holds your keys).
Liquid staking tokens (LSTs) like stETH have become a backbone of DeFi โ they can be used as collateral for loans, supplied to lending pools, or paired in liquidity positions, effectively letting the same ETH earn yield twice.
DeFi, NFTs, and the decentralized app ecosystem
Ethereum is the settlement layer for the vast majority of decentralized applications (dApps). The largest category by value is decentralized finance (DeFi) โ financial primitives built from smart contracts instead of banks. A few core building blocks make up most of DeFi:
- Decentralized exchanges (DEXs) like Uniswap, Curve, and Balancer let you swap tokens peer-to-contract without an order book or an operator.
- Lending markets like Aave and Compound let you earn interest on deposits or borrow against collateral, with rates set algorithmically by supply and demand.
- Stablecoins like USDC, USDT, and DAI provide a dollar-pegged unit of account, settling on-chain 24/7.
- Perpetuals and derivatives like dYdX and GMX offer leveraged trading and options without a central clearinghouse.
Beyond DeFi, Ethereum hosts the original NFT standard (ERC-721, created on Ethereum in 2017), the DAO (decentralized autonomous organization) governance model, on-chain identity, prediction markets, and thousands of games. The reason so much activity concentrates here is network effects and liquidity: the assets, the developers, the tooling, and the users are all already on Ethereum.
You can explore live DeFi protocols and TVL (total value locked) on our DeFi dashboard.
Ethereum vs Bitcoin: what is the difference?
Ethereum and Bitcoin are often mentioned together, but they aim at different goals. Bitcoinis a monetary network: hard-capped at 21 million coins, optimized to be a decentralized, censorship-resistant store of value โ "digital gold." Its scripting language is intentionally limited. Ethereum is a programmable platform: uncapped (but low and dynamic) issuance, a Turing-complete virtual machine, and a design built to host arbitrary applications.
The practical shorthand: Bitcoin holds value, Ethereum runs programs. Bitcoin is simpler and has existed longer; Ethereum is more flexible and carries more surface area (and more complexity risk). Both are widely held, both have approved spot ETFs in the US, and most long-term holders own both. For a side-by-side number comparison, see our live BTC vs ETH comparison or the live Ethereum price page.
How to get your first ETH
You do not need to buy a whole ether โ ETH is divisible to 18 decimals. Most people start with $20 to $100 worth. Here are the four common entry points.
Buy on an exchange
Purchase ETH with fiat (USD, EUR, etc.) on a regulated exchange like Coinbase, Kraken, or Binance. This is the easiest path for beginners. See our full how-to-buy-crypto guide for the exact steps.
Receive from someone
Anyone with ETH can send it to your wallet address. Transactions settle in ~12 seconds and cost a small gas fee paid by the sender.
Earn it onchain
Provide liquidity to a DEX, lend on Aave, sell an NFT, do freelance work for crypto, or run a validator. Ethereum is an open economy: anyone with an internet connection can earn ETH.
Stake or restake
If you already hold ETH, staking (via Lido, Rocket Pool, a solo node, or a CEX) generates yield denominated in ETH. Restaking protocols like EigenLayer layer additional rewards on top.
For the full step-by-step walkthrough (exchange comparison, KYC, funding, wallets), see our how to buy cryptocurrency guide.
Ethereum Layer-2 networks, explained
Layer-2s (L2s) are networks built on top of Ethereum. They batch thousands of transactions off-chain and settle them back to Ethereum as a single compressed batch โ giving you Ethereum-grade security at a fraction of the cost. Most everyday Ethereum activity now happens on an L2.
| Network | Type | Notes |
|---|---|---|
| Arbitrum | Optimistic Rollup | Largest L2 by TVL; EVM-equivalent. |
| Optimism | Optimistic Rollup | Part of the OP Stack used by Base and others. |
| Base | Optimistic Rollup | Built by Coinbase; consumer-friendly. |
| Polygon PoS | Sidechain | Fast, cheap; secured by its own validator set. |
| zkSync Era | ZK Rollup | Zero-knowledge proofs for finality. |
| Starknet | ZK Rollup | Cairo-based; high throughput compute. |
Ethereum's journey: a short timeline
- 2013
Vitalik Buterin publishes the Ethereum whitepaper.
- 2014
Ethereum crowdfunds 31,000 BTC (~$18M at the time).
- Jul 2015
Frontier โ the first usable Ethereum release goes live.
- 2016
The DAO hack; Ethereum forks into ETH and Ethereum Classic (ETC).
- Dec 2020
The Beacon Chain (proof-of-stake) launches alongside the mainnet.
- Aug 2021
EIP-1559 introduces the base-fee burn.
- Sep 2022
The Merge: Ethereum fully transitions to proof-of-stake.
- Apr 2023
Shanghai (Shapella) upgrade enables staking withdrawals.
- Mar 2024
Dencun upgrade introduces "blobs," slashing L2 fees.
Frequently asked questions
What is Ethereum in simple terms?+
Ethereum is a public blockchain that anyone can send code to. Its native cryptocurrency is called ether (ETH). Unlike Bitcoin, which is mainly digital money, Ethereum is a programmable platform: developers can deploy self-executing programs called smart contracts, which power applications like decentralized exchanges, lending protocols, stablecoins, NFTs, and games. Think of Bitcoin as a calculator and Ethereum as a smartphone.
What is the difference between Ethereum and ether (ETH)?+
Ethereum is the network โ the blockchain and the platform. Ether (ETH) is the cryptocurrency that runs on it. People use the two names loosely, but technically you hold ether, not ethereum. ETH is used to pay transaction fees (gas), to secure the network through staking, and as a store of value and unit of account across Ethereum applications.
Who created Ethereum?+
Ethereum was proposed in a 2013 whitepaper by a 19-year-old Russian-Canadian programmer named Vitalik Buterin. It was built by a founding team that included Vitalik Buterin, Gavin Wood, Charles Hoskinson, Anthony Di Iorio, Joseph Lubin, Mihai Alisie, Amir Chetrit, and Jeffrey Wilcke. The network was crowdfunded in 2014 and launched publicly on July 30, 2015. Vitalik remains the most visible figure in the ecosystem.
Is Ethereum better than Bitcoin?+
They are designed for different purposes, so neither is strictly better. Bitcoin is optimized to be a decentralized store of value with a fixed 21 million cap; Ethereum is a programmable platform for decentralized applications with a dynamic supply. Bitcoin is simpler and more battle-tested as money; Ethereum is more flexible and powers most DeFi, NFTs, and on-chain applications. Most long-term holders own both.
Why are Ethereum gas fees so high?+
Gas fees rise when more people want to use Ethereum than the network has capacity for, the same way surge pricing works for ride-shares. During popular NFT mints or market mania, fees spike. Ethereum has addressed this with upgrades like EIP-1559 (predictable pricing) and Dencun (cheap data "blobs" for L2s), and by scaling through Layer-2 networks like Arbitrum, Optimism, and Base, which offer transactions for a few cents while settling on Ethereum.
How does Ethereum staking work and how much does it pay?+
Staking is the process of locking up ETH to help validate transactions and secure the proof-of-stake network. In return, stakers earn rewards denominated in ETH โ currently around 3 to 5 percent per year, though the rate varies with the total amount staked and network activity. You can stake by running your own validator (requires 32 ETH and technical setup) or more easily by using a liquid staking protocol like Lido (stETH) or Rocket Pool (rETH), or by staking through a centralized exchange.
What is The Merge?+
The Merge was the September 15, 2022 upgrade that transitioned Ethereum from proof-of-work (mining) to proof-of-stake (validating). It reduced Ethereum energy consumption by approximately 99.95 percent and set the stage for future scaling upgrades. No action was required from ETH holders; the native asset remained ETH before and after.
Is Ethereum a good investment?+
Ethereum is one of the largest and most established crypto assets, with real cash-flowing usage (gas fees, DeFi TVL) and a clear thesis as the programmable settlement layer of Web3. However, crypto is highly volatile, ETH has drawn down 75 to 90 percent in past bear markets, and no asset is guaranteed to go up. This is educational information, not financial advice. Only invest what you can afford to lose, and consider dollar-cost averaging rather than lump-sum bets.
How many Ethereum are there?+
As of 2026 there are roughly 120 million ETH in circulation. Unlike Bitcoin, Ethereum has no hard supply cap. Issuance under proof-of-stake is low and dynamic: new ETH is minted to pay validators, while the EIP-1559 base fee burns ETH on every transaction. In periods of high activity, Ethereum has been deflationary โ more ETH burned than created.
Can Ethereum be hacked?+
The Ethereum base layer has never been hacked and is considered extremely secure, secured by over a million validators and tens of billions of dollars staked. However, individual smart contracts, applications, and wallets are hacked regularly due to code bugs, bridge vulnerabilities, and user error (phishing, exposed seed phrases). The network and the asset are robust; the apps on top vary wildly in security. Always use audited protocols and a hardware wallet for meaningful amounts.
What is an Ethereum Layer-2 (L2)?+
A Layer-2 is a network that processes transactions off Ethereum and posts the results back to Ethereum for security. Examples include Arbitrum, Optimism, Base, zkSync, and Starknet. L2s inherit Ethereum security while delivering much faster and cheaper transactions โ typically a few cents. Most everyday DeFi and consumer activity has migrated to L2s, with Ethereum serving as the high-value settlement layer underneath.
Go deeper on Ethereum
These free NexPers tools help you track ETH, analyze the network, and put what you just learned to work.
Live ETH price & charts โ
Real-time Ethereum price, market cap, volume, and full trading history.
Track your ETH holdings โ
Add ETH and ERC-20 tokens to a portfolio and track cost basis and P&L.
Explore DeFi protocols โ
See TVL across Uniswap, Aave, Lido, and hundreds of other Ethereum protocols.
Set ETH price alerts โ
Get notified the moment ETH crosses your target buy or sell price.
Track ETH whale moves โ
Watch large wallets accumulate or dump ETH and ERC-20s in real time.
Compare BTC vs ETH โ
Side-by-side price, market cap, volatility, and correlation for Bitcoin and Ethereum.
Start tracking Ethereum the right way
Create a free NexPers account to watch ETH, build a portfolio, set alerts, and get AI-powered analysis of the Ethereum ecosystem.
Get started free โ