Skip to Content
ETH21 Keys to Ethereum Basics

21 Keys to Ethereum Basics

A Ethereum Basics Glossary

Master the essentials of Ethereum.

  1. Beacon Chain

    The Beacon Chain is Ethereum’s proof-of-stake (PoS) blockchain, launched on December 1, 2020, to manage the PoS consensus mechanism. It operates as the coordination layer for validators who stake ETH to secure the network, propose blocks, and attest to their validity.

    Fully integrated with Ethereum’s execution layer during The Merge in 2022, the Beacon Chain replaced proof-of-work mining, enabling faster and more energy-efficient transaction processing. It is critical for Ethereum’s security and scalability, supporting validator duties and finality.

  2. dApp (Decentralized Application)

    A decentralized application (dApp) is a software application that operates on a blockchain, such as Ethereum, rather than centralized servers. Its backend code runs on a decentralized peer-to-peer network, typically using smart contracts to execute logic automatically and transparently. dApps are designed to be open-source, trustless, and resistant to censorship, with data stored on the blockchain to ensure immutability and security. Examples include decentralized finance (DeFi) platforms like Uniswap and NFT marketplaces like OpenSea, which rely on Ethereum’s infrastructure for transactions and operations.

  3. ERC-20

    ERC-20 (Ethereum Request for Comment 20) is a technical standard for fungible tokens on the Ethereum blockchain, introduced in 2015. It defines a set of rules and functions (e.g., transfer, balanceOf, approve) that ensure tokens are interchangeable and compatible with dApps, wallets, and exchanges. Widely used for cryptocurrencies, stablecoins (e.g., USDT, USDC), and utility tokens, ERC-20 tokens power decentralized finance (DeFi) and other applications. Its standardization simplifies integration, making it a cornerstone of Ethereum’s token ecosystem.

  4. ERC-721

    ERC-721 is an Ethereum standard for non-fungible tokens (NFTs), introduced in 2018, where each token is unique and indivisible. Unlike ERC-20 tokens, ERC-721 tokens represent distinct assets, such as digital art, collectibles, or in-game items, with metadata stored on-chain or via IPFS. Key functions include ownerOf and transferFrom, enabling ownership tracking and transfers. Popularized by projects like CryptoPunks and Bored Ape Yacht Club, ERC-721 underpins the NFT market, ensuring interoperability across Ethereum-based platforms.

  5. ETH ETF

    Spot ETH ETFs hold actual Ether as their underlying asset, allowing investors to track the real-time price of ETH through a regulated security traded on stock exchanges like the NYSE or Nasdaq. Approved by the U.S. Securities and Exchange Commission (SEC) on May 23, 2024, these ETFs launched in late July 2024.

    Eight spot ETH ETFs are currently available, including iShares Ethereum Trust (ETHA) with a 0.25% expense ratio and Franklin Ethereum ETF (EZET), enabling traditional brokerage access for retirement accounts and institutional portfolios.

    As of 2025, ETH ETFs have attracted significant institutional inflows, with $646 million recorded in the week ending September 13, 2025, driven by Ethereum’s role in decentralized finance and smart contracts. Total assets under management (AUM) across ETH ETFs exceed $10 billion, bolstered by staking integrations and network upgrades.

    ETH ETFs differ from futures-based predecessors by offering direct spot exposure. However, they exclude staking rewards unlike direct ETH holding.

  6. ETH

    ETH is the foundational digital asset powering the Ethereum network, serving as the fuel for executing smart contracts, processing transactions, and securing the blockchain through proof-of-stake validation. As of September 16, 2025, ETH trades at $4,535 USD, with a market capitalization of $547 billion based on a circulating supply of 120,704,430 ETH.

    Unlike Bitcoin’s fixed 21 million cap, Ethereum has no maximum supply, but mechanisms like EIP-1559 burn portions of transaction fees to potentially make ETH deflationary during high network activity.

    ETH’s value derives from its utility in the world’s leading smart contract platform. Institutional accumulation such as BitMine’s $204 million ETH purchase, pushing exchange balances to a nine-year low of 15.72 million ETH. The all-time high for ETH stands at $4,953.73, achieved on August 24, 2025, amid broader market recovery and Ethereum’s post-Merge efficiency gains.

    ETH is the second-largest digital asset by market cap, often serving as a benchmark for altcoin performance and a store of value in decentralized finance protocols.

  7. Ether (ETH)

    Ether (ETH) is the native coin of the Ethereum network, serving as both a cryptocurrency and a utility token. It is used to compensate validators for processing transactions and executing smart contracts on the Ethereum blockchain.

    Users pay transaction fees, known as “gas,” in ETH to interact with dApps or transfer assets.

    Ether’s supply is not capped, and its issuance is governed by Ethereum’s proof-of-stake consensus mechanism, with additional dynamics introduced by EIP-1559, which burns a portion of transaction fees to manage inflation.

  8. Ethereum (ETH)

    Ethereum is a blockchain network, launched in 2015 by Vitalik Buterin and co-founders, that pioneered the smart contract platform. With Ether (ETH) as its native cryptocurrency, Ethereum serves as the world’s settlement layer, acting as critical financial infrastructure akin to Google’s role in information technology. It powers decentralized applications (dApps), decentralized finance (DeFi), non-fungible tokens (NFTs), decentralized autonomous organizations (DAOs), as well as real-world assets(RWAs). As the second-largest digital asset by market cap, ETH facilitates transactions, staking, and yield generation. Its consensus algorithm was transformed from PoW to PoS in 2022 to enhance scalability, energy efficiency, and throughput.

    Over $165 billion in stablecoins is currently on the Ethereum network underscoring its role in liquidity and DeFi ecosystems.

  9. Ethereum Contract Account

    A Contract Account is an Ethereum account that contains smart contract code and is controlled by its programmed logic, not a private key.

    Created when a smart contract is deployed to the blockchain, it has a unique address and can hold Ether or tokens. Contract accounts execute their code automatically when triggered by a transaction from an EOA or another contract, enabling functionalities like automated token transfers or complex dApp logic. They are fundamental to Ethereum’s programmable ecosystem.

  10. Ethereum EOA Account

    An Externally Owned Account (EOA) is one of the two types of accounts on the Ethereum blockchain, controlled by a user via a private key. EOAs are associated with a public address and can hold Ether (ETH) or tokens, as well as initiate transactions, such as sending ETH or interacting with smart contracts.

    Unlike contract accounts, EOAs do not contain executable code and rely on user-initiated actions. Wallets like MetaMask typically manage EOAs, allowing users to sign transactions securely.

  11. Ethereum Wallet

    An Ethereum wallet is a tool that allows users to interact with the Ethereum blockchain by managing their externally owned accounts (EOAs) and private keys. It enables users to store, send, and receive Ether (ETH) or other tokens, as well as interact with decentralized applications (dApps) and smart contracts. Wallets come in various forms, including software wallets (e.g., MetaMask, OKX Web3 Wallet) and hardware wallets (e.g., Ledger, Trezor) for enhanced security. They do not store assets directly but provide access to funds and assets recorded on the blockchain.

  12. EVM (Ethereum Virtual Machine)

    The Ethereum Virtual Machine (EVM) is a Turing-complete virtual machine embedded in every Ethereum node, responsible for executing smart contract code.

    It provides a sandboxed environment where smart contracts, written in languages like Solidity, are compiled into bytecode and run deterministically across the network. The EVM ensures that all nodes reach the same state after executing a contract, enabling trustless and decentralized computation. Gas fees, paid in ETH, limit the computational resources used by the EVM to prevent abuse and ensure network efficiency.

  13. Gas (Ethereum)

    Gas is a unit that quantifies the computational work needed to process transactions or execute smart contracts on the Ethereum blockchain. Each operation in the Ethereum Virtual Machine (EVM), such as transferring ETH or running a smart contract, consumes a specific amount of gas. Users pay for gas in Ether (ETH), with the total cost determined by the gas limit (the maximum gas a transaction can use) and the gas price (the amount of ETH per gas unit). Gas ensures network resources are allocated efficiently and prevents spam or infinite loops.

  14. Gas Price

    Gas price is the cost per unit of gas, denominated in Gwei (1 Gwei = 10^-9 ETH), that a user sets when submitting a transaction to the Ethereum network. It determines the priority of the transaction, as validators typically prioritize transactions with higher gas prices. After EIP-1559 (implemented in August 2021), the gas price consists of a base fee (burned by the network) and an optional priority fee (paid to validators). Users can adjust gas prices in wallets like MetaMask to balance speed and cost.

  15. Smart Contract

    A smart contract is a self-executing program stored on the Ethereum blockchain, written in languages like Solidity. It automatically executes predefined actions when specific conditions are met, without intermediaries. Smart contracts power decentralized applications (dApps), enabling functions like token issuance (e.g., ERC-20), NFT creation (e.g., ERC-721), or automated financial agreements in DeFi. They are immutable once deployed, ensuring trustless and transparent execution, with all interactions recorded on the blockchain and requiring gas fees for computation.

  16. Solidity

    Solidity is a statically typed, contract-oriented programming language designed for developing smart contracts on the Ethereum blockchain. It resembles JavaScript and is compiled into bytecode for execution on the Ethereum Virtual Machine (EVM). Solidity supports complex logic, including loops, conditionals, and inheritance, making it ideal for creating decentralized applications (dApps) and tokens (e.g., ERC-20, ERC-721). Its widespread adoption stems from Ethereum’s dominance, with tools like Remix and Hardhat facilitating development, testing, and deployment.

  17. The Merge

    The Merge was a major upgrade to Ethereum, finalized on September 15, 2022, marking the shift from energy-intensive proof-of-work (PoW) to proof-of-stake (PoS) consensus. It integrated Ethereum’s original execution layer with the Beacon Chain, a PoS-based consensus layer introduced in December 2020. The Merge reduced Ethereum’s energy consumption by ~99.95%, improved scalability potential, and set the stage for future upgrades like sharding. It did not directly lower transaction fees but enabled mechanisms like EIP-1559 to optimize fee dynamics.

  18. Token

    A token is a digital unit of value built on a blockchain, representing assets, utilities, or stakes, distinct from native coins like BTC or ETH. Tokens enable fundraising, decentralized finance (DeFi), and real-world asset representations(RWAs). They leverage underlying networks for security and interoperability, powering decentralized applications (dApps) and ecosystems.

    People sometimes refer to all digital assets as tokens, though technically tokens are built on existing blockchains while native coin have their own blockchain networks.

  19. Turing Complete (Ethereum)

    Ethereum is considered Turing complete because its Ethereum Virtual Machine (EVM) and programming languages like Solidity can theoretically compute any function or algorithm, provided enough computational resources (gas) are available. This property allows developers to create complex smart contracts and decentralized applications with diverse functionalities, such as loops and conditional logic. However, gas limits prevent infinite computations, ensuring network efficiency. Turing completeness distinguishes Ethereum from more limited blockchains, enabling its robust ecosystem of dApps and programmable finance.

  20. Validator of PoS

    In PoS, validators stake 32 ETH ($130,000 at $4,000/ETH) to run nodes, proposing blocks every 12 seconds and attesting via committees—Ethereum’s 1 million validators secure $400 billion. Selection is pseudorandom, weighted by stake, slashing 1-100% for downtime/malice.

    Solana validators (2,000+) stake SOL for 1,500 TPS, earning 6% APY minus 8% commission, requiring 128 GB RAM setups. Cardano’s Ouroboros selects via stake pools, processing 250 TPS.

    Energy-efficient (99% less than PoW), PoS validators earn $10 billion yearly rewards, but centralization risks (top 1% control 33% stake) prompt delegation tools.

  21. Vitalik Buterin

    Vitalik Buterin, born January 31, 1994, is widely recognized as a pioneering leader in blockchain and decentralization technology. As the co-founder of Ethereum, launched in 2015, Buterin introduced a Turing-complete blockchain platform that revolutionized digital asset ecosystems by enabling smart contracts and decentralized applications (dApps).

    Buterin’s technical leadership extends beyond Ethereum’s creation. He has been instrumental in its major upgrades, including the 2022 Merge, which transitioned Ethereum to proof-of-stake and the ongoing roadmap for danksharding and rollups.

    His concept of the “blockchain trilemma” (balancing decentralization, security, and scalability) has shaped industry discourse, influencing solutions like Optimistic and ZK-Rollups. Buterin actively contributes to Ethereum’s research, publishing on topics like account abstraction for user-friendly wallets and enshrined proposer-builder separation to enhance decentralization.

21 Keys to Ethereum Basics cover

21 Keys to Ethereum Basics

Download PDF