Ethereum is a decentralized, open-source blockchain network that lets people run programs called smart contracts without a central operator, and its native cryptocurrency, ether (ETH), is used to pay for the computation those programs require. Where a payments-focused chain mainly moves value from one address to another, Ethereum is a general-purpose platform: developers deploy code that executes exactly as written, and thousands of computers around the world keep an identical, tamper-resistant copy of the results. That combination of a shared ledger and a built-in programming environment is what people mean when they call Ethereum a "world computer."

What problem does Ethereum solve?

Traditional online services rely on a trusted middleman — a bank, an exchange, a platform — to hold balances and enforce rules. Ethereum removes the need to trust that single party by replacing it with code and a distributed network. Once a smart contract is deployed, it runs on its own terms, and anyone can verify the rules before using it. This enables applications where the logic itself, rather than a company's promise, guarantees how funds and data are handled.

That design opened the door to entirely new categories: lending markets that match borrowers and lenders automatically, exchanges that swap tokens with no order book operator, digital collectibles with provable ownership, and stablecoins that live directly on-chain. Many of these are compared and explained across our market coverage, and you can track the asset itself on our Ethereum market page.

How does Ethereum actually work?

At its core, Ethereum maintains a global state — a giant record of every account, balance, and contract. When you send a transaction, you are asking the network to change that state: move ether, call a contract function, or deploy new code. Validators bundle transactions into blocks, execute them in the Ethereum Virtual Machine (EVM), and agree on the new state. Because every validator runs the same computation, they reach the same result and the ledger stays consistent.

The EVM is the shared runtime that makes this possible. Any developer, anywhere, can write a contract, and every node executes it identically. This is why a token issued on Ethereum behaves the same for everyone and why applications can plug into each other — one contract can call another, composing into more complex services.

What is ether and what is gas?

Ether is the fuel of the network. Every action that changes Ethereum's state costs a small amount of computational effort, measured in units called gas. You pay for that gas in ether, and the price fluctuates with demand: when many people transact at once, gas gets more expensive; when the network is quiet, fees fall. This pricing prevents anyone from clogging the system with endless free computation, since each operation has a real cost.

Ether also plays a second role beyond fees. Since the move to proof of stake, ether is what validators lock up to help secure the chain. So the same asset both pays for usage and underpins the network's security — two functions that give it purpose within the ecosystem rather than resting on speculation alone.

What are smart contracts and dApps?

A smart contract is a program stored on the blockchain that runs automatically when its conditions are met. Think of it as a vending machine: put in the right input, and the defined output follows, with no attendant needed. Contracts can hold and release funds, mint tokens, or enforce the rules of a game or marketplace. Because the code is public and immutable once deployed, users can audit exactly what it will do.

Decentralized applications, or dApps, are user-facing services built on top of one or more smart contracts. A lending dApp, for example, might pair a web interface with contracts that manage deposits, collateral, and interest. The interface can live on a normal website, but the money and logic sit on-chain, which is what makes the app hard to censor or shut down.

How is Ethereum secured with proof of stake?

Ethereum reaches agreement through proof of stake, a system where participants called validators put up ether as a security deposit for the right to propose and confirm blocks. Honest work is rewarded with additional ether; dishonest behavior, such as trying to approve conflicting blocks, can cause a validator to lose part of its stake through a penalty known as slashing. This aligns economic incentives with keeping the ledger accurate.

Proof of stake replaced the earlier energy-intensive mining model, cutting Ethereum's electricity use dramatically while keeping the network open — anyone with enough ether can participate directly, and those with smaller amounts can join through staking pools. The security budget scales with the value staked, so as more ether is committed, attacking the chain becomes proportionally more expensive.

How do you start using Ethereum?

Getting on-chain is more approachable than it looks. The following steps cover the essentials without assuming any technical background:

1. Set up a wallet. Choose a self-custody wallet — a browser or mobile app for everyday use, or a hardware device for larger holdings. Compare options on our wallets and hardware wallets pages.

2. Secure your recovery phrase. Write the 12- or 24-word phrase on paper and store it offline. Anyone with it controls your funds, so never photograph or type it into a website.

3. Acquire some ether. Buy ETH from a reputable exchange (see our exchange ratings) and withdraw it to your wallet address.

4. Keep ether for gas. Even to move tokens or use a dApp, you need a little ether on hand to pay fees.

5. Connect and interact. Visit a dApp, connect your wallet, and approve only transactions you understand. Read each prompt before signing.

Start small while you learn the flow. Sending a tiny test amount first is a cheap way to confirm you have the right address and settings.

How is Ethereum different from Bitcoin?

The simplest way to frame it: Bitcoin was designed primarily as sound digital money, while Ethereum was designed as a programmable platform that money is only one part of. Bitcoin's scripting is intentionally limited for security and predictability; Ethereum's is expansive, enabling arbitrary applications. You can learn more about the former on our Bitcoin market page.

The two also secure themselves differently — Bitcoin uses proof-of-work mining, Ethereum uses proof of stake — and they serve overlapping but distinct communities. Neither makes the other obsolete; they optimize for different goals, and many people hold or use both. This article is educational and not financial advice.

What can you build or do on Ethereum?

Because Ethereum is general-purpose, the range of activity is broad. In decentralized finance you can lend, borrow, trade, and earn yield without an intermediary. Non-fungible tokens let creators issue verifiably scarce digital items, from art to event tickets. Stablecoins — tokens pegged to a currency like the dollar — settle instantly on the network and are widely used for payments and savings; you can compare leading ones on our stablecoins ratings.

Beyond finance, teams build decentralized identity systems, on-chain governance for communities, supply-chain records, and gaming economies. The common thread is that all of these run on shared infrastructure no single company owns, which is precisely what draws builders to the platform.