WTF / ETH
Start from absolutely zeroEthereum, explained without the sales pitch ETH vs Ethereum: the name is doing two jobs A smart contract is a program. That’s the starting point.
Learn by doing (carefully)Your Ethereum wallet doesn’t actually hold the coins Ethereum gas fees, minus the headache How to read an Ethereum transaction receipt
The bigger pictureEthereum layer 2: more room, different trade-offs Ethereum staking is network work, not free interest DeFi and stablecoins: useful ideas, real dependencies
ETH priceAboutEditorial policy

Ethereum, explained without the sales pitch

Ethereum is a network that checks transactions and keeps shared records. Smart contracts are programs on the network. ETH is its native asset, used for transaction fees and proof-of-stake security. Using Ethereum does not guarantee an app is safe.

Clay computers arranged around a shared lavender ledger.

Put the pieces together

Example: checking a balance, then sending ETH

You open a wallet to read a balance. The wallet gets information about the network’s state, which means its current records. You then choose to send ETH. The wallet asks you to approve the action and signs it. Ethereum checks the transaction before its shared records can change. The fee calculator lets you explore the cost of that work.

  • Ethereum: The network that checks transactions and keeps shared records.
  • ETH: The native asset used for network fees and staking.
  • Wallet: The tool you use to view an account and approve actions.

Keep in mind: You can read these guides and try the fee calculator without buying ETH.

What does the Ethereum network do?

Ethereum is a network of computers that agree on a shared history and state. People submit transactions; the network checks them against common rules. Instead of one company maintaining the only official set of records, software run by different people checks the result. That does not mean every part of every app is decentralized.

What is ETH used for?

Ether, usually written ETH, is the network’s native asset. It pays for computing work and is used in proof-of-stake security. Ethereum is the network; ETH is the asset. Buying ETH is not buying shares in a company or a guaranteed claim on application revenue.

What makes it programmable

Smart contracts are programs deployed to the network. They can track tokens, implement exchanges, or enforce other rules. A user interacts by submitting a transaction or making a read-only query. Contract code can contain bugs, and some contracts include administrative powers, so “on Ethereum” is not a quality certificate.

What this is actually useful for

The interesting property is shared execution: different applications can build around the same public state and contract interfaces. The trade-offs include fees, public activity, and transactions that are difficult to reverse. You can learn how the system works without buying anything. Start with wallets and gas before trying an application.

Example: changing your own copy does not change the network

Imagine editing a local copy of the records to give yourself an extra 100 ETH. That edit is not an accepted Ethereum transaction.

Other nodes check changes against the network’s rules. They do not accept a balance simply because your computer displays it. Shared records depend on valid transactions, not on trusting whatever one screen says.

Separate what an interface shows from what the network records. This is why a wallet screen is useful for access but is not the source of the rules.

Check the source

Ethereum.org documentation

This is an original, AI-assisted educational explanation. Sources and limitations are provided for verification; it is not personalized financial advice. Read the editorial policy or report a correction.

ETH vs Ethereum: the name is doing two jobs

Learn the difference between Ethereum and ETH, why network fees use ETH, and how native ETH differs from token representations shown in a wallet.

A smart contract is a program. That’s the starting point.

Learn how Ethereum smart contracts apply rules, how reading data differs from changing it, and why code, audits, and a polished app do not guarantee safety.