<?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>BroBoBo Bo BoBo</title>
        <link>https://paragraph.com/@brobobo-bo-bobo</link>
        <description>Co-founder @ Polymer. </description>
        <lastBuildDate>Sat, 18 Jul 2026 04:07:44 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>BroBoBo Bo BoBo</title>
            <url>https://storage.googleapis.com/papyrus_images/b89cbcb96d423541023c86b123007fb578c26d972ee77a086cc224df4aa2ed62.jpg</url>
            <link>https://paragraph.com/@brobobo-bo-bobo</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[From Chain IPs to Real IPs]]></title>
            <link>https://paragraph.com/@brobobo-bo-bobo/from-chain-ips-to-real-ips</link>
            <guid>oOW95ZagVRfI5pvcEG2H</guid>
            <pubDate>Mon, 18 Nov 2024 04:31:22 GMT</pubDate>
            <description><![CDATA[We previously explored three new concepts - chain IPs, verifiable addressing and blockspace locality. Let’s go deeper and explore what kind of hypothetical world these two ideas can enable from a builder and user POV.Merging Chain IPs with IPsDomain name providers such as D3 and ENS own chain TLDs (e.g. .eth, .sol etc..) that map to chain IPs. A user entering a domain name into their browser gets routed to an account on the chain that hosts the code for a decentralized front end.An applicatio...]]></description>
            <content:encoded><![CDATA[<p>We previously explored three new concepts - chain IPs, verifiable addressing and blockspace locality. Let’s go deeper and explore what kind of hypothetical world these two ideas can enable from a builder and user POV.</p><h1 id="h-merging-chain-ips-with-ips" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Merging Chain IPs with IPs</h1><p>Domain name providers such as <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://d3.inc/">D3</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ens.domains/">ENS</a> own chain TLDs (e.g. .eth, .sol etc..) that map to chain IPs. A user entering a domain name into their browser gets routed to an account on the chain that hosts the code for a decentralized front end.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9da7479847232e2680e94211603f1638e1ba2e3cec9f8f7c7d86bc7af8b14994.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>An application that sends a packet to a chain IP is able to communicate with a smart contract just as if it were communicating with an API server. An API server could write to a chain IP which maps to a rollup as a database server or some other infrastructure component.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a48cc8fbcb1238908c8b89e511a54d06647ab97cc44d46c1ab2095627c45cfe2.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h1 id="h-co-existing-routing-infrastructure" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Co-existing Routing Infrastructure</h1><p>Existing IP routing infrastructure does not need to be replaced. Chain IPs initially resolve to a rollup which can embed its own IP routing table. This means that each rollup retains sovereignty over its IP addressing.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bc766369f231398abf5c51e563d050b93930b9b4b954b0b303ad257b3241eedd.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>IP routing itself is unsafe as packets can be spoofed but chain IPs are verifiable. Both sender and destination and cryptographically linked via the L3 → L2 → L1 settlement. The entire hierarchical path can be proven. Chain IP routing overlayed on top of IP routing is akin to TLS where Ethereum acts as the core root of trust for the entire internet. In an alternate world, perhaps Ethereum could have provided trust within the context of TLS itself if it existed.</p><h1 id="h-raas-to-saas" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">RaaS to SaaS</h1><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.alchemy.com/overviews/rollups-as-a-service-raas">RaaS</a> providers and cloud providers merge. Deploying a new server in the cloud results in a rollup being deployed at a specific locality level. Rollups for generic compute will be low latency and high throughput like <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/megaeth_labs?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor">MegaETH</a>. Application builders can now deploy their application to multiple localities to best serve their end users.</p><p>To coordinate over these horizontally scalable apps, cloud providers run verifiable infrastructure services that handle application level sharding and coordination. These infrastructure primitives are either rollups themselves or <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.eigenlayer.xyz/avs">EigenLayer AVS</a> like constructs.</p><h1 id="h-securing-the-new-internet" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Securing the New Internet</h1><p>The high value portion of this internet will be fully verified with zero knowledge proofs. This will naturally happen for much of the financial layer where the fees from value transacted greatly exceeds the cost of proving.</p><p>The rest of the internet will be secured by optimistic systems. To improve the efficiency of securing such a system at immense scale, execution sampling techniques are applied at scale.</p><p>The verifiable internet spawns open marketplaces that power a new generation of applications that live independent of nations. Everything is now both on and off chain simultaneously - the Uber, Amazon and Facebooks of tomorrow.</p>]]></content:encoded>
            <author>brobobo-bo-bobo@newsletter.paragraph.com (BroBoBo Bo BoBo)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/e108fd78ad94eab8a6ab2dc9987d26f2f78f11d382eea75abdd5b5112484525c.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[The World Computer and the Future of Internet Infrastructure]]></title>
            <link>https://paragraph.com/@brobobo-bo-bobo/the-world-computer-and-the-future-of-internet-infrastructure</link>
            <guid>Gg3yGglWB18Rh2wVksLT</guid>
            <pubDate>Thu, 14 Nov 2024 16:02:05 GMT</pubDate>
            <description><![CDATA[Ethereum is the world computer. It will become a critical backbone of public internet infrastructure. The decentralized internet will mirror the internet with Ethereum serving as the core root of trust.Introducing Chain IPsFacebook.com, google.com, amazon.com - these are websites that people think of when they think about the internet. These human readable URLs are mapped to machine readable IP addresses by way of the Domain Name System (DNS). There’s about 13 “root” DNS servers that serve qu...]]></description>
            <content:encoded><![CDATA[<p>Ethereum is the world computer. It will become a critical backbone of public internet infrastructure. The decentralized internet will mirror the internet with Ethereum serving as the core root of trust.</p><h2 id="h-introducing-chain-ips" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Introducing Chain IPs</h2><p>Facebook.com, google.com, amazon.com - these are websites that people think of when they think about the internet. These human readable URLs are mapped to machine readable IP addresses by way of the Domain Name System (DNS). There’s about 13 “root” DNS servers that serve queries for these mappings.</p><p>The Internet Assigned Numbers Authority (IANA) oversees the global assignment of IP addresses. It delegates large blocks of IP addresses to Regional Internet Registries (RIR). Internet Service Providers (ISPs) receive IP blocks from RIRs and assign them to end user devices.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/00f7931b91dc6f1814f5d4bdf6853e9f23997ba10a93277d9610604a9f634cae.png" alt="IP Assignment" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">IP Assignment</figcaption></figure><p>Chain IPs is a new term that is analogous to IP addresses. They follow the format of <code>{ChainID}.{L2BridgeAddress}.{L3BridgeAddress}.*</code>. This is a deterministic mapping of rollup blockspace to Chain IP based on how a rollup is deployed.</p><p>Ethereum plays the role of the IANA as a global issuer of chain IPs. The address space of chain IPs form a hierarchy where individual L2s and L3s own the issuance of their dedicated chain IP address space. This hierarchy also motivates the next new concept - “blockspace locality”.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/edbfd5a7853b349735df15841473b75a34bcba01da6bb7bc8e299375d5636827.png" alt="Chain IP assignment" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Chain IP assignment</figcaption></figure><h2 id="h-blockspace-locality-for-lower-latencies" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Blockspace Locality for Lower Latencies</h2><p>Today, there is no concept of blockspace “locality”. This means that all blockspace at L1, L2 or L3 level are all accessed globally. However, this means that we’re not taking advantage of the true power of rollups - the ability to serve a limited geography at lower and consistent latencies.</p><p>Ethereum has global locality which means that it’s state and nodes are meant to be globally distributed and globally accessed. L2s should ideally have regional locality with lower latencies while L3s should have local locality with negligible network latencies. Below, we compare the proposed locality of blockspace above with their analogous AWS counterparts in terms of p99 latency for the geography they’re intended to serve.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a4d35aef8fecc09cf7ea3ab4f79129e887baae62ecb22e6d21d9b26a1b8c5950.png" alt="p99 latencies at each locality level" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">p99 latencies at each locality level</figcaption></figure><p>At local blockspace locality, rollups like <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/megaeth_labs?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor">MegaETH</a> with low block times of 1 ms start to provide significant advantages when compared to other rollups. High throughput low latency rollups provide a horizontally scalable generic compute layer that’s competitive with servers in the cloud.</p><h2 id="h-verifiable-addressing" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Verifiable Addressing</h2><p>Chain IPs also serve as a form of verifiable addressing for cross rollup interoperability. When a packet is sent to a rollup, the chain IP is verifiable on the destination as the bridge contract addresses are unique. A rollup cannot pretend to be another rollup as chain IPs are enforced by the rollup bridge contracts all the way down to the L1. In comparison, chain IDs are non enforceable as many chains can claim to have the same chain ID.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d1b554693a259bf74b6c4bf4f0b0a85b0ed6baa9ca80b3055828104f1ab71cc6.png" alt="Chain IP verifiability" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Chain IP verifiability</figcaption></figure><h1 id="h-a-tale-of-two-internets" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">A Tale of Two Internets</h1><p>On the internet, IPs map to servers which expose a list of ports that can point to a website, API or database. On the decentralized internet, chain IPs map to rollups which expose a list of account addresses which can point to the hash of the website code (raw code in arweave), a smart contract or another rollup.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b8b3acc36f0509b0700b23cdb8fea717ad0015ee0ae14538bca77d9141d998b0.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>In this way, the decentralized internet becomes a mirror image of the internet today. One that relies on a decentralized root of trust in Ethereum while being as equally scalable as the internet today. The world computer becomes the entry point into a verifiable internet.</p>]]></content:encoded>
            <author>brobobo-bo-bobo@newsletter.paragraph.com (BroBoBo Bo BoBo)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/2e209e40ae96028978f52b800b6dee5769abec5fe0cdc783f375ff4a7f1ebb1f.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Rollups Are the Final Frontier of Scaling]]></title>
            <link>https://paragraph.com/@brobobo-bo-bobo/rollups-are-the-final-frontier-of-scaling</link>
            <guid>5lZ4FO9ePihjogdxJheB</guid>
            <pubDate>Sat, 24 Aug 2024 01:54:27 GMT</pubDate>
            <description><![CDATA[IntroductionThe fundamental limits of L1 and L2 scaling are different as well as their respective design spaces. Until very recently, most teams have spent their time primarily focused on pushing the boundaries of L1 scaling. Now, teams like MegaEth are exploring the boundaries of what’s possible past L1 scaling boundaries. Rollups are the final frontier of blockchain scaling. They combine the performance of traditional servers while inheriting blockchain properties from their base layer. htt...]]></description>
            <content:encoded><![CDATA[<h2 id="h-introduction" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Introduction</h2><p>The fundamental limits of L1 and L2 scaling are different as well as their respective design spaces. Until very recently, most teams have spent their time primarily focused on pushing the boundaries of L1 scaling. Now, teams like <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://megaeth.systems/">MegaEth</a> are exploring the boundaries of what’s possible past L1 scaling boundaries. Rollups are the final frontier of blockchain scaling. They combine the performance of traditional servers while inheriting blockchain properties from their base layer.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/yilongl_megaeth/status/1808357636758442114">https://x.com/yilongl_megaeth/status/1808357636758442114</a></p><h2 id="h-the-final-frontier" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The Final Frontier</h2><p>Ethereum launched in 2015 under the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://bitcoinist.com/ethereum-launches-frontier/">codename “Frontier”</a>. Since then, many L1s launched to explore the boundaries of what’s possible given a global consensus network. This L1 phase of exploration is depicted below where many projects like <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://solana.com/">Solana</a> and now projects like <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.monad.xyz/">Monad</a> are pushing up against L1 scaling limits.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/eda86eb909d1ab1da4ade11fc3e687ca7c212b9d2d2d7a4f8dc25350d096bea7.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Rollups rely on the L1 consensus for blockchain properties such as censorship resistance, finality and safety. This means that rollup builders can make optimizations that don’t make sense at the L1 level. They are not beholden to fundamental L1 scaling constraints which we’ll cover in the next section. This L2 phase of exploration is depicted below where projects like MegaEth are discovering the boundaries of L2 scaling limits. The line representing L2 scaling limits is dotted to show that its actively being explored.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c63dad409e9a0319daf90f851e120985863a79f61eb5ab57f30a95da7d4ca10f.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-l1-vs-l2-scalability-bottlenecks" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">L1 vs L2 Scalability Bottlenecks</h2><p>There are inherently different bottlenecks at the L1 versus L2 level. L1 is limited by consensus and network level bottlenecks while L2s are limited by hardware level bottlenecks. Let’s visit each bottleneck and see what the limitations are in detail.</p><p>At the consensus level, the overhead is a combination of the rounds of communication required and the communication overhead. Many consensus algorithms require multiple rounds of communication and transaction data and consensus messages must be propagated to peers. More efficient consensus algorithms can raise the bottleneck closer to but not past the network level bottleneck.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d5da4f244c549ae844a08306ed0c30428a8aa5dbd0411160a20ee1ac1bef5e17.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>At the network level, the constraint is how much network bandwidth a machine has access to. On home internet connections, 1 Gbps network links is on the high end with real network bandwidth normally lower than the advertised throughput. Cloud providers like AWS have higher bandwidth network links available from 10 Gbps to 100s of Gbps.</p><p>AWS manages their “Backbone” network to provide high network bandwidth across their data centers while third party brokers offer solutions between different cloud providers. High bandwidth requirements becomes a centralizing force as node operators are forced to deploy nodes to specific cloud providers and data centers to ensure sufficient network throughput and latency.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/14771e9489160f6d09ac715253d520739971e3156e6f2e87222b56d3e1f74069.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>At the hardware level, the constraint is how much raw compute, memory and disk I/O the machine has. For reference, an EC2 instance in AWS can have up to 24 TB of memory, 512 virtual cpus and 120 TB of disk with up to 3 million input/output operations per second. High throughput storage can achieve up to 10 - 50 Gbps in reads and writes.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4996b830fc4f2ac1defa8c08948bb5f1f6a77b404aae03d8b9e2054a306adf11.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>As shown in the diagram below, L1 scaling range is capped at the network level while L2 scaling range is capped at the hardware level. It’s expected that consensus algorithms, network bandwidth and hardware should improve over time but the L2 scaling range will always sit above the L1 range.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1f94b0b954a7ebe7365e6d897c468ba7cb0e60bf9eff45fff3a665c22c815541.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-counter-arguments" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Counter Arguments</h2><p>It’s technically possible for an L1 to push its network and consensus bottleneck levels up closer to the hardware level. This L1 could run three nodes in a single data center co-located in the same server blade or rack. However, this means that decentralization is sacrificed for the sake of performance. This setup is closer to a single traditional database with two read replicas than a blockchain.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/30b392850f934adb6f4041c8f6f45e81b191274d01cd856f67684d78f69daf80.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Any small changes to decentralize the setup dramatically bring down the scalability ceiling of the L1. For example, packet round trip times between North America and Asia are anywhere between 120 - 300 ms. Splitting up the three nodes across geographies instantly moves the network level bottleneck down in terms of scalability.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5a10e7e4366ab17307651907946a008be2a3c382418965c6fa56b6979319f8da.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Unlike an L1, an L2 does not have to bootstrap their own consensus or trust layer and can instead rely on an L1 that is sufficiently decentralized and trusted by market participants. L2 assets issued on the L1 are secure while computation over those assets can happen at hardware level speeds assuming the existence of a native bridge with fraud or validity proofs.</p><h2 id="h-impact-on-interoperability" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Impact on Interoperability</h2><p>On the final frontier, rollups will have insanely fast block times and high throughput. What does this type of scale mean for interoperability?</p><ul><li><p>L1 hub and spoke protocols do not work.</p><ul><li><p>Scalability of an L1 hub is capped in the L1 scaling range.</p></li></ul></li><li><p>Point to point protocols work for a smaller number of rollups but scale inefficiently in the number of rollups.</p><ul><li><p>N^2 connections are created and maintained for N chains.</p></li><li><p>Adding a interop features such as Timeout increases total costs on the order of N.</p></li><li><p>Verifying safety properties such as validity, DA and ordering increases total costs on the order of N^2.</p></li></ul></li></ul><p>The most efficient and scalable model for rollup interoperability is a rollup hub and spoke protocol. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.polymerlabs.org/">Polymer</a> is building an ecosystem of purpose built rollups starting with Polymer hub - a rollup purpose built for interoperability. The final frontier works in real time and real time blockchains need real time interoperability.</p>]]></content:encoded>
            <author>brobobo-bo-bobo@newsletter.paragraph.com (BroBoBo Bo BoBo)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/223bc47dfa289cb7c2fb1e03af889239fe2ae9bff09e44b94fc2c5ffe2533006.jpg" length="0" type="image/jpg"/>
        </item>
    </channel>
</rss>