Proto-Danksharding:

Proto-Danksharding: Bundling Transactions for Efficiency

  • Challenge: Ethereum currently struggles with high transaction volume, leading to slow processing and expensive gas fees.

  • Solution: EIP-4844, also known as Proto-Danksharding, introduces a new type of transaction: blobs. These blobs act like containers that can hold multiple transactions from various users.

How it Works:

  1. Layer 2 Bundling: Transactions on Layer 2 scaling solutions (like Arbitrum or Optimism) are grouped together into these blobs.

  2. Offloading to Mainnet: The blobs are then submitted to the Ethereum mainnet for final settlement.

Benefits:

  • Reduced Gas Fees: By processing transactions in larger bundles, the overall gas cost is distributed, bringing down fees for individual users.

  • Increased Scalability: More transactions can be processed efficiently, improving the network's capacity to handle activity.

Technical aspects:

  • Data Availability: While the core transaction information remains on the mainnet, the actual data within the blobs is stored temporarily (around 18 days) by the consensus layer nodes. This ensures data retrieval if needed for dispute resolution.