{
  "id": "4cc49d8e-0142-5c11-b902-84ec7ec1a8a8",
  "slug": "ethereum",
  "term": "Ethereum",
  "aliases": [],
  "category": "Crypto & Digital Assets",
  "category_slug": "crypto-digital-assets",
  "difficulty": "basic",
  "definition": "Ethereum is a decentralized, open-source blockchain platform launched in 2015 by Vitalik Buterin that enables the creation and execution of smart contracts—self-executing programs stored on the blockchain—and serves as the foundational infrastructure for the majority of the decentralized finance (DeFi), non-fungible token (NFT), and Web3 ecosystem. Ether (ETH) is Ethereum's native cryptocurrency, used to pay for computation ('gas') on the network.",
  "key_takeaways": [
    "Ethereum's programmability distinguishes it from Bitcoin: its Turing-complete Ethereum Virtual Machine (EVM) executes smart contracts in a trust-minimized environment.",
    "The September 2022 'Merge' transitioned Ethereum from energy-intensive proof-of-work to proof-of-stake consensus, reducing energy consumption by approximately 99.9%.",
    "EIP-1559 (August 2021) introduced fee burning, making ETH partially deflationary: a portion of each transaction fee is burned, reducing circulating supply.",
    "Ethereum's total value locked (TVL) in DeFi protocols peaked above $100 billion in late 2021, demonstrating the scale of financial activity built on the platform.",
    "Ethereum faces scaling challenges—limited to approximately 15–30 transactions per second on Layer 1—being addressed through Layer 2 rollups (Arbitrum, Optimism, zkSync)."
  ],
  "detailed_explanation": "Ethereum's contribution to blockchain technology was the introduction of a general-purpose programmable layer on top of the distributed ledger concept pioneered by Bitcoin. While Bitcoin's scripting language is intentionally limited, Ethereum's Ethereum Virtual Machine (EVM) is Turing-complete, meaning it can theoretically execute any computation. This programmability enables smart contracts—code that executes automatically when predefined conditions are met—without requiring trust in any centralized intermediary.\n\nSmart contracts are the building blocks of the Ethereum ecosystem. A decentralized exchange (DEX) like Uniswap is a set of smart contracts that automatically match buyers and sellers and execute trades using automated market maker (AMM) algorithms, replacing the traditional order book model with constant-product curves. A decentralized lending protocol like Aave accepts collateral via smart contracts, automatically liquidates positions when collateral ratios fall below thresholds, and distributes interest to lenders—all without human intervention. These protocols collectively constitute decentralized finance (DeFi), which at its peak handled tens of billions of dollars in daily trading volume.\n\nThe transition from proof-of-work (PoW) to proof-of-stake (PoS) consensus—'The Merge'—was a technical achievement of enormous complexity. Under PoW, miners competed to solve cryptographic puzzles, consuming vast amounts of electricity. Under PoS, validators stake ETH as collateral to participate in block validation; if they behave dishonestly, their stake is 'slashed.' The economic incentive shifts from energy expenditure to capital at risk. Post-Merge, Ethereum's annualized energy consumption fell from approximately 23 TWh to less than 0.01 TWh—a reduction comparable to eliminating the energy usage of a medium-sized country.\n\nFor institutional investors, Ethereum presents both an investment and infrastructure consideration. As an investment, ETH is priced on its utility as the gas currency of the Ethereum network: higher DeFi activity increases demand for ETH to pay transaction fees. The EIP-1559 burning mechanism introduced supply deflation during periods of high network activity—when ETH burned exceeds new issuance, the supply contracts, theoretically supporting prices. As infrastructure, Ethereum underlies tokenization initiatives for real-world assets (RWAs), including tokenized government bonds, corporate debt, and equity—a use case attracting institutional attention from BlackRock, Franklin Templeton, and others.\n\nEthereum's limitations center on scalability. The Layer 1 network processes approximately 15–30 transactions per second at costs that can range from negligible to hundreds of dollars during peak congestion. The Ethereum roadmap addresses this through Layer 2 scaling solutions (rollups) that batch thousands of transactions off-chain and submit compressed proofs to the main chain, and through sharding of the main chain into parallel processing lanes. These developments collectively represent the most complex ongoing engineering project in the blockchain space.",
  "example": "A decentralized lending protocol built on Ethereum allows a hedge fund to use $10 million of tokenized U.S. Treasury bonds as collateral to borrow $7 million of USDC stablecoin (70% LTV ratio), all governed by a smart contract that automatically liquidates the position if the collateral value falls below 115% of the borrowed amount. The entire transaction—collateral deposit, borrowing, and liquidation triggers—is executed on-chain without any human intermediary or credit approval process. The hedge fund pays an annual borrowing rate of 4.5% in USDC, determined algorithmically by the protocol's utilization-rate model. If the Treasury bond price falls 15%, triggering the 115% threshold, a 'keeper' bot calls the liquidation function and auctions the collateral within minutes, ensuring the protocol remains solvent.",
  "formula": "ETH Issuance Rate (PoS) ≈ 1,600 ETH/day; Net ETH Inflation = Issuance - Burned Fees",
  "formula_latex": null,
  "interactive_type": "chart",
  "calculator_id": null,
  "related_terms": [
    "automated-market-maker",
    "bitcoin",
    "blockchain",
    "bond",
    "cbdc-central-bank-digital-currency",
    "cryptocurrency",
    "decentralized-exchange",
    "deflation",
    "digital-asset-custody",
    "equity",
    "exchange",
    "flash-loan",
    "hedge-fund",
    "market-maker",
    "order-book"
  ],
  "backlinks": [
    "blockchain",
    "cbdc-central-bank-digital-currency",
    "cross-chain-bridge",
    "crypto-derivatives",
    "cryptocurrency",
    "decentralized-exchange",
    "defi-decentralized-finance",
    "digital-asset-custody",
    "flash-loan",
    "funding-rate",
    "layer-2-protocol",
    "mev-maximal-extractable-value",
    "nft-non-fungible-token",
    "proof-of-stake",
    "proof-of-work",
    "smart-contract",
    "stablecoin",
    "staking",
    "tokenization"
  ],
  "cross_references": [
    "automated-market-maker",
    "bitcoin",
    "blockchain",
    "bond",
    "cryptocurrency",
    "decentralized-exchange",
    "deflation",
    "equity",
    "exchange",
    "hedge-fund",
    "market-maker",
    "order-book",
    "smart-contract",
    "stablecoin",
    "tokenization",
    "treasury-bond"
  ],
  "tags": [
    "level:basic",
    "cat:crypto-digital-assets"
  ],
  "asset_classes": [
    "crypto"
  ],
  "regulators": [],
  "see_also": [],
  "sources": [],
  "wordcount": 754,
  "checksum": "935c3c9dc1ee8f12",
  "version": "2026.05.03",
  "license": "CC-BY-4.0",
  "updated_at": "2026-09-07T02:15:24+00:00",
  "_links": {
    "self": "https://hedgefund.wiki/api/v1/terms/ethereum",
    "jsonld": "https://hedgefund.wiki/api/v1/terms/ethereum?format=jsonld",
    "markdown": "https://hedgefund.wiki/api/v1/terms/ethereum?format=md",
    "graph": "https://hedgefund.wiki/api/v1/graph/ethereum",
    "category": "https://hedgefund.wiki/api/v1/categories/crypto-digital-assets",
    "schema": "https://hedgefund.wiki/schema/term.schema.json",
    "html": "https://hedgefund.wiki/#/terms/ethereum"
  }
}