
What is Ethereum? The world computer, explained
How Ethereum works, what smart contracts and gas actually are, and why most of crypto runs on it
If Bitcoin set out to be money, Ethereum set out to be a computer — a single, shared machine that anyone on Earth can program and no one can switch off. That one idea, that you could run code the way Bitcoin runs payments, turned out to be enormous. Most of what people mean when they say "crypto" today — stablecoins, trading, lending, NFTs — was built on top of it.
The one-sentence version
Ethereum is a global, programmable network where developers deploy small pieces of code called smart contracts that run exactly as written, with no company, server, or middleman in a position to alter or stop them.
Everything below is how that works and why it matters.
Where it came from
Bitcoin proved you could run money without a bank. A young programmer named Vitalik Buterin asked an obvious next question: if a network can enforce the rule "these coins moved from A to B," why not let it enforce any rule? Why not a network that runs whole applications?
Ethereum launched in July 2015, built by Buterin and a group of co-founders. The pitch was a world computer: not a faster payment system, but a general-purpose platform where the logic of an application lives on thousands of machines at once, so it keeps running even if any individual operator disappears. In 2022, Ethereum completed a years-long transition called The Merge, swapping Bitcoin-style mining for a far more energy-efficient system called Proof of Stake. That single change cut the network's energy use by more than 99%.

Smart contracts in plain terms
The word "contract" is a little misleading — a smart contract isn't a legal document. It's a program.
The best mental model is a vending machine. A vending machine holds funds, follows a fixed rule ("insert $2, receive a soda"), and needs no cashier. It can't be argued with and it can't play favourites. A smart contract is the same idea in software: it holds value, enforces a rule automatically, and executes the moment its conditions are met. Once deployed, it runs on its own.
Stack thousands of these together and you get decentralized applications ("dApps"): a currency exchange that's just code, a lending pool that pays interest with no bank, a marketplace for digital ownership. The contract holds the funds and enforces the rules; there's no company in the middle that could freeze your balance or change the terms overnight.
That power cuts both ways. A smart contract does exactly what it was written to do — including its bugs. If the code has a flaw, that flaw is now law, and attackers hunt for exactly these mistakes. "The code ran as written" is Ethereum's greatest strength and, when the code is wrong, its sharpest edge.
ETH and gas: why every action has a fee
The network's native coin is ether (ETH). Beyond being something you can hold or send, ETH is the fuel the machine runs on.
Every action on Ethereum — sending ETH, swapping tokens, minting an NFT — consumes computing power across the whole network, and you pay for that work in a fee called gas. Gas is quoted in gwei, a tiny denomination of ETH (one gwei is a billionth of an ether). A simple transfer is cheap; a complex interaction with several contracts costs more, because it asks the network to do more work.
Crucially, gas is a live market. When lots of people compete for space in the next block, the price rises; when the network is quiet, it falls. The same swap can cost a few cents at 3 a.m. and several dollars during a frenzy. If a transaction isn't urgent, sending it during a calm window can cut the fee dramatically — you can watch live Ethereum gas next to Bitcoin fees on the swap page before you commit. To understand how these charges are built up, see how crypto fees work.
Layer 2s: Ethereum's answer to congestion
Ethereum's security comes from thousands of machines checking every transaction — which is also why it can feel slow and expensive under load. The scaling solution the ecosystem settled on is the Layer 2 (or "L2").
A Layer 2, such as Arbitrum, Optimism, or Base, is a separate, faster network that processes transactions in bulk and then posts a compressed proof of them back to Ethereum for final settlement. You get most of Ethereum's security with a fraction of the cost and wait. The practical catch: an L2 is its own network. ETH on Base is not automatically ETH on Ethereum's main chain; moving between them requires a bridge or a swap. Sending funds to the wrong layer is a common and avoidable mistake — always confirm which network an address is on before you send.
Tokens: the layer most of crypto lives on
Anyone can create a token on Ethereum by deploying a contract that follows a shared standard called ERC-20. This is why so much of crypto shares Ethereum's plumbing. Dollar-pegged stablecoins like USDC and USDT are ERC-20 tokens; so are thousands of project and governance tokens. They all ride the same rails, which is convenient — and a reason to be careful, since launching a token is easy and a familiar name is no guarantee of substance.
What Ethereum is not
Being honest about the limits is what separates understanding from hype.
- It's not "better Bitcoin." They're built for different jobs. Bitcoin optimises for being sound, unchanging money; Ethereum optimises for flexibility and features. We compare them directly in Bitcoin vs Ethereum.
- It's not free or infinitely fast. Blocks are limited, so gas exists precisely to ration space. Popular moments get expensive.
- It's not a company or a stock. Holding ETH isn't owning equity in a business — there are no shares, earnings, or dividends.
- It's not risk-free because it's "decentralized." The base network is robust, but individual dApps are only as safe as their code and their team. A smart contract can be audited and still be exploited.
Getting some ETH, safely
You don't need an exchange account to hold ether. With a non-custodial swap you can convert another asset directly into a wallet you control.
- Set up an Ethereum wallet and back up its recovery phrase on paper — never a screenshot, never the cloud. If you're choosing one, start with how to pick a wallet.
- Copy your receiving address — it starts with
0xand is 42 characters long — and confirm it's on the Ethereum network, not an L2, unless you mean to use one. - Do a small test transfer first for any large amount, since on-chain sends can't be undone.
- Check the live Ethereum price so you know the market rate going in, then start a swap.

Quick answers
Is Ethereum just a cryptocurrency? No. ETH is a coin, but Ethereum is the platform underneath it — a programmable network that runs applications, with ETH as its fuel.
Why are gas fees sometimes so high? Block space is limited, so users bid for it. Heavy demand pushes the price up; a quiet network brings it back down to cents.
Is ETH capped like Bitcoin's 21 million? No. Ether has no fixed supply cap, though the network burns a portion of gas fees, which can offset or exceed new issuance depending on activity.
Do I have to buy a whole ETH? No. Ether divides into tiny fractions, so you can hold any small amount.
The takeaway
Ethereum took Bitcoin's breakthrough — a network no single party controls — and made it programmable. That's why it became the foundation for stablecoins, on-chain trading, and most of crypto's activity. The trade-off is real complexity: gas markets, Layer 2s, and smart contracts that do exactly what they say, bugs included. Learn how the pieces fit, respect the responsibility of holding your own keys, and Ethereum stops looking like magic and starts looking like what it is — a shared computer anyone can build on. When you're ready, check the Ethereum price or start a swap.