{
  "id": 7732,
  "title": "EIP-7732: Enshrined Proposer-Builder Separation",
  "status": "Draft",
  "type": "Standards Track",
  "category": "Core",
  "summary": "Proposes the decoupling of the consensus block from the execution payload, both in broadcast and validation. This feature enables L1 scaling by significantly changing the time required to both broadcast and executing the payload together with all the blob data, from the current ~2 seconds to aproximately ~9 seconds. It allows for a maximum portion of the slot to be spent in propagation large data.",
  "impacts": [
    "Second order effect of lower prices and higher tx throughput.",
    "No direct impact. It enables applications to leverage previous builder information, something that is not currently available. It enables trustless preconfirmation schemes.",
    "No direct impact. It enables wallets to send encrypted txs to anonymous builders.",
    "Explorers and block monitors need updates to handle the separation of the beacon block from the payload.",
    "Second order effect of higher blob count being possible.",
    "Major changes and updates are needed for trustless monitoring in staking pools. Staking UX is improved by a refined builder picking and monitoring.",
    "Major changes for CL clients",
    "No changes for EL clients.",
    "Better slot utilization getting close to 100% utilization for broadcasting + execution",
    "Removal of most of the heavy work from the hot path of block validation.",
    "Removal of trust assumptions for proposers and builders.",
    "Removal of trust assumptions on off-protocol closed source software."
  ],
  "discussion_url": "https://ethereum-magicians.org/t/eip-7732-enshrined-proposer-builder-separation-epbs/19634",
  "source_markdown_url": "https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7732.md",
  "canonical_url": "/latest/eips/7732.json",
  "markdown_url": "/latest/eips/7732.md",
  "citations": [
    {
      "recordId": "eip-7732",
      "artifactPath": "normalized/7732.json",
      "url": "/records/proposal/eip-7732/normalized/7732.json",
      "label": "EIP-7732: Enshrined Proposer-Builder Separation",
      "snippet": "Proposes the decoupling of the consensus block from the execution payload, both in broadcast and validation. This feature enables L1 scaling by significantly changing the time required to both broadcast and executing the"
    }
  ]
}
