Introduction to Ethereum Terminology
Ethereum's ecosystem is rich with specialized terms and concepts that can be challenging for newcomers. This glossary provides clear definitions for essential Ethereum-related vocabulary, from fundamental blockchain principles to advanced DeFi mechanisms.
Core Ethereum Concepts
51% Attack
A security vulnerability where an entity gains control over most network nodes, enabling potential blockchain manipulation. In Ethereum's proof-of-stake system, this would require controlling >50% of staked ETH, though 66% is needed for transaction reversals.
Account Types
- Externally Owned Account (EOA): User-controlled accounts managed via private keys.
- Contract Account: Smart contract accounts with executable code but no private keys.
Address
A 160-bit identifier derived from a Keccak hash of an ECDSA public key, serving as a destination for transactions and token transfers.
Technical Infrastructure
Application Binary Interface (ABI)
A JSON file defining smart contract functions and variables, enabling bytecode translation into human-readable formats.
Ethereum Virtual Machine (EVM)
The runtime environment executing smart contract bytecode across Ethereum's decentralized network.
Consensus Mechanisms
Proof-of-Stake (PoS)
Ethereum's energy-efficient consensus protocol where validators stake ETH to secure the network and validate transactions.
Beacon Chain
The PoS blockchain that merged with Ethereum's mainnet in 2022, introducing validator-based consensus.
Smart Contract Development
Solidity
Ethereum's primary smart contract programming language with JavaScript-like syntax.
Vyper
A Python-inspired language emphasizing security and simplicity for smart contracts.
Scaling Solutions
Layer 2 Networks
Secondary protocols built atop Ethereum for enhanced transaction throughput:
- Optimistic Rollups: Assume transaction validity unless challenged.
- ZK-Rollups: Use cryptographic validity proofs for instant finality.
DeFi Fundamentals
ERC Standards
- ERC-20: Fungible token standard for interchangeable assets.
- ERC-721: Non-fungible token (NFT) standard for unique digital items.
Decentralized Exchange (DEX)
Peer-to-peer trading platforms operating without central intermediaries.
Ethereum Economics
Gas Fees
Network transaction costs denominated in gwei (10^-9 ETH), calculated as:
Transaction Cost = Gas Used × Gas PriceStaking Rewards
Validator incentives for participating in network consensus, currently offering 3-5% annual returns.
Security Concepts
Re-entrancy Attack
An exploit where malicious contracts recursively call victim contracts before balance updates complete.
Fraud Proofs
Cryptographic evidence used to challenge invalid transactions in optimistic rollups.
Emerging Technologies
Zero-Knowledge Proofs
Privacy-preserving cryptographic methods enabling transaction verification without revealing sensitive data.
Frequently Asked Questions
What's the difference between ETH and gwei?
ETH is Ethereum's native currency, while gwei (10^-9 ETH) is used to denominate gas fees.
How do Ethereum wallets work?
Wallets manage cryptographic keys, enabling users to securely store assets and interact with dapps.
What are the main advantages of PoS?
Proof-of-Stake reduces energy consumption by 99% compared to PoW while maintaining security.
Can I convert ERC-20 tokens to other standards?
Yes, through wrapping processes that maintain 1:1 value parity across different standards.
How long does Ethereum transaction finality take?
Current PoS finality occurs in ~12 minutes, with instant confirmations possible on L2 solutions.
Conclusion
This glossary covers 150+ essential Ethereum terms, providing a foundation for understanding blockchain technology's most innovative platform. As Ethereum evolves, new terminology will emerge to describe its expanding capabilities.
👉 Explore Ethereum's official documentation for deeper technical insights.
👉 Learn about staking rewards and how to participate in network security.
Remember: Blockchain terminology evolves rapidly—check back regularly for updates to this living glossary.