← RushX Crypto Library
Ethereum Reference Guide

What Is Ethereum?The Complete Guide

A comprehensive introduction to Ethereum: its history, EVM, smart contracts, gas, proof of stake, validators, staking, ETH supply, Layer 2 networks, tokens, DeFi, NFTs, security, and risks.

Ethereum basicsSmart contractsProof of stakeLayer 2

Ethereum is a decentralized blockchain network and software platform powered by its native asset, ether.

Its defining feature is programmable state: developers can deploy smart contracts that create applications, assets, financial markets, organizations, and digital identities.

Mainnet launch
2015
Native asset
Ether (ETH)
Execution
Ethereum Virtual Machine
Consensus
Proof of stake
01 · Foundation

What Is Ethereum?

Ethereum is a public network that lets independent computers agree on account balances, smart-contract code, application state, and transaction order.

The native asset, ETH, is used to pay for computation, secure proof of stake, transfer value, and interact with applications.

Ethereum is often described as a programmable settlement layer because applications can share the same base network and state.

Ethereum and ETH are not identical
Ethereum is the network and platform. ETH is the native asset used within that network.
02 · Purpose

Why Was Ethereum Created?

Bitcoin demonstrated decentralized digital money, but its scripting system was deliberately limited.

Ethereum was proposed as a more general platform where developers could deploy arbitrary programs that share a common blockchain and economic system.

The objective was not only to transfer value, but to make digital agreements and applications programmable.

03 · History

The History of Ethereum

Ethereum evolved through public research, open-source development, major upgrades, application growth, and a multi-year transition from proof of work to proof of stake.

2013
Vitalik Buterin publishes the original Ethereum whitepaper.
2014
The Ethereum project is publicly announced and development funding begins.
2015
Ethereum Mainnet launches with the Frontier release.
2016
The DAO exploit leads to a contentious hard fork and the creation of Ethereum Classic.
2017
Token issuance and decentralized applications expand rapidly.
2019
EIP-1559 is formally proposed as a new fee-market design.
2020
The Beacon Chain launches and begins Ethereum's proof-of-stake transition.
2021
The London upgrade activates EIP-1559 and begins burning the base fee.
2022
The Merge transitions Ethereum Mainnet from proof of work to proof of stake.
2023
The Shanghai and Capella upgrades enable validator withdrawals.
2024
The Dencun upgrade activates blob transactions to improve Layer 2 data availability.
2025
The Pectra upgrade introduces improvements for staking, accounts, and Layer 2 support.
04 · Origin

Who Is Vitalik Buterin?

Vitalik Buterin authored the original Ethereum whitepaper and helped organize the early project.

Ethereum was not built by one person. Its launch and continued development involved many co-founders, researchers, client teams, developers, and community contributors.

Today, protocol development remains distributed across multiple independent teams rather than controlled by one founder.

05 · Design

The Ethereum Whitepaper

The whitepaper describes a blockchain with a built-in programming environment for financial contracts, decentralized organizations, naming systems, and applications.

Ethereum later evolved beyond the original design, but the whitepaper remains an important historical introduction.

Read the Ethereum whitepaper ↗
06 · Process

How Ethereum Works

Step 01
Create a transaction

A wallet defines a value transfer or contract call.

Step 02
Sign it

The account owner authorizes the transaction with a private key.

Step 03
Broadcast it

The transaction is shared with Ethereum nodes.

Step 04
Execute it

The EVM processes the transaction and calculates state changes.

Step 05
Include it

A validator proposes a block containing valid transactions.

Step 06
Finalize it

Proof-of-stake consensus confirms and finalizes the block.

07 · Execution

The Ethereum Virtual Machine

The Ethereum Virtual Machine is the shared execution environment that runs smart-contract code across Ethereum nodes.

Every node reaches the same result by processing the same valid transactions from the same prior state.

Gas limits computation so programs cannot consume unlimited network resources.

Deterministic execution
The same transaction and prior state must produce the same result on every compliant Ethereum client.
08 · Programs

Smart Contracts

A smart contract is code and stored data located at an Ethereum address.

Contracts can hold assets, enforce rules, call other contracts, issue tokens, operate markets, and manage application state.

Once deployed, a contract's behavior depends on its code, upgrade design, governance, and permissions.

Smart does not mean safe
A smart contract can contain bugs, flawed assumptions, or privileged administrative controls.
09 · Applications

Decentralized Applications

On-chain logic
Smart contracts define the core rules.
User interface
A website or wallet helps users interact with contracts.
Data services
Indexers and RPC providers improve usability.
Wallet connection
Users authorize actions from their accounts.
10 · Identity

Ethereum Accounts

Externally owned account

Controlled by a private key and used to initiate transactions.

Contract account

Controlled by deployed code and activated by messages or transactions.

11 · State changes

Transactions and Blocks

Transfer ETH
Move the native asset between accounts.
Call a contract
Execute a function in a smart contract.
Deploy a contract
Create a new contract account and code.
Sign data
Authorize messages without necessarily sending an on-chain transaction.
12 · Resources

Gas and Gas Fees

Gas measures the computational effort required by an Ethereum operation.

Simple ETH transfers use less gas than complex contract interactions involving storage, multiple calls, or cryptographic operations.

Simplified fee
Gas used × effective gas price
13 · Fee market

EIP-1559 and Fee Burning

EIP-1559 introduced a protocol-calculated base fee and a more flexible block-size target.

The base fee is burned, while users may include a priority fee to reward block inclusion.

Base fee
Calculated by the protocol and burned.
Priority fee
An optional tip paid for inclusion.
Maximum fee
The user's upper limit for fee payment.
14 · Consensus

Proof of Stake

Ethereum proof of stake selects validators to propose blocks and attest to valid chain history.

Validators commit ETH that can be penalized if they violate protocol rules or fail to perform duties.

Economic accountability
Proof of stake secures consensus by placing validator capital at risk.
15 · Network operators

Validators

Propose blocks
Selected validators assemble and publish blocks.
Attest
Validators vote on chain head and checkpoint validity.
Maintain uptime
Reliable participation supports consensus.
Risk penalties
Offline or dishonest behavior can reduce staked ETH.
16 · Participation

Ethereum Staking

MethodControlMain risk
Solo stakingHighest operational controlTechnical and slashing risk
Staking-as-a-serviceDelegated operationProvider and custody risk
Pooled stakingLower capital thresholdSmart-contract and operator risk
Exchange stakingSimple interfaceCustodial and platform risk
17 · Major upgrade

The Merge

The Merge joined Ethereum's execution layer with the Beacon Chain proof-of-stake consensus layer on September 15, 2022.

Mining ended and validators became responsible for block proposal and consensus.

The transition reduced Ethereum's direct consensus energy use by approximately 99.95% according to ethereum.org.

18 · Monetary policy

ETH Supply and Issuance

ETH does not have a fixed maximum supply.

New ETH is issued to validators, while the base fee from transactions is burned.

Net supply can therefore be inflationary or deflationary over a period depending on issuance and network activity.

Supply is dynamic
ETH supply changes according to protocol issuance and fee burning, not a fixed 21-million cap.
19 · Infrastructure

Nodes and Clients

Execution client

Processes transactions, runs the EVM, and maintains Ethereum state.

Consensus client

Participates in proof-of-stake consensus and block gossip.

20 · Access

Ethereum Wallets

Wallet typeStrengthMain risk
Browser walletConvenient dApp accessPhishing and extension risk
Mobile walletPortable and simpleDevice compromise
Hardware walletKeys isolated from normal internet useBackup and supply-chain risk
Smart-contract walletProgrammable recovery and permissionsContract and implementation risk
Custodial accountSimple recoveryCounterparty and withdrawal risk
21 · Ownership

Public and Private Keys

Address

Shared to receive ETH and tokens or identify a contract.

Private key

Secret information used to authorize transactions.

Never share a seed phrase
Legitimate applications and support teams do not need your private key or recovery phrase.
22 · Standards

Ethereum Token Standards

StandardPurposeCommon use
ERC-20Fungible tokensStablecoins, governance, utility assets
ERC-721Unique tokensNFTs and unique ownership records
ERC-1155Multi-token contractsGames and mixed asset collections
23 · Fungible assets

ERC-20 Tokens

ERC-20 defines a common interface for fungible tokens.

Wallets, exchanges, and applications can integrate many tokens because they expose familiar functions such as transfer, balance, approval, and allowance.

24 · Unique assets

ERC-721 and NFTs

ERC-721 defines non-fungible tokens where each token ID is unique.

NFTs can represent digital art, collectibles, game items, memberships, credentials, tickets, or other unique records.

The token and the media are different
An NFT commonly points to metadata. Ownership of the token does not automatically grant copyright to associated media.
25 · Multi-token standard

ERC-1155

ERC-1155 allows one contract to manage fungible, semi-fungible, and non-fungible tokens, making it useful for gaming and complex asset systems.

26 · Finance

Decentralized Finance

Decentralized exchange
Trade tokens through smart-contract liquidity.
Lending
Borrow and lend assets through collateralized markets.
Derivatives
Create synthetic exposure, options, or perpetual contracts.
Asset management
Automate portfolio and yield strategies.
Stablecoins
Use tokens designed to track currencies or assets.
Insurance
Create pooled or parametric risk products.
27 · Digital dollars

Stablecoins on Ethereum

Fiat-backed

Issued against reserves held by a centralized entity.

Crypto-backed

Issued against on-chain collateral.

Algorithmic

Uses market incentives or protocol rules and may carry higher design risk.

28 · Scaling

Layer 2 Scaling

Layer 2 networks process activity away from Ethereum's base execution environment while using Ethereum for settlement, data availability, or dispute resolution.

Their objective is to increase throughput and reduce user costs without abandoning Ethereum as the security anchor.

29 · Scaling architecture

Rollups

Optimistic rollups

Assume batches are valid unless challenged during a dispute period.

Zero-knowledge rollups

Submit cryptographic proofs that demonstrate valid state transitions.

30 · Data availability

Blob Transactions and EIP-4844

EIP-4844 introduced blob-carrying transactions designed for temporary Layer 2 data availability.

Blobs create a separate fee market from normal EVM execution and help reduce rollup data costs.

31 · User experience

Account Abstraction

Social recovery
Recover access through predefined guardians or rules.
Batching
Combine multiple actions into one user operation.
Sponsored gas
Allow another party or token mechanism to pay fees.
Custom permissions
Set spending limits, session keys, or security policies.
32 · Comparison

Ethereum vs Bitcoin

FeatureEthereumBitcoin
Primary focusProgrammable settlement and applicationsDecentralized money and settlement
ConsensusProof of stakeProof of work
Native assetETHBTC
Supply policyDynamic issuance and burningApproximate 21 million cap
ProgrammingGeneral smart-contract environmentDeliberately limited scripting
33 · Comparison

Ethereum vs Solana

FeatureEthereumSolana
Scaling modelLayer 1 plus rollup-centered Layer 2 ecosystemHigh-throughput integrated Layer 1
ExecutionEVM and compatible environmentsSolana runtime
Hardware demandsBroad client and node configurationsGenerally higher validator hardware requirements
Ecosystem designModular and multi-layerMore vertically integrated
Native assetETHSOL
34 · Protection

Ethereum Security

Protocol risk
Potential consensus, client, or specification failures.
Smart-contract risk
Bugs, faulty logic, or privileged controls.
Bridge risk
Failures in cross-network custody or message validation.
Wallet risk
Malware, phishing, seed theft, and signing errors.
Oracle risk
Incorrect external data can break application logic.
Market risk
ETH and token prices can be highly volatile.
The protocol and the application are different layers of risk
A DeFi exploit does not automatically mean Ethereum consensus failed.
35 · Data

Privacy and Transparency

Ethereum account balances, contract state, and transaction history are publicly visible.

Addresses are pseudonymous, but behavior can be linked through exchanges, repeated interactions, ENS names, and off-chain data.

36 · Evaluation

Advantages and Limitations

Potential advantages

  • • Open programmable infrastructure
  • • Large developer and application ecosystem
  • • Composable smart contracts
  • • Proof-of-stake security
  • • Layer 2 scaling ecosystem

Limitations and risks

  • • Smart-contract complexity
  • • Variable fees and user experience
  • • Bridge and Layer 2 fragmentation
  • • Regulatory uncertainty
  • • Application-level exploits
37 · Misconceptions

Common Ethereum Myths

“Ethereum and ETH are the same thing.”
Ethereum is the network; ETH is its native asset.
“Smart contracts are automatically legal contracts.”
They are programs; legal status depends on context and jurisdiction.
“Proof of stake means validators can create arbitrary ETH.”
Issuance and validation follow protocol rules.
“Every Ethereum transaction uses the same fee.”
Gas use and market demand vary.
“Layer 2 networks are separate from Ethereum.”
They are separate execution environments that settle or publish data to Ethereum.
“NFT ownership includes copyright.”
Token ownership and intellectual-property rights are distinct.
“DeFi removes all intermediaries and risk.”
Smart contracts, governance, oracles, and interfaces create new risk layers.
“The Merge reduced gas fees.”
The Merge changed consensus, not base-layer throughput.
38 · Exposure

Ways to Gain ETH Exposure

Spot ETH
Buy the native asset and choose custody or self-custody.
Staked ETH
Earn protocol rewards while accepting validator or provider risk.
Exchange-traded product
Gain market exposure through traditional brokerage infrastructure.
Perpetual futures
Trade long or short with leverage, funding, and liquidation risk.
39 · RushX

Ethereum and RushX

ETH market chart
Analyze live price action and timeframe structure.
Guard
Review stabilized BUY, SELL, WAIT, or NO TRADE context.
Trade Coach
Understand setup quality, reasons, probability, and triggers.
OrderBook+
Inspect bids, asks, spread, depth, and executed flow.
Market Intelligence
Review broader strength and instability.
Trading Panel
Control order type, leverage, stop, target, and execution.
Trading ETH is not the same as understanding Ethereum
Protocol knowledge and market analysis answer different questions.
40 · Reference

Ethereum Timeline

2013

Vitalik Buterin publishes the original Ethereum whitepaper.

2014

The Ethereum project is publicly announced and development funding begins.

2015

Ethereum Mainnet launches with the Frontier release.

2016

The DAO exploit leads to a contentious hard fork and the creation of Ethereum Classic.

2017

Token issuance and decentralized applications expand rapidly.

2019

EIP-1559 is formally proposed as a new fee-market design.

2020

The Beacon Chain launches and begins Ethereum's proof-of-stake transition.

2021

The London upgrade activates EIP-1559 and begins burning the base fee.

2022

The Merge transitions Ethereum Mainnet from proof of work to proof of stake.

2023

The Shanghai and Capella upgrades enable validator withdrawals.

2024

The Dencun upgrade activates blob transactions to improve Layer 2 data availability.

2025

The Pectra upgrade introduces improvements for staking, accounts, and Layer 2 support.

41 · Glossary

Ethereum Glossary

Account
An entity with an ETH balance that can send messages on Ethereum.
Address
A hexadecimal identifier for an account or contract.
Base fee
The protocol-calculated transaction fee that is burned under EIP-1559.
Beacon Chain
The original proof-of-stake chain that became Ethereum's consensus layer.
Blob
Temporary data attached to a transaction for Layer 2 data availability.
Block
A batch of transactions and state changes added to Ethereum.
Bridge
A system that transfers assets or messages between networks.
Bytecode
Low-level code executed by the EVM.
Consensus client
Software that participates in proof-of-stake consensus.
dApp
A decentralized application built from smart contracts and interfaces.
DeFi
Financial applications implemented with blockchain-based smart contracts.
EOA
An externally owned account controlled by a private key.
EIP
An Ethereum Improvement Proposal.
ERC
An Ethereum Request for Comments standard for applications or tokens.
ERC-20
A standard interface for fungible tokens.
ERC-721
A standard interface for unique non-fungible tokens.
ERC-1155
A multi-token standard supporting fungible and non-fungible assets.
ETH
The native asset of Ethereum.
EVM
The Ethereum Virtual Machine that executes smart contracts.
Execution client
Software that processes transactions and maintains Ethereum state.
Finality
The point at which a block is considered extremely difficult to reverse.
Gas
A unit measuring computational work.
Gas limit
The maximum amount of gas a transaction may consume.
Gwei
A common denomination equal to one billionth of ETH.
Layer 1
Ethereum's base settlement and consensus layer.
Layer 2
A scaling network that settles activity back to Ethereum.
MEV
Value extracted through transaction ordering, inclusion, or exclusion.
Node
A computer running Ethereum client software.
NFT
A token with a unique identifier and ownership record.
Optimistic rollup
A rollup that assumes batches are valid unless challenged.
Private key
Secret information used to sign transactions.
Proof of stake
A consensus mechanism secured by validators staking ETH.
Rollup
A scaling system that batches transactions and settles to Ethereum.
Slashing
A penalty applied to validators for serious protocol violations.
Smart contract
A program stored and executed on Ethereum.
Stablecoin
A token designed to track a reference asset such as a currency.
Staking
Committing ETH to participate in validation.
State
The current balances, contract storage, and account data of Ethereum.
Validator
A participant that proposes and attests to blocks under proof of stake.
Wei
The smallest denomination of ETH.
Zero-knowledge rollup
A rollup that submits cryptographic validity proofs to Ethereum.
42 · FAQ

Frequently Asked Questions

Is Ethereum a company?

No. Ethereum is an open-source blockchain network maintained by independent developers, node operators, validators, users, and organizations.

What is the difference between Ethereum and ether?

Ethereum is the network and software platform. Ether, abbreviated ETH, is the network's native asset.

Who controls Ethereum?

No single person or company controls Ethereum. Protocol changes require coordination among developers, client teams, validators, node operators, application builders, and users.

What is the Ethereum Virtual Machine?

The EVM is the execution environment that runs smart-contract code consistently across Ethereum nodes.

What is a smart contract?

A smart contract is a program stored at an Ethereum address that executes according to its code when called by a transaction or another contract.

What is gas?

Gas measures the computational work required to execute Ethereum operations.

Why are gas fees sometimes high?

Fees rise when demand for limited block space increases or when a transaction requires more computation.

Does Ethereum still use mining?

No. Ethereum transitioned from proof of work to proof of stake in September 2022.

How much ETH is required to run a validator?

The traditional minimum to activate validator software is 32 ETH, although staking services and protocol improvements can create other participation models.

What is staking?

Staking is the act of committing ETH to participate in proof-of-stake validation and network security.

Does ETH have a fixed maximum supply?

No. ETH does not have a fixed maximum supply like Bitcoin. Issuance and fee burning determine the net supply change.

What is EIP-1559?

EIP-1559 introduced a base fee that is burned and a more predictable fee-market mechanism.

What is a Layer 2 network?

A Layer 2 network executes or batches activity outside Ethereum's base layer and posts data or proofs back to Ethereum.

What is a rollup?

A rollup processes many transactions and publishes compressed data or proofs to Ethereum for settlement and security.

What is an ERC-20 token?

ERC-20 is a common standard for fungible tokens on Ethereum.

What is an NFT?

An NFT is a token with a unique identifier and ownership record, commonly implemented using ERC-721 or ERC-1155.

Can smart contracts be hacked?

Yes. Vulnerabilities can exist in contract code, integrations, governance, or user interfaces even when the Ethereum base protocol remains secure.

Can Ethereum transactions be reversed?

Confirmed transactions are generally irreversible unless a receiving contract includes its own recovery or administrative mechanism.

Is Ethereum anonymous?

No. Ethereum is pseudonymous and its transaction history is public.

Can Guard replace risk management when trading ETH?

No. Guard provides directional and quality context. The trader remains responsible for leverage, position size, stop loss, target, and execution.

43 · Further reading

Primary Sources

The strongest Ethereum reference pages begin with official documentation, standards, and original technical materials.

Conclusion

Ethereum Is a Programmable Settlement Network

Ethereum combines a shared state machine, smart contracts, ETH, proof of stake, open standards, and a growing Layer 2 ecosystem.

Its value and risk can only be understood by separating the base protocol, applications, tokens, custody, bridges, Layer 2 networks, and market exposure.

Explore ETH with RushX

Combine Ethereum knowledge with market context

Use the RushX ETH market with chart analysis, Guard, Trade Coach, OrderBook+, Market Intelligence, stop loss, take profit, and controlled leverage.

ETH, tokens, smart contracts, staking, and leveraged trading involve significant risks. This guide is educational and not financial advice.

Continue learning

Continue through the crypto and trading library

VIEW ALL GUIDES →