{
  "id": 7782,
  "title": "EIP-7782: Reduce Block Latency",
  "status": "Draft",
  "type": "Standards Track",
  "category": "Core",
  "summary": "This reduces Ethereum's slot time from 12 seconds to 6 seconds, making Ethereum a better confirmation engine for apps and rollups. Everyone benefits: users get faster confirmations with better censorship resistance, DeFi gets more efficient trading with lower fees, stakers get lower reward variability, and nodes get better resource utilization with smoother bandwidth usage.",
  "impacts": [
    "Transaction confirmations in 3 seconds (on average) instead of 6, with better censorship resistance from 2x more proposers per second. DeFi users enjoy lower trading fees and reduced slippage from more efficient exchanges with frequent price updates.",
    "Can build more responsive applications with frequent data triggers reducing staleness. DeFi protocols benefit from tighter spreads, reduced arbitrage losses, and flywheel effects attracting more liquidity and traders.",
    "Can display fresher chain data following transaction inclusion with 6-second head updates. Need to update timing assumptions but deliver significantly improved user responsiveness.",
    "Block explorers and infrastructure need conditional logic for slot times to handle historical 12s blocks and new 6s blocks. Must implement millisecond-precision timing instead of seconds.",
    "Receive L1 finality, safe confirmations, and block inclusion all twice as fast. Based rollups see their sequencing clock move twice as fast. Interoperability protocols get quicker actionable signals.",
    "Lower reward variability from smaller, more frequent rewards reducing pooling incentives. Better resource utilization with smoother bandwidth usage, but must handle doubled consensus message frequency and new subslot timing (3s/1.5s/1.5s).",
    "Major implementation for conditional slot timing logic, new subslot schedules (3s block proposal, 1.5s attestations, 1.5s aggregation), and doubled consensus message processing while maintaining validator participation.",
    "Gas limit votes halved to maintain \"gas per 12 seconds\" throughput semantics. Blob targets and limits halved. May need investigation of contracts assuming fixed 12-second slot times.",
    "Halves transaction confirmation time from maximum 12s to maximum 6s with better censorship resistance",
    "Makes DeFi exchanges more efficient with frequent price updates and reduced arbitrage losses",
    "Creates healthier block construction markets with more frequent, smaller auction opportunities",
    "Improves interoperability with faster L1 finality for rollups and bridges",
    "Reduces staking reward variability, benefiting solo stakers and home operators",
    "Smooths bandwidth usage with better resource utilization for node operators",
    "Enables flywheel effects attracting more liquidity and traders to Ethereum",
    "Maintains current throughput while doubling proposer frequency per unit time"
  ],
  "discussion_url": "https://ethereum-magicians.org/t/eip-7782-reduce-block-latency/21271",
  "source_markdown_url": "https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7782.md",
  "canonical_url": "/latest/eips/7782.json",
  "markdown_url": "/latest/eips/7782.md",
  "citations": [
    {
      "recordId": "eip-7782",
      "artifactPath": "normalized/7782.json",
      "url": "/records/proposal/eip-7782/normalized/7782.json",
      "label": "EIP-7782: Reduce Block Latency",
      "snippet": "This reduces Ethereum's slot time from 12 seconds to 6 seconds, making Ethereum a better confirmation engine for apps and rollups. Everyone benefits: users get faster confirmations with better censorship resistance, DeFi"
    }
  ]
}
