<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>al3jandro.eth</title>
        <link>https://paragraph.com/@al3jandro.eth</link>
        <description>undefined</description>
        <lastBuildDate>Sat, 11 Apr 2026 08:08:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Understanding EIP-4844 & Blobs]]></title>
            <link>https://paragraph.com/@al3jandro.eth/understanding-eip-4844-and-blobs</link>
            <guid>4KQwRdYoCLKzliAm7etW</guid>
            <pubDate>Sun, 03 Mar 2024 18:30:24 GMT</pubDate>
            <description><![CDATA[TLDR: EIP-4844 and the concept of Data Blobs will improve transaction efficiency and reduce costs for users. By introducing a new transaction type an...]]></description>
            <content:encoded><![CDATA[<p><strong>TLDR</strong>: <strong>EIP-4844</strong> and the concept of <strong>Data Blobs</strong> will improve transaction efficiency and reduce costs for users. By introducing a new transaction type and implementing new data storage mechanisms, Ethereum will enhance its scalability (rollups) and sustainability.</p><p><strong>Dencun Upgrade: </strong>The Ethereum network will implement a significant upgrade by 03/13 which includes several EIPs. Among these proposals, <strong>EIP-4844</strong> stands out as a crucial addition, bringing forth a new transaction type and the concept of "<strong>Data Blobs</strong>" to the Ethereum ecosystem.</p><p style="text-align: start">EIP-4844 introduces a new transaction type to Ethereum that allows for the inclusion of "blobs" of data to be stored in the beacon node for a limited period. Unlike traditional transactions, the data stored in these blobs is not directly accessible in the EVM but is instead available only to nodes in the Consensus Layer, reducing costs.</p><p style="text-align: start"><strong>Benefits of EIP-4844</strong>:</p><ol><li><p><strong>Lower Transaction Costs</strong>: One of the primary benefits of EIP-4844 is the reduction in transaction costs for rollups by addressing the call data fees to Layer 1, which constitute a significant portion of total fees (90-95%). The remaining 5-10% represents the Layer 2 gas fees. Therefore, EIP-4844 aims to make transactions more cost-effective for users.</p></li><li><p><strong>Introduction of Data Blobs</strong>: Data Blobs represent a new way of storing data on the Ethereum network. Essentially, Data Blobs are collections of binary data, such as rollup merkle trees, which are stored in the beacon chain. While working with Data Blobs may present challenges for developers, they offer the advantage of reduced gas fees compared to traditional transaction formats.</p></li></ol><p style="text-align: start"><strong>Key Characteristics of Data Blobs</strong>:</p><ul><li><p><strong>Binary Large Object</strong>: The term "Blob" stands for "Binary Large Object," the data is part of the beacon chain rather than the execution layer, and is downloaded by all consensus nodes. It can be deleted after a relatively short period, typically around two weeks, striking a balance between data availability and storage efficiency.</p></li><li><p><strong>Tech specs</strong>: Each Blob consists of 4096 field-elements, with each element being 32 bytes long. The maximum number of Blobs per block is capped at 16, resulting in a maximum block size of 2 MiB.</p></li></ul><p style="text-align: start"></p><p></p>]]></content:encoded>
            <author>al3jandro.eth@newsletter.paragraph.com (al3jandro.eth)</author>
            <category>ethereum</category>
            <category>blockchain</category>
            <category>layer1</category>
            <category>layer2</category>
            <category>rollup</category>
        </item>
    </channel>
</rss>