<?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>tumilet</title>
        <link>https://paragraph.com/@tumilet</link>
        <description>musings</description>
        <lastBuildDate>Wed, 26 Aug 2026 23:13: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>tumilet</title>
            <url>https://storage.googleapis.com/papyrus_images/5f47e54930223f016ba131b7079f9acc0c6491dd47dae1aff392cb8d6efd79b5.jpg</url>
            <link>https://paragraph.com/@tumilet</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[TEE coprocessors or "Confidential Compute"]]></title>
            <link>https://paragraph.com/@tumilet/tee-coprocessors-or-confidential-compute</link>
            <guid>DJuTfeOqy0zuNYlz2Iga</guid>
            <pubDate>Tue, 12 Mar 2024 08:31:14 GMT</pubDate>
            <description><![CDATA[Ethereum&apos;s primary aim is to offer its users access to trustless computing and storage capabilities. Historically, achieving trustless computation on Ethereum necessitated the execution and verification of computations across all nodes on the network. However, advancements in proving techniques have ushered in a new era where much of this computation can be offloaded to off-chain processors. This shift enables on-chain validators to simply verify the outcomes, transforming Ethereum into ...]]></description>
            <content:encoded><![CDATA[<p>Ethereum&apos;s primary aim is to offer its users access to trustless computing and storage capabilities. Historically, achieving trustless computation on Ethereum necessitated the execution and verification of computations across all nodes on the network. However, advancements in proving techniques have ushered in a new era where much of this computation can be offloaded to off-chain processors. This shift enables on-chain validators to simply verify the outcomes, transforming Ethereum into a global, immutable record-keeping platform.</p><p>Through the utilization of computation proofs, including Zero-Knowledge (ZK) Proofs and Trusted Execution Environments (TEEs), the integrity of transactions can be assured. These proofs, once posted on Ethereum, provide not only a verifiable timestamp but also a secure, unalterable history of computations.</p><p>TEEs stand out by offering a means to delegate computations to third-party providers without compromising data privacy or the integrity of operations. It allows code to be executed in a trusted, isolated area of a specialized processor in the server, without the ability for even the owner or administrator of the server to inspect memory, or to tamper with the code.</p><p>It enables verifiable confidential computation by providing tools with which anyone can verify that the code is running in an authentic TEE processor. This feature is particularly valuable for decentralized applications (dApps) demanding high levels of integrity, confidentiality, and resistance to censorship. By integrating with blockchain technology, TEEs enrich smart contract environments with secure, off-chain computing capabilities.</p><p>The necessity for verifiable off-chain computation stems from the inherent mistrust in opaque, external systems. By submitting computation proofs, whether through TEEs, zero-knowledge, or optimistically, protocols can mitigate trust issues, allowing for off-chain computations without compromising on security or transparency (more info in this <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/ternoa/securing-off-chain-services-30f4697be589">post</a> on the different trust models and their tradeoffs). This verifiable approach is critical for dApps requiring off-chain computing resources, ensuring data privacy and integrity without forsaking trust.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/348b2012af95489b402cd38c1fc1507420490e58dbd1e0adbfcc5ffd24f187f5.png" alt="ML proof techniques tradeoffs table by Marlin Protocol on Eth Denver" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">ML proof techniques tradeoffs table by Marlin Protocol on Eth Denver</figcaption></figure><p>While coverage and hype have been around zk-coprocessors, TEEs are currently more practical from a latency and cost perspective, particularly in applications demanding both high performance and privacy, such as AI and ML frameworks. Unlike ZKPs that confirm the correct execution of a program, TEEs ensure that only the authorized configuration and execution occur, offering a unique layer of security for certain dApps.</p><p>TEEs also offer a crucial feature known as remote attestation (“RA”), which significantly enhances their utility by enabling trust verification in off-chain TEE nodes. This process allows entities, including smart contracts, to verify the integrity of a TEE node, thereby establishing a secure communication pathway. This mechanism is crucial for thwarting attempts by malicious actors to impersonate TEE operations, thereby safeguarding transmitted data.</p><p>An example of TEEs and Remote Attestation in production is illustrated by Puffer Finance&apos;s anti-slashing technology, heralded by Binance Research as a &quot;key innovation.&quot;</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/13400fc4664650841b35c927c496e740eee59958b9112b8fd61990660fbd0846.jpg" alt="Binance Research´s mention of Puffer´s anti-slashing tech in their Restaking post." blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Binance Research´s mention of Puffer´s anti-slashing tech in their Restaking post.</figcaption></figure><p>This system includes a &quot;Secure-signer&quot; that utilizes TEEs to prevent slashing events, such as double-signing, and a Remote-attestation-verifier (RAVe), enabling on-chain validation of a TEE&apos;s execution environment. Puffer&apos;s RAVe facilitates permissionless validator integration by authenticating TEE-produced evidence and managing validator public keys on the blockchain.</p><p>I believe TEE coprocessors, and particularly Automata, are undervalued given their multifaceted applications:</p><ol><li><p><strong>Trustless MEV-Supply Stack Development with Flashbots:</strong> Instead of relying on a trusted service (Flashbots, as a centralized operator, running MEV-share or MEV-boost), the off-chain service can be executed within a TEE. Automata is facilitating the development of a trustless TEE-based MEV supply stack for Suave through its on-chain remote attestation verifier.</p></li><li><p><strong>Enhancing Layer 2 Scalability and Security:</strong> Through the implementation of SGX (TEE) alternate proofs, Automata enables a multi-proving model that boosts the liveness and security for optimistic and zk rollups. Scroll&apos;s adoption of Automata&apos;s technology highlights the growing confidence in TEEs.</p></li><li><p><strong>Enabling On-Chain AI and DEPIN verification:</strong> Automata&apos;s technology paves the way for on-chain AI by making Large Language Model (LLM) outputs accessible to smart contracts. Furthermore, many DePiN projects need to verify on-chain that their inclusion to the network is being done on a unique and genuine device (attesting that you are using a mobile phone, or a computer).</p></li></ol><p>To achieve this, <strong>Automata is launching a modular attestation chain</strong>, which will go live as an Eigenlayer AVS. This app-chain will aggregate remote attestations from off-chain computations, making them publicly verifiable and easily accessible. <strong>It will also involve the implementation of new tokenomics</strong> that will introduce token sink mechanisms.</p><h3 id="h-suave" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">SUAVE <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://emojipedia.org/robot">🤖</a></h3><p>The current existing MEV supply stack relies on off-chain trusted providers such as Flashbots (running MEV-share and MEV-Boost) and CowSwap (offering MEVBlocker).</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/94757ba6068776d7c8d756295b95e533d44621a3dbe8a0db882067cf91a4d36f.jpg" alt="Trusted actors in the MEV supply chain" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Trusted actors in the MEV supply chain</figcaption></figure><p>MEV-share (aka Flashbots Protect), for instance, enables searchers to access user orders through an Order Flow Auction (OFA), ensuring value generated from MEV activities is returned to users. A critical aspect of its system is the &apos;matchmaker&apos; role designed to match user txns with searcher bundles effectively. This is currently a permissioned position held by Flashbots, which aims to prevent bidding wars that could reduce the value returned to users and guarantee that bundles meet specific validity conditions, ensuring MEV gains are rightfully distributed.</p><p>Flashbots has a solution for its centralization concerns. They aim to create a platform (called “SUAVE”) where these trusted actors can be replaced by a set of specialized privacy-preserving hardware, TEEs alongside a censorship-resistant chain managing them. It will be something similar to a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.edennetwork.io/blog/tee-party-with-suave/">“TEE Party”</a>.</p><p>SUAVE&apos;s emphasis on privacy serves dual purposes:</p><ol><li><p>Decentralizing the MEV-supply chain by enabling users to internalize the value of their MEV without relying on permissioned environments like off-chain auctions.</p></li><li><p>Introducing &quot;programmable privacy,&quot; allowing users to control the release of information to relevant parties during MEV negotiations, promoting scalability and avoiding closed, permissioned markets.</p></li></ol><p>Implementation of programmable privacy involves interconnected TEEs called &quot;Kettles,&quot; where users interact with SUAVE&apos;s applications via Confidential Compute Requests (CCRs). This approach shifts sensitive data computation off-chain, minimizing trust requirements.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/61ab15a925e1e675ccfe6d951ee877d391397325d8a8788ee3762836c330c7a0.png" alt="Infographic from Eden Network of how Suave will work and the different parties involved" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Infographic from Eden Network of how Suave will work and the different parties involved</figcaption></figure><p>SUAVE&apos;s implementation involves two stages:</p><ul><li><p><strong>Centauri</strong>: Initially, execution nodes operate in a trusted or centralized manner, maintaining the status quo.</p></li><li><p><strong>Andromeda</strong>: Execution nodes transition to TEEs (SGX), reducing reliance on centralized operators and expanding participation. This intermediate layer is expected to launch with SUAVE&apos;s mainnet in Q2 &apos;24.</p><div data-type="twitter" tweetId="1764818338041966614" tweetData="{&quot;__typename&quot;:&quot;Tweet&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;favorite_count&quot;:53,&quot;created_at&quot;:&quot;2024-03-05T01:00:55.000Z&quot;,&quot;display_text_range&quot;:[0,28],&quot;entities&quot;:{&quot;hashtags&quot;:[],&quot;urls&quot;:[],&quot;user_mentions&quot;:[],&quot;symbols&quot;:[]},&quot;id_str&quot;:&quot;1764818338041966614&quot;,&quot;text&quot;:&quot;OH: “SUAVE is DEPIN for SGX”&quot;,&quot;user&quot;:{&quot;id_str&quot;:&quot;1484537340412452868&quot;,&quot;name&quot;:&quot;Jon Charbonneau 🇺🇸&quot;,&quot;screen_name&quot;:&quot;jon_charb&quot;,&quot;is_blue_verified&quot;:true,&quot;profile_image_shape&quot;:&quot;Circle&quot;,&quot;verified&quot;:false,&quot;profile_image_url_https&quot;:&quot;https://storage.googleapis.com/papyrus_images/b3504a97c53be4c7ccbcb82b4717d83d207a130bc008ea747016694174c2a4fc.jpg&quot;},&quot;edit_control&quot;:{&quot;edit_tweet_ids&quot;:[&quot;1764818338041966614&quot;],&quot;editable_until_msecs&quot;:&quot;1709604055000&quot;,&quot;is_edit_eligible&quot;:true,&quot;edits_remaining&quot;:&quot;5&quot;},&quot;conversation_count&quot;:2,&quot;news_action_type&quot;:&quot;conversation&quot;,&quot;isEdited&quot;:false,&quot;isStaleEdit&quot;:false}"> 
  <div class="twitter-embed embed">
    <div class="twitter-header">
        <div style="display:flex">
          <a target="_blank" href="https://twitter.com/jon_charb">
              <img alt="User Avatar" class="twitter-avatar" src="https://storage.googleapis.com/papyrus_images/b3504a97c53be4c7ccbcb82b4717d83d207a130bc008ea747016694174c2a4fc.jpg" />
            </a>
            <div style="margin-left:4px;margin-right:auto;line-height:1.2;">
              <a target="_blank" href="https://twitter.com/jon_charb" class="twitter-displayname">Jon Charbonneau 🇺🇸</a>
              <p><a target="_blank" href="https://twitter.com/jon_charb" class="twitter-username">@jon_charb</a></p>
    
            </div>
            <a href="https://twitter.com/jon_charb/status/1764818338041966614" target="_blank">
              <img alt="Twitter Logo" class="twitter-logo" src="https://paragraph.com/editor/twitter/logo.png" />
            </a>
          </div>
        </div>
      
    <div class="twitter-body">
      OH: “SUAVE is DEPIN for SGX”
      
      
       
    </div>
    
     <div class="twitter-footer">
          <a target="_blank" href="https://twitter.com/jon_charb/status/1764818338041966614" style="margin-right:16px; display:flex;">
            <img alt="Like Icon" class="twitter-heart" src="https://paragraph.com/editor/twitter/heart.png">
            53
          </a>
          <a target="_blank" href="https://twitter.com/jon_charb/status/1764818338041966614"><p>7:00 PM • Mar 4, 2024</p></a>
        </div>
    
  </div> 
  </div></li></ul><p>Future plans for SUAVE include augmenting SGX with cryptography (ZK and FHE) to further reduce trust requirements, although this is not immediate.</p><p>This network of TEEs still needs some on-chain implementation to: a) verify that computation and the code being run off-chain on these TEEs nodes is what it is supposed to be, and b) establish a secure channel to them.</p><p>Flashbots explains this concept in their latest <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://writings.flashbots.net/suave-tee-coprocessor">blog post</a> where they walk through an implementation of a simple TEE co-processor:</p><blockquote><p><em>We need to use the remote attestation feature of TEE so that our smart contracts can verify that a message came from a TEE. To do this, we add a new precompile so that Solidity code is allowed to generate a remote attestation. It&apos;s a bit like Gramine for Solidity, since we are exposing a fairly low-level interface directly to the smart contract environment. While generating an attestation requires an SGX processor, verifying the attestation occurs entirely on-chain. The remote attestation is just a certificate chain, and the verifier is written in Solidity.</em> <strong>We specifically use the Automata-V3-DCAP repository</strong>, which is an open source Solidity library for verifying these.</p></blockquote><p>I have also included some screenshots from Flashbots´ latest blog writing with highlights of Puffer and Automata mentions:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/890e3820113b696b4d364689ad51b82b03c51d65fcedc7c1ad39f287862fd4c6.png" alt="On the left, Flashbot´s latest blog writing on TEE coprocessors for when &quot;Andromeda&quot; goes live; on the right, GitHub contest for dev experimentation with TEEs and remote attestation. Highlighted are mentions of Automata and Puffer." blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">On the left, Flashbot´s latest blog writing on TEE coprocessors for when &quot;Andromeda&quot; goes live; on the right, GitHub contest for dev experimentation with TEEs and remote attestation. Highlighted are mentions of Automata and Puffer.</figcaption></figure><p>While both Puffer Finance and Automata are mentioned by Flashbots, Automata&apos;s verifier is recommended due to impending deprecation of EPID by Intel. Additionally, there have been suggestions from Phala Network (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/jasl9187">Jun Jiang</a>) about transforming DCAP verification into a ZK-proof, which, though slower, may offer benefits in on-chain validation. This presents a trade-off spectrum, where while current zk VMs may be slow, you don´t need to verify DCAP quotes frequently.</p><div data-type="twitter" tweetId="1757664880516051222" tweetData="{&quot;__typename&quot;:&quot;Tweet&quot;,&quot;in_reply_to_screen_name&quot;:&quot;jasl9187&quot;,&quot;in_reply_to_status_id_str&quot;:&quot;1757525868782710896&quot;,&quot;in_reply_to_user_id_str&quot;:&quot;1074054889&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;favorite_count&quot;:1,&quot;created_at&quot;:&quot;2024-02-14T07:15:38.000Z&quot;,&quot;display_text_range&quot;:[58,164],&quot;entities&quot;:{&quot;hashtags&quot;:[],&quot;urls&quot;:[],&quot;user_mentions&quot;:[{&quot;id_str&quot;:&quot;1074054889&quot;,&quot;indices&quot;:[0,9],&quot;name&quot;:&quot;Jun Jiang&quot;,&quot;screen_name&quot;:&quot;jasl9187&quot;},{&quot;id_str&quot;:&quot;1485768979935219712&quot;,&quot;indices&quot;:[10,19],&quot;name&quot;:&quot;RISC Zero&quot;,&quot;screen_name&quot;:&quot;RiscZero&quot;},{&quot;id_str&quot;:&quot;1166273105456578561&quot;,&quot;indices&quot;:[20,33],&quot;name&quot;:&quot;Phala&quot;,&quot;screen_name&quot;:&quot;PhalaNetwork&quot;},{&quot;id_str&quot;:&quot;1100165066&quot;,&quot;indices&quot;:[34,43],&quot;name&quot;:&quot;Hang Yin&quot;,&quot;screen_name&quot;:&quot;bgmshana&quot;},{&quot;id_str&quot;:&quot;22847791&quot;,&quot;indices&quot;:[44,57],&quot;name&quot;:&quot;Andrew Miller&quot;,&quot;screen_name&quot;:&quot;socrates1024&quot;}],&quot;symbols&quot;:[]},&quot;id_str&quot;:&quot;1757664880516051222&quot;,&quot;text&quot;:&quot;@jasl9187 @RiscZero @PhalaNetwork @bgmshana @socrates1024 Oh wow! Nice work! I&apos;m also working on a version myself. Hopefully I can wrap it up soon and releasing it.&quot;,&quot;user&quot;:{&quot;id_str&quot;:&quot;14865391&quot;,&quot;name&quot;:&quot;Chua Zheng Leong&quot;,&quot;screen_name&quot;:&quot;melynx&quot;,&quot;is_blue_verified&quot;:false,&quot;profile_image_shape&quot;:&quot;Circle&quot;,&quot;verified&quot;:false,&quot;profile_image_url_https&quot;:&quot;https://storage.googleapis.com/papyrus_images/59cfdb754f660afaafbb538104c4ba0da9151aa6b033292171393ba5b83d8246.jpg&quot;},&quot;edit_control&quot;:{&quot;edit_tweet_ids&quot;:[&quot;1757664880516051222&quot;],&quot;editable_until_msecs&quot;:&quot;1707898538000&quot;,&quot;is_edit_eligible&quot;:false,&quot;edits_remaining&quot;:&quot;5&quot;},&quot;conversation_count&quot;:2,&quot;news_action_type&quot;:&quot;conversation&quot;,&quot;parent&quot;:{&quot;lang&quot;:&quot;en&quot;,&quot;reply_count&quot;:4,&quot;retweet_count&quot;:4,&quot;favorite_count&quot;:25,&quot;possibly_sensitive&quot;:false,&quot;created_at&quot;:&quot;2024-02-13T22:03:15.000Z&quot;,&quot;display_text_range&quot;:[0,266],&quot;entities&quot;:{&quot;hashtags&quot;:[],&quot;urls&quot;:[{&quot;display_url&quot;:&quot;github.com/jasl/zk_dcap_v…&quot;,&quot;expanded_url&quot;:&quot;https://github.com/jasl/zk_dcap_verifier_poc&quot;,&quot;indices&quot;:[174,197],&quot;url&quot;:&quot;https://t.co/EJGvFmrZU1&quot;}],&quot;user_mentions&quot;:[{&quot;id_str&quot;:&quot;1485768979935219712&quot;,&quot;indices&quot;:[11,20],&quot;name&quot;:&quot;RISC Zero&quot;,&quot;screen_name&quot;:&quot;RiscZero&quot;},{&quot;id_str&quot;:&quot;1166273105456578561&quot;,&quot;indices&quot;:[54,67],&quot;name&quot;:&quot;Phala&quot;,&quot;screen_name&quot;:&quot;PhalaNetwork&quot;},{&quot;id_str&quot;:&quot;1100165066&quot;,&quot;indices&quot;:[243,252],&quot;name&quot;:&quot;Hang Yin&quot;,&quot;screen_name&quot;:&quot;bgmshana&quot;},{&quot;id_str&quot;:&quot;22847791&quot;,&quot;indices&quot;:[253,266],&quot;name&quot;:&quot;Andrew Miller&quot;,&quot;screen_name&quot;:&quot;socrates1024&quot;}],&quot;symbols&quot;:[],&quot;media&quot;:[{&quot;display_url&quot;:&quot;pic.x.com/y606YCijuA&quot;,&quot;expanded_url&quot;:&quot;https://x.com/jasl9187/status/1757525868782710896/photo/1&quot;,&quot;indices&quot;:[267,290],&quot;url&quot;:&quot;https://t.co/y606YCijuA&quot;}]},&quot;id_str&quot;:&quot;1757525868782710896&quot;,&quot;text&quot;:&quot;Just tried @RiscZero, without modification, I put the @PhalaNetwork SGX DCAP attestation verifier into it, but the ring crate can&apos;t compile, so I disabled PKI verify for now\nhttps://t.co/EJGvFmrZU1\ntodo: rework PKI verify, integrate Bonsai\ncc @bgmshana @socrates1024 https://t.co/y606YCijuA&quot;,&quot;user&quot;:{&quot;id_str&quot;:&quot;1074054889&quot;,&quot;name&quot;:&quot;Jun Jiang&quot;,&quot;screen_name&quot;:&quot;jasl9187&quot;,&quot;is_blue_verified&quot;:true,&quot;profile_image_shape&quot;:&quot;Circle&quot;,&quot;verified&quot;:false,&quot;profile_image_url_https&quot;:&quot;https://pbs.twimg.com/profile_images/971318707782868993/YkC8EIxY_normal.jpg&quot;},&quot;edit_control&quot;:{&quot;edit_tweet_ids&quot;:[&quot;1757525868782710896&quot;],&quot;editable_until_msecs&quot;:&quot;1707865395000&quot;,&quot;is_edit_eligible&quot;:true,&quot;edits_remaining&quot;:&quot;5&quot;},&quot;mediaDetails&quot;:[{&quot;display_url&quot;:&quot;pic.x.com/y606YCijuA&quot;,&quot;expanded_url&quot;:&quot;https://x.com/jasl9187/status/1757525868782710896/photo/1&quot;,&quot;ext_media_availability&quot;:{&quot;status&quot;:&quot;Available&quot;},&quot;indices&quot;:[267,290],&quot;media_url_https&quot;:&quot;https://pbs.twimg.com/media/GGP5yY2bcAAEB0a.jpg&quot;,&quot;original_info&quot;:{&quot;height&quot;:794,&quot;width&quot;:1994,&quot;focus_rects&quot;:[{&quot;x&quot;:576,&quot;y&quot;:0,&quot;w&quot;:1418,&quot;h&quot;:794},{&quot;x&quot;:948,&quot;y&quot;:0,&quot;w&quot;:794,&quot;h&quot;:794},{&quot;x&quot;:997,&quot;y&quot;:0,&quot;w&quot;:696,&quot;h&quot;:794},{&quot;x&quot;:1147,&quot;y&quot;:0,&quot;w&quot;:397,&quot;h&quot;:794},{&quot;x&quot;:0,&quot;y&quot;:0,&quot;w&quot;:1994,&quot;h&quot;:794}]},&quot;sizes&quot;:{&quot;large&quot;:{&quot;h&quot;:794,&quot;resize&quot;:&quot;fit&quot;,&quot;w&quot;:1994},&quot;medium&quot;:{&quot;h&quot;:478,&quot;resize&quot;:&quot;fit&quot;,&quot;w&quot;:1200},&quot;small&quot;:{&quot;h&quot;:271,&quot;resize&quot;:&quot;fit&quot;,&quot;w&quot;:680},&quot;thumb&quot;:{&quot;h&quot;:150,&quot;resize&quot;:&quot;crop&quot;,&quot;w&quot;:150}},&quot;type&quot;:&quot;photo&quot;,&quot;url&quot;:&quot;https://t.co/y606YCijuA&quot;}],&quot;photos&quot;:[{&quot;backgroundColor&quot;:{&quot;red&quot;:204,&quot;green&quot;:214,&quot;blue&quot;:221},&quot;cropCandidates&quot;:[{&quot;x&quot;:576,&quot;y&quot;:0,&quot;w&quot;:1418,&quot;h&quot;:794},{&quot;x&quot;:948,&quot;y&quot;:0,&quot;w&quot;:794,&quot;h&quot;:794},{&quot;x&quot;:997,&quot;y&quot;:0,&quot;w&quot;:696,&quot;h&quot;:794},{&quot;x&quot;:1147,&quot;y&quot;:0,&quot;w&quot;:397,&quot;h&quot;:794},{&quot;x&quot;:0,&quot;y&quot;:0,&quot;w&quot;:1994,&quot;h&quot;:794}],&quot;expandedUrl&quot;:&quot;https://x.com/jasl9187/status/1757525868782710896/photo/1&quot;,&quot;url&quot;:&quot;https://pbs.twimg.com/media/GGP5yY2bcAAEB0a.jpg&quot;,&quot;width&quot;:1994,&quot;height&quot;:794}],&quot;isEdited&quot;:false,&quot;isStaleEdit&quot;:false},&quot;isEdited&quot;:false,&quot;isStaleEdit&quot;:false}"> 
  <div class="twitter-embed embed">
    <div class="twitter-header">
        <div style="display:flex">
          <a target="_blank" href="https://twitter.com/melynx">
              <img alt="User Avatar" class="twitter-avatar" src="https://storage.googleapis.com/papyrus_images/59cfdb754f660afaafbb538104c4ba0da9151aa6b033292171393ba5b83d8246.jpg" />
            </a>
            <div style="margin-left:4px;margin-right:auto;line-height:1.2;">
              <a target="_blank" href="https://twitter.com/melynx" class="twitter-displayname">Chua Zheng Leong</a>
              <p><a target="_blank" href="https://twitter.com/melynx" class="twitter-username">@melynx</a></p>
    
            </div>
            <a href="https://twitter.com/melynx/status/1757664880516051222" target="_blank">
              <img alt="Twitter Logo" class="twitter-logo" src="https://paragraph.com/editor/twitter/logo.png" />
            </a>
          </div>
        </div>
      
    <div class="twitter-body">
      Oh wow! Nice work! I'm also working on a version myself. Hopefully I can wrap it up soon and releasing it.
      
      
       
    </div>
    
     <div class="twitter-footer">
          <a target="_blank" href="https://twitter.com/melynx/status/1757664880516051222" style="margin-right:16px; display:flex;">
            <img alt="Like Icon" class="twitter-heart" src="https://paragraph.com/editor/twitter/heart.png">
            1
          </a>
          <a target="_blank" href="https://twitter.com/melynx/status/1757664880516051222"><p>1:15 AM • Feb 14, 2024</p></a>
        </div>
    
  </div> 
  </div><p>There&apos;s also consideration of using DCAP verification as a benchmark for zk, as suggested by <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/socrates1024">Andrew Miller</a>.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/23b8e3e350d6742353388de19031f4a54df49b6261c01ebc3f4581ce2665a638.png" alt="One &quot;raw&quot; way to compare existing on-chain remote attestation verifiers is by looking at historical GitHub stars of their respective repos. Includes: Puffer, Automata, Phala Network, Clique." blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">One &quot;raw&quot; way to compare existing on-chain remote attestation verifiers is by looking at historical GitHub stars of their respective repos. Includes: Puffer, Automata, Phala Network, Clique.</figcaption></figure><p>To summarize, SUAVE should be viewed as a big tailwind to put TEEs on the map as they integrate them into their chain and replace current trusted entities. Each SuApp, like Order Flow Auctions (OFA) or blockbuilders, will operate within a TEE forming a network called &quot;Kettles.&quot; Verification of TEE computations and code integrity will be ensured through on-chain Remote Attestations (RAs), with Automata being the recommended solution by Flashbots for developers working on SuApps experimentation.</p><div data-type="twitter" tweetId="1763566972283793460" tweetData="{&quot;__typename&quot;:&quot;Tweet&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;favorite_count&quot;:51,&quot;possibly_sensitive&quot;:false,&quot;created_at&quot;:&quot;2024-03-01T14:08:26.000Z&quot;,&quot;display_text_range&quot;:[0,278],&quot;entities&quot;:{&quot;hashtags&quot;:[],&quot;urls&quot;:[],&quot;user_mentions&quot;:[{&quot;id_str&quot;:&quot;22847791&quot;,&quot;indices&quot;:[19,32],&quot;name&quot;:&quot;Andrew Miller&quot;,&quot;screen_name&quot;:&quot;socrates1024&quot;},{&quot;id_str&quot;:&quot;3305325070&quot;,&quot;indices&quot;:[34,48],&quot;name&quot;:&quot;Secret Network&quot;,&quot;screen_name&quot;:&quot;SecretNetwork&quot;},{&quot;id_str&quot;:&quot;1149448314158342144&quot;,&quot;indices&quot;:[50,64],&quot;name&quot;:&quot;Oasis&quot;,&quot;screen_name&quot;:&quot;OasisProtocol&quot;},{&quot;id_str&quot;:&quot;1166273105456578561&quot;,&quot;indices&quot;:[70,83],&quot;name&quot;:&quot;Phala&quot;,&quot;screen_name&quot;:&quot;PhalaNetwork&quot;},{&quot;id_str&quot;:&quot;974293707900858368&quot;,&quot;indices&quot;:[119,134],&quot;name&quot;:&quot;Marlin&quot;,&quot;screen_name&quot;:&quot;MarlinProtocol&quot;},{&quot;id_str&quot;:&quot;1353339843623829505&quot;,&quot;indices&quot;:[139,155],&quot;name&quot;:&quot;Automata Network&quot;,&quot;screen_name&quot;:&quot;AutomataNetwork&quot;}],&quot;symbols&quot;:[],&quot;media&quot;:[{&quot;display_url&quot;:&quot;pic.x.com/H0PhfjcL6t&quot;,&quot;expanded_url&quot;:&quot;https://x.com/SCRTPatrick/status/1763566972283793460/video/1&quot;,&quot;indices&quot;:[279,302],&quot;url&quot;:&quot;https://t.co/H0PhfjcL6t&quot;}]},&quot;id_str&quot;:&quot;1763566972283793460&quot;,&quot;text&quot;:&quot;Our TEE event with @socrates1024, @SecretNetwork, @OasisProtocol, and @PhalaNetwork led to some great conversations! \n\n@MarlinProtocol and @AutomataNetwork also made an appearance, and a new TEE research working group was established. I hope to see something big come out of it! https://t.co/H0PhfjcL6t&quot;,&quot;user&quot;:{&quot;id_str&quot;:&quot;1364302320742371335&quot;,&quot;name&quot;:&quot;Patrick 🌊&quot;,&quot;screen_name&quot;:&quot;cosmosp4tr1ck&quot;,&quot;is_blue_verified&quot;:false,&quot;profile_image_shape&quot;:&quot;Circle&quot;,&quot;verified&quot;:false,&quot;profile_image_url_https&quot;:&quot;https://storage.googleapis.com/papyrus_images/5c4f3cafdbf95c001691542644c28f3ade1d383dc95c742028fed5c92c6c1fc4.jpg&quot;},&quot;edit_control&quot;:{&quot;edit_tweet_ids&quot;:[&quot;1763566972283793460&quot;],&quot;editable_until_msecs&quot;:&quot;1709305706000&quot;,&quot;is_edit_eligible&quot;:true,&quot;edits_remaining&quot;:&quot;5&quot;},&quot;mediaDetails&quot;:[{&quot;additional_media_info&quot;:{},&quot;display_url&quot;:&quot;pic.x.com/H0PhfjcL6t&quot;,&quot;expanded_url&quot;:&quot;https://x.com/SCRTPatrick/status/1763566972283793460/video/1&quot;,&quot;ext_media_availability&quot;:{&quot;status&quot;:&quot;Available&quot;},&quot;indices&quot;:[279,302],&quot;media_url_https&quot;:&quot;https://pbs.twimg.com/ext_tw_video_thumb/1763566929099272193/pu/img/M0nWRgWEsgG1o2KP.jpg&quot;,&quot;original_info&quot;:{&quot;height&quot;:720,&quot;width&quot;:1280,&quot;focus_rects&quot;:[]},&quot;sizes&quot;:{&quot;large&quot;:{&quot;h&quot;:720,&quot;resize&quot;:&quot;fit&quot;,&quot;w&quot;:1280},&quot;medium&quot;:{&quot;h&quot;:675,&quot;resize&quot;:&quot;fit&quot;,&quot;w&quot;:1200},&quot;small&quot;:{&quot;h&quot;:383,&quot;resize&quot;:&quot;fit&quot;,&quot;w&quot;:680},&quot;thumb&quot;:{&quot;h&quot;:150,&quot;resize&quot;:&quot;crop&quot;,&quot;w&quot;:150}},&quot;type&quot;:&quot;video&quot;,&quot;url&quot;:&quot;https://t.co/H0PhfjcL6t&quot;,&quot;video_info&quot;:{&quot;aspect_ratio&quot;:[16,9],&quot;duration_millis&quot;:25706,&quot;variants&quot;:[{&quot;content_type&quot;:&quot;application/x-mpegURL&quot;,&quot;url&quot;:&quot;https://video.twimg.com/ext_tw_video/1763566929099272193/pu/pl/SDbayOQDBDKAqT8u.m3u8?tag=12&amp;v=288&quot;},{&quot;bitrate&quot;:256000,&quot;content_type&quot;:&quot;video/mp4&quot;,&quot;url&quot;:&quot;https://video.twimg.com/ext_tw_video/1763566929099272193/pu/vid/avc1/480x270/GtovcOOTjRIFyzhd.mp4?tag=12&quot;},{&quot;bitrate&quot;:832000,&quot;content_type&quot;:&quot;video/mp4&quot;,&quot;url&quot;:&quot;https://video.twimg.com/ext_tw_video/1763566929099272193/pu/vid/avc1/640x360/koZNWiiYCgah8AyY.mp4?tag=12&quot;},{&quot;bitrate&quot;:2176000,&quot;content_type&quot;:&quot;video/mp4&quot;,&quot;url&quot;:&quot;https://video.twimg.com/ext_tw_video/1763566929099272193/pu/vid/avc1/1280x720/3TQ4gtLxoih4wBHE.mp4?tag=12&quot;}]}}],&quot;photos&quot;:[],&quot;video&quot;:{&quot;aspectRatio&quot;:[16,9],&quot;contentType&quot;:&quot;media_entity&quot;,&quot;durationMs&quot;:25706,&quot;mediaAvailability&quot;:{&quot;status&quot;:&quot;available&quot;},&quot;poster&quot;:&quot;https://pbs.twimg.com/ext_tw_video_thumb/1763566929099272193/pu/img/M0nWRgWEsgG1o2KP.jpg&quot;,&quot;variants&quot;:[{&quot;type&quot;:&quot;application/x-mpegURL&quot;,&quot;src&quot;:&quot;https://video.twimg.com/ext_tw_video/1763566929099272193/pu/pl/SDbayOQDBDKAqT8u.m3u8?tag=12&amp;v=288&quot;},{&quot;type&quot;:&quot;video/mp4&quot;,&quot;src&quot;:&quot;https://video.twimg.com/ext_tw_video/1763566929099272193/pu/vid/avc1/480x270/GtovcOOTjRIFyzhd.mp4?tag=12&quot;},{&quot;type&quot;:&quot;video/mp4&quot;,&quot;src&quot;:&quot;https://video.twimg.com/ext_tw_video/1763566929099272193/pu/vid/avc1/640x360/koZNWiiYCgah8AyY.mp4?tag=12&quot;},{&quot;type&quot;:&quot;video/mp4&quot;,&quot;src&quot;:&quot;https://video.twimg.com/ext_tw_video/1763566929099272193/pu/vid/avc1/1280x720/3TQ4gtLxoih4wBHE.mp4?tag=12&quot;}],&quot;videoId&quot;:{&quot;type&quot;:&quot;tweet&quot;,&quot;id&quot;:&quot;1763566972283793460&quot;},&quot;viewCount&quot;:0},&quot;conversation_count&quot;:3,&quot;news_action_type&quot;:&quot;conversation&quot;,&quot;isEdited&quot;:false,&quot;isStaleEdit&quot;:false}"> 
  <div class="twitter-embed embed">
    <div class="twitter-header">
        <div style="display:flex">
          <a target="_blank" href="https://twitter.com/cosmosp4tr1ck">
              <img alt="User Avatar" class="twitter-avatar" src="https://storage.googleapis.com/papyrus_images/5c4f3cafdbf95c001691542644c28f3ade1d383dc95c742028fed5c92c6c1fc4.jpg" />
            </a>
            <div style="margin-left:4px;margin-right:auto;line-height:1.2;">
              <a target="_blank" href="https://twitter.com/cosmosp4tr1ck" class="twitter-displayname">Patrick 🌊</a>
              <p><a target="_blank" href="https://twitter.com/cosmosp4tr1ck" class="twitter-username">@cosmosp4tr1ck</a></p>
    
            </div>
            <a href="https://twitter.com/cosmosp4tr1ck/status/1763566972283793460" target="_blank">
              <img alt="Twitter Logo" class="twitter-logo" src="https://paragraph.com/editor/twitter/logo.png" />
            </a>
          </div>
        </div>
      
    <div class="twitter-body">
      Our TEE event with <a class="twitter-content-link"  href="https://twitter.com/socrates1024" target="_blank">@socrates1024</a>, <a class="twitter-content-link"  href="https://twitter.com/SecretNetwork" target="_blank">@SecretNetwork</a>, <a class="twitter-content-link"  href="https://twitter.com/OasisProtocol" target="_blank">@OasisProtocol</a>, and <a class="twitter-content-link"  href="https://twitter.com/PhalaNetwork" target="_blank">@PhalaNetwork</a> led to some great conversations! <br /><br /><a class="twitter-content-link"  href="https://twitter.com/MarlinProtocol" target="_blank">@MarlinProtocol</a> and <a class="twitter-content-link"  href="https://twitter.com/AutomataNetwork" target="_blank">@AutomataNetwork</a> also made an appearance, and a new TEE research working group was established. I hope to see something big come out of it! 
      <div class="twitter-media">
      <img class="twitter-image" src="https://pbs.twimg.com/ext_tw_video_thumb/1763566929099272193/pu/img/M0nWRgWEsgG1o2KP.jpg"> 
    </div>
      
       
    </div>
    
     <div class="twitter-footer">
          <a target="_blank" href="https://twitter.com/cosmosp4tr1ck/status/1763566972283793460" style="margin-right:16px; display:flex;">
            <img alt="Like Icon" class="twitter-heart" src="https://paragraph.com/editor/twitter/heart.png">
            51
          </a>
          <a target="_blank" href="https://twitter.com/cosmosp4tr1ck/status/1763566972283793460"><p>8:08 AM • Mar 1, 2024</p></a>
        </div>
    
  </div> 
  </div><div data-type="twitter" tweetId="1701572872966393865" tweetData="{&quot;__typename&quot;:&quot;Tweet&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;favorite_count&quot;:18,&quot;possibly_sensitive&quot;:false,&quot;created_at&quot;:&quot;2023-09-12T12:26:01.000Z&quot;,&quot;display_text_range&quot;:[0,255],&quot;entities&quot;:{&quot;hashtags&quot;:[],&quot;urls&quot;:[],&quot;user_mentions&quot;:[{&quot;id_str&quot;:&quot;1852194649&quot;,&quot;indices&quot;:[23,34],&quot;name&quot;:&quot;Anatolii Padenko 🇺🇦&quot;,&quot;screen_name&quot;:&quot;0xAnatolii&quot;},{&quot;id_str&quot;:&quot;14865391&quot;,&quot;indices&quot;:[39,46],&quot;name&quot;:&quot;Chua Zheng Leong&quot;,&quot;screen_name&quot;:&quot;melynx&quot;},{&quot;id_str&quot;:&quot;3366386783&quot;,&quot;indices&quot;:[47,57],&quot;name&quot;:&quot;Murat | lordofcoins.eth&quot;,&quot;screen_name&quot;:&quot;MuratLite&quot;},{&quot;id_str&quot;:&quot;2329730512&quot;,&quot;indices&quot;:[58,69],&quot;name&quot;:&quot;Tomasz K. Stańczak&quot;,&quot;screen_name&quot;:&quot;tkstanczak&quot;},{&quot;id_str&quot;:&quot;367197310&quot;,&quot;indices&quot;:[70,81],&quot;name&quot;:&quot;Delanesays&quot;,&quot;screen_name&quot;:&quot;DelaneSays&quot;},{&quot;id_str&quot;:&quot;1353339843623829505&quot;,&quot;indices&quot;:[220,236],&quot;name&quot;:&quot;Automata Network&quot;,&quot;screen_name&quot;:&quot;AutomataNetwork&quot;}],&quot;symbols&quot;:[],&quot;media&quot;:[{&quot;display_url&quot;:&quot;pic.x.com/Bn55ufpTUj&quot;,&quot;expanded_url&quot;:&quot;https://x.com/meowrpc/status/1701572872966393865/photo/1&quot;,&quot;indices&quot;:[256,279],&quot;url&quot;:&quot;https://t.co/Bn55ufpTUj&quot;}]},&quot;id_str&quot;:&quot;1701572872966393865&quot;,&quot;text&quot;:&quot;Today me together with @0xAnatolii and @melynx @MuratLite @tkstanczak @DelaneSays Chang-Wu Chen participated in a panel discussion about all the mev stuff and how to take care of users in this dark forest. Organized by  @AutomataNetwork. \nBusy week ahead. https://t.co/Bn55ufpTUj&quot;,&quot;user&quot;:{&quot;id_str&quot;:&quot;1658435330981212161&quot;,&quot;name&quot;:&quot;Meow no MEV&quot;,&quot;screen_name&quot;:&quot;meowrpc&quot;,&quot;is_blue_verified&quot;:false,&quot;profile_image_shape&quot;:&quot;Circle&quot;,&quot;verified&quot;:false,&quot;profile_image_url_https&quot;:&quot;https://storage.googleapis.com/papyrus_images/1e83622a4f1647251b6d7d06af810899db26291f771e0a603d18eefec2b2e92c.jpg&quot;},&quot;edit_control&quot;:{&quot;edit_tweet_ids&quot;:[&quot;1701572872966393865&quot;],&quot;editable_until_msecs&quot;:&quot;1694525161000&quot;,&quot;is_edit_eligible&quot;:true,&quot;edits_remaining&quot;:&quot;5&quot;},&quot;mediaDetails&quot;:[{&quot;display_url&quot;:&quot;pic.x.com/Bn55ufpTUj&quot;,&quot;expanded_url&quot;:&quot;https://x.com/meowrpc/status/1701572872966393865/photo/1&quot;,&quot;ext_media_availability&quot;:{&quot;status&quot;:&quot;Available&quot;},&quot;indices&quot;:[256,279],&quot;media_url_https&quot;:&quot;https://pbs.twimg.com/media/F50zgdbaEAALVso.jpg&quot;,&quot;original_info&quot;:{&quot;height&quot;:960,&quot;width&quot;:1280,&quot;focus_rects&quot;:[{&quot;x&quot;:0,&quot;y&quot;:243,&quot;w&quot;:1280,&quot;h&quot;:717},{&quot;x&quot;:64,&quot;y&quot;:0,&quot;w&quot;:960,&quot;h&quot;:960},{&quot;x&quot;:123,&quot;y&quot;:0,&quot;w&quot;:842,&quot;h&quot;:960},{&quot;x&quot;:304,&quot;y&quot;:0,&quot;w&quot;:480,&quot;h&quot;:960},{&quot;x&quot;:0,&quot;y&quot;:0,&quot;w&quot;:1280,&quot;h&quot;:960}]},&quot;sizes&quot;:{&quot;large&quot;:{&quot;h&quot;:960,&quot;resize&quot;:&quot;fit&quot;,&quot;w&quot;:1280},&quot;medium&quot;:{&quot;h&quot;:900,&quot;resize&quot;:&quot;fit&quot;,&quot;w&quot;:1200},&quot;small&quot;:{&quot;h&quot;:510,&quot;resize&quot;:&quot;fit&quot;,&quot;w&quot;:680},&quot;thumb&quot;:{&quot;h&quot;:150,&quot;resize&quot;:&quot;crop&quot;,&quot;w&quot;:150}},&quot;type&quot;:&quot;photo&quot;,&quot;url&quot;:&quot;https://t.co/Bn55ufpTUj&quot;}],&quot;photos&quot;:[{&quot;backgroundColor&quot;:{&quot;red&quot;:204,&quot;green&quot;:214,&quot;blue&quot;:221},&quot;cropCandidates&quot;:[{&quot;x&quot;:0,&quot;y&quot;:243,&quot;w&quot;:1280,&quot;h&quot;:717},{&quot;x&quot;:64,&quot;y&quot;:0,&quot;w&quot;:960,&quot;h&quot;:960},{&quot;x&quot;:123,&quot;y&quot;:0,&quot;w&quot;:842,&quot;h&quot;:960},{&quot;x&quot;:304,&quot;y&quot;:0,&quot;w&quot;:480,&quot;h&quot;:960},{&quot;x&quot;:0,&quot;y&quot;:0,&quot;w&quot;:1280,&quot;h&quot;:960}],&quot;expandedUrl&quot;:&quot;https://x.com/meowrpc/status/1701572872966393865/photo/1&quot;,&quot;url&quot;:&quot;https://storage.googleapis.com/papyrus_images/056c3afd492227cc3d46c9cf1e1c3e96869805142e7ee84120b21d4ee730fbee.jpg&quot;,&quot;width&quot;:1280,&quot;height&quot;:960}],&quot;conversation_count&quot;:1,&quot;news_action_type&quot;:&quot;conversation&quot;,&quot;isEdited&quot;:false,&quot;isStaleEdit&quot;:false}"> 
  <div class="twitter-embed embed">
    <div class="twitter-header">
        <div style="display:flex">
          <a target="_blank" href="https://twitter.com/meowrpc">
              <img alt="User Avatar" class="twitter-avatar" src="https://storage.googleapis.com/papyrus_images/1e83622a4f1647251b6d7d06af810899db26291f771e0a603d18eefec2b2e92c.jpg" />
            </a>
            <div style="margin-left:4px;margin-right:auto;line-height:1.2;">
              <a target="_blank" href="https://twitter.com/meowrpc" class="twitter-displayname">Meow no MEV</a>
              <p><a target="_blank" href="https://twitter.com/meowrpc" class="twitter-username">@meowrpc</a></p>
    
            </div>
            <a href="https://twitter.com/meowrpc/status/1701572872966393865" target="_blank">
              <img alt="Twitter Logo" class="twitter-logo" src="https://paragraph.com/editor/twitter/logo.png" />
            </a>
          </div>
        </div>
      
    <div class="twitter-body">
      Today me together with <a class="twitter-content-link"  href="https://twitter.com/0xAnatolii" target="_blank">@0xAnatolii</a> and <a class="twitter-content-link"  href="https://twitter.com/melynx" target="_blank">@melynx</a> <a class="twitter-content-link"  href="https://twitter.com/MuratLite" target="_blank">@MuratLite</a> <a class="twitter-content-link"  href="https://twitter.com/tkstanczak" target="_blank">@tkstanczak</a> <a class="twitter-content-link"  href="https://twitter.com/DelaneSays" target="_blank">@DelaneSays</a> Chang-Wu Chen participated in a panel discussion about all the mev stuff and how to take care of users in this dark forest. Organized by  <a class="twitter-content-link"  href="https://twitter.com/AutomataNetwork" target="_blank">@AutomataNetwork</a>. <br />Busy week ahead. 
      <div class="twitter-media"><img class="twitter-image" src="https://storage.googleapis.com/papyrus_images/056c3afd492227cc3d46c9cf1e1c3e96869805142e7ee84120b21d4ee730fbee.jpg" /></div>
      
       
    </div>
    
     <div class="twitter-footer">
          <a target="_blank" href="https://twitter.com/meowrpc/status/1701572872966393865" style="margin-right:16px; display:flex;">
            <img alt="Like Icon" class="twitter-heart" src="https://paragraph.com/editor/twitter/heart.png">
            18
          </a>
          <a target="_blank" href="https://twitter.com/meowrpc/status/1701572872966393865"><p>7:26 AM • Sep 12, 2023</p></a>
        </div>
    
  </div> 
  </div><h3 id="h-l2-multi-proving" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">L2 multi-proving <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://emojipedia.org/scroll">📜</a></h3><p>L2 multi-proving offers a promising solution to the security concerns surrounding Layer 2s, especially as more assets migrate from Ethereum to L2s. Vitalik has emphasized the importance of addressing security issues within these complex systems, highlighting the potential catastrophic implications of bugs within single-prover validation setups. The need for diverse prover mechanisms becomes paramount in ensuring the integrity and security of L2 txns.</p><p>Scroll&apos;s <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://scroll.io/blog/scaling-security">collaboration</a> with Automata represents a significant step towards enhancing the security of L2 networks through multi-proving. By incorporating a TEE prover as a secondary mechanism alongside traditional ZK proofs, Scroll aims to mitigate the risks associated with bugs and vulnerabilities inherent in complex software systems.</p><p>The rationale behind adopting a multi-proving approach lies in bolstering the security of L2s without compromising on finality time or significantly increasing transaction costs. By diversifying the validation mechanisms, Scroll aims to minimize the likelihood of invalid transactions infiltrating the system.</p><p>The design space for a multi-proof system on Scroll revolves around three key objectives: enhancing L2 security, maintaining reasonable finality times, and introducing minimal additional costs to L2 txns. While exploring various options for a secondary prover, including fraud proofs and alternative ZK provers, the adoption of a TEE prover emerged as the most viable solution. With negligible overhead associated with proving processes, TEE provers provide a faster and more cost-effective solution, thereby aligning with Scroll&apos;s objectives of enhancing security while maintaining operational efficiency.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/86b149ec85c9899f25632f3ddce7743426d9c9d09c9261aab01412df88464865.png" alt="Tradeoff spectrum from Scroll´s blog" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Tradeoff spectrum from Scroll´s blog</figcaption></figure><p>The specifical implementation of the SGX (TEE) prover leverages Automata´s on-chain remote attestation verifier. It entails using a smart contract as a remote party to create a public and transparent on-chain anchor that enables trust composability — other smart contracts can also trust the computation from the enclave.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8f41a622c611d9eb1421a2336ed2192646edfcac999a2bbb4add47d9b8993a23.png" alt="Automata-DCAP-V3-Attestation on-chain verifier being used for the verification of SGX Proofs on Scroll´s new multi-prover design" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Automata-DCAP-V3-Attestation on-chain verifier being used for the verification of SGX Proofs on Scroll´s new multi-prover design</figcaption></figure><p>Forward-looking other zkL2s like Taiko, Linea, or even opL2s could be integrated and benefit from more diverse prover mechanisms.</p><h3 id="h-conclusion" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Conclusion</h3><p>Main liquid bet to get exposure to TEE coprocessors and take advantage of a potential rerating arising from ZK coprocessors launching soon at (expected) high FDVs is $ATA.</p>]]></content:encoded>
            <author>tumilet@newsletter.paragraph.com (tumilet)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/243206b7141bfa54206b5277a4e56e4ab8ed595079a1d96d41ffaa97c1d87d84.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Across - The bridge winner in the one year horizon ]]></title>
            <link>https://paragraph.com/@tumilet/across-the-bridge-winner-in-the-one-year-horizon</link>
            <guid>cCdXsE3PgCKm4sPl05Sc</guid>
            <pubDate>Thu, 29 Jun 2023 19:18:09 GMT</pubDate>
            <description><![CDATA[This is a post I quickly wrote with my thoughts. It is not structured and should be treated as a draft of a longer piece I have planned of putting out, but I just wanted to share some stuff now. Disclaimer: The following statement does not represent Spartan&apos;s views. It is a personal thesis and post. I welcome discussions on any thoughts and greatly appreciate any feedback received. I firmly believe Across will be the biggest winner (in terms of growth and share gains) of the bridge lands...]]></description>
            <content:encoded><![CDATA[<p>This is a post I quickly wrote with my thoughts. It is not structured and should be treated as a draft of a longer piece I have planned of putting out, but I just wanted to share some stuff now.</p><p><strong>Disclaimer: The following statement does not represent Spartan&apos;s views. It is a personal thesis and post. I welcome discussions on any thoughts and greatly appreciate any feedback received.</strong></p><p><code>I firmly believe Across will be the biggest winner (in terms of growth and share gains) of the bridge landscape in the 1-year horizon (predicting further than one year almost never works, so I´ll leave that to traders, gurus, and threadooors).</code></p><p>STRUCTURE:</p><ol><li><p><strong>Bridges are a growing vertical.</strong></p></li><li><p><strong>Bridge aggregators play and will continue to play a big role in the bridge landscape.</strong></p></li><li><p><strong>Across is the most advantageous bridge if aggregators grow and keep taking share from the market.</strong></p></li><li><p><strong>Quantitative analysis.</strong></p></li><li><p><strong>Multiples – Valuing cryptoassets on a relative basis.</strong></p></li><li><p><strong>Absolute valuation based on TAM growth and share gains.</strong></p></li></ol><p>If anyone wants to access the <strong>spreadsheet</strong> (where I´ll be putting more graphs and stuff) DM me on twitter. I have a paywall of $10 on it, but really think it´s worth it. The data updates daily thanks to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.artemis.xyz/">Artemis</a> and aggregates KPIs from all of the bridge landscape.</p><div data-type="twitter" tweetId="1672308506022518796" tweetData="{&quot;__typename&quot;:&quot;Tweet&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;favorite_count&quot;:49,&quot;possibly_sensitive&quot;:false,&quot;created_at&quot;:&quot;2023-06-23T18:19:52.000Z&quot;,&quot;display_text_range&quot;:[0,276],&quot;entities&quot;:{&quot;hashtags&quot;:[],&quot;urls&quot;:[],&quot;user_mentions&quot;:[],&quot;symbols&quot;:[],&quot;media&quot;:[{&quot;display_url&quot;:&quot;pic.x.com/U60yzUtvSt&quot;,&quot;expanded_url&quot;:&quot;https://x.com/tumilett/status/1672308506022518796/photo/1&quot;,&quot;indices&quot;:[277,300],&quot;url&quot;:&quot;https://t.co/U60yzUtvSt&quot;}]},&quot;id_str&quot;:&quot;1672308506022518796&quot;,&quot;text&quot;:&quot;Who wants access to this? It´s a fully automated dataset for the bridge landscape, which includes bridge sector-specific metrics that I \&quot;created\&quot;. All data and graphs can be used to extract various insights.\n\nNote that there is a $10 paywall, which IMO is definitely worth it. https://t.co/U60yzUtvSt&quot;,&quot;user&quot;:{&quot;id_str&quot;:&quot;4031011564&quot;,&quot;name&quot;:&quot;tumilet&quot;,&quot;screen_name&quot;:&quot;tumilett&quot;,&quot;is_blue_verified&quot;:true,&quot;profile_image_shape&quot;:&quot;Circle&quot;,&quot;verified&quot;:false,&quot;profile_image_url_https&quot;:&quot;https://storage.googleapis.com/papyrus_images/e09aba3e24d3cff3d7122382caf0b4d581fa79068f34b4d5bfb96711bda35de1.jpg&quot;},&quot;edit_control&quot;:{&quot;edit_tweet_ids&quot;:[&quot;1672308506022518796&quot;],&quot;editable_until_msecs&quot;:&quot;1687547992000&quot;,&quot;is_edit_eligible&quot;:false,&quot;edits_remaining&quot;:&quot;5&quot;},&quot;mediaDetails&quot;:[{&quot;display_url&quot;:&quot;pic.x.com/U60yzUtvSt&quot;,&quot;expanded_url&quot;:&quot;https://x.com/tumilett/status/1672308506022518796/photo/1&quot;,&quot;ext_media_availability&quot;:{&quot;status&quot;:&quot;Available&quot;},&quot;indices&quot;:[277,300],&quot;media_url_https&quot;:&quot;https://pbs.twimg.com/media/FzU7AyNWIAQyshi.jpg&quot;,&quot;original_info&quot;:{&quot;height&quot;:1396,&quot;width&quot;:1360,&quot;focus_rects&quot;:[{&quot;x&quot;:0,&quot;y&quot;:0,&quot;w&quot;:1360,&quot;h&quot;:762},{&quot;x&quot;:0,&quot;y&quot;:0,&quot;w&quot;:1360,&quot;h&quot;:1360},{&quot;x&quot;:135,&quot;y&quot;:0,&quot;w&quot;:1225,&quot;h&quot;:1396},{&quot;x&quot;:453,&quot;y&quot;:0,&quot;w&quot;:698,&quot;h&quot;:1396},{&quot;x&quot;:0,&quot;y&quot;:0,&quot;w&quot;:1360,&quot;h&quot;:1396}]},&quot;sizes&quot;:{&quot;large&quot;:{&quot;h&quot;:1396,&quot;resize&quot;:&quot;fit&quot;,&quot;w&quot;:1360},&quot;medium&quot;:{&quot;h&quot;:1200,&quot;resize&quot;:&quot;fit&quot;,&quot;w&quot;:1169},&quot;small&quot;:{&quot;h&quot;:680,&quot;resize&quot;:&quot;fit&quot;,&quot;w&quot;:662},&quot;thumb&quot;:{&quot;h&quot;:150,&quot;resize&quot;:&quot;crop&quot;,&quot;w&quot;:150}},&quot;type&quot;:&quot;photo&quot;,&quot;url&quot;:&quot;https://t.co/U60yzUtvSt&quot;}],&quot;photos&quot;:[{&quot;backgroundColor&quot;:{&quot;red&quot;:204,&quot;green&quot;:214,&quot;blue&quot;:221},&quot;cropCandidates&quot;:[{&quot;x&quot;:0,&quot;y&quot;:0,&quot;w&quot;:1360,&quot;h&quot;:762},{&quot;x&quot;:0,&quot;y&quot;:0,&quot;w&quot;:1360,&quot;h&quot;:1360},{&quot;x&quot;:135,&quot;y&quot;:0,&quot;w&quot;:1225,&quot;h&quot;:1396},{&quot;x&quot;:453,&quot;y&quot;:0,&quot;w&quot;:698,&quot;h&quot;:1396},{&quot;x&quot;:0,&quot;y&quot;:0,&quot;w&quot;:1360,&quot;h&quot;:1396}],&quot;expandedUrl&quot;:&quot;https://x.com/tumilett/status/1672308506022518796/photo/1&quot;,&quot;url&quot;:&quot;https://storage.googleapis.com/papyrus_images/c2a92e65494c94f1891cd69f9ca326f06337fb38a0066385d5327e8be4838acd.jpg&quot;,&quot;width&quot;:1360,&quot;height&quot;:1396}],&quot;conversation_count&quot;:5,&quot;news_action_type&quot;:&quot;conversation&quot;,&quot;isEdited&quot;:false,&quot;isStaleEdit&quot;:false}"> 
  <div class="twitter-embed embed">
    <div class="twitter-header">
        <div style="display:flex">
          <a target="_blank" href="https://twitter.com/tumilett">
              <img alt="User Avatar" class="twitter-avatar" src="https://storage.googleapis.com/papyrus_images/e09aba3e24d3cff3d7122382caf0b4d581fa79068f34b4d5bfb96711bda35de1.jpg" />
            </a>
            <div style="margin-left:4px;margin-right:auto;line-height:1.2;">
              <a target="_blank" href="https://twitter.com/tumilett" class="twitter-displayname">tumilet</a>
              <p><a target="_blank" href="https://twitter.com/tumilett" class="twitter-username">@tumilett</a></p>
    
            </div>
            <a href="https://twitter.com/tumilett/status/1672308506022518796" target="_blank">
              <img alt="Twitter Logo" class="twitter-logo" src="https://paragraph.com/editor/twitter/logo.png" />
            </a>
          </div>
        </div>
      
    <div class="twitter-body">
      Who wants access to this? It´s a fully automated dataset for the bridge landscape, which includes bridge sector-specific metrics that I "created". All data and graphs can be used to extract various insights.<br /><br />Note that there is a $10 paywall, which IMO is definitely worth it. 
      <div class="twitter-media"><img class="twitter-image" src="https://storage.googleapis.com/papyrus_images/c2a92e65494c94f1891cd69f9ca326f06337fb38a0066385d5327e8be4838acd.jpg" /></div>
      
       
    </div>
    
     <div class="twitter-footer">
          <a target="_blank" href="https://twitter.com/tumilett/status/1672308506022518796" style="margin-right:16px; display:flex;">
            <img alt="Like Icon" class="twitter-heart" src="https://paragraph.com/editor/twitter/heart.png">
            49
          </a>
          <a target="_blank" href="https://twitter.com/tumilett/status/1672308506022518796"><p>1:19 PM • Jun 23, 2023</p></a>
        </div>
    
  </div> 
  </div><h3 id="h-1-bridges-are-a-growing-vertical" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1. BRIDGES ARE A GROWING VERTICAL</h3><p>Bridges are a growing vertical, which has grown volumes 4x since January 2023 (although primarily driven by Stargate´s L0 airdrop expectations),</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ca2c3a4161ab0de15c766a0e6466e2c6e340a0dafaaec1443ef5de29c2c6ea58.png" alt="Bridge Volumes - LTM" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Bridge Volumes - LTM</figcaption></figure><p>and there are many TAM expansions on the short-term horizon:</p><ol><li><p>EIP-4844 (reduce L2 gas fees and may drive cost-sensitive users to L2s, for which they will need to bridge to existing L2s (Arbi and Op).</p></li><li><p>Many important L2s are expected to come in the following months: BASE, Taiko, Linea, Scroll, Mantle. All of which need bridge support.</p></li></ol><p>I expect bridge volumes to grow 50% y/y since the L365D. Again, growth comes from 1) existing chain bridge transfers, 2) new ecosystems.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f46b4d6d73f62bf1ab3e5f8315b1dd1bfbfeef0f7474b230ee6af24f4bbf2c4e.png" alt="Supported chains by cross-chain EVM bridges" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Supported chains by cross-chain EVM bridges</figcaption></figure><h3 id="h-2-bridge-aggregators-play-and-will-continue-to-play-a-big-role-in-the-bridge-landscape" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2. BRIDGE AGGREGATORS PLAY AND WILL CONTINUE TO PLAY A BIG ROLE IN THE BRIDGE LANDSCAPE</h3><p>The most important metric in the bridge landscape that is not being tracked is aggregator penetration: what % of the total bridge volume gets rooted through aggregators.</p><p>The market is dormant, and aggregators change the dynamics. Users who were “loyal” or accustomed to using incumbent bridges that weren´t fast and charged high fees, have now discovered a new bridging experience, which is more cost-effective and “democratic”.</p><p>For more info on why bridge aggregation makes sense, check this out:</p><div data-type="embedly" src="https://blog.li.fi/bridge-aggregation-in-a-multi-chain-world-1cc9cf953422" data="{&quot;provider_url&quot;:&quot;https://blog.li.fi&quot;,&quot;description&quot;:&quot;\&quot;\&quot; is published by Arjun Chand in LI.FI Blog.&quot;,&quot;title&quot;:&quot;Crypto Aggregation Theory (ft. Bridges)&quot;,&quot;mean_alpha&quot;:255,&quot;author_name&quot;:&quot;Arjun Chand&quot;,&quot;url&quot;:&quot;https://blog.li.fi/bridge-aggregation-in-a-multi-chain-world-1cc9cf953422?gi=da6a3167e918&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/1ceb333aa361313720335058ca1c64cc2111b6cbeca7a4aec2527cecb5dfda05.png&quot;,&quot;thumbnail_width&quot;:1100,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Medium&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:618,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:1100,&quot;height&quot;:618,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/1ceb333aa361313720335058ca1c64cc2111b6cbeca7a4aec2527cecb5dfda05.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/1ceb333aa361313720335058ca1c64cc2111b6cbeca7a4aec2527cecb5dfda05.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://blog.li.fi/bridge-aggregation-in-a-multi-chain-world-1cc9cf953422" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Crypto Aggregation Theory (ft. Bridges)</h2><p>&quot;&quot; is published by Arjun Chand in LI.FI Blog.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://blog.li.fi</span></div><img src="https://storage.googleapis.com/papyrus_images/1ceb333aa361313720335058ca1c64cc2111b6cbeca7a4aec2527cecb5dfda05.png"/></div></a></div></div><p>Anyway, this ratio serves as a metric to gauge the “penetration” of aggregators, made with data from Across, Hop, Synapse, Stargate, Celer, Connext, and Multichain.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2c27c1c88d2848aae3171cb1dc928b8ccefbdd2cd3c6545898b3ed4f32ddc882.png" alt="Aggregators penetration - LTM" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Aggregators penetration - LTM</figcaption></figure><p>Two important things to say about these graphs:</p><ol><li><p>In <strong>December 2022</strong>, there was a notable <strong>spike in volume</strong> due to the launch of Jumper&apos;s V2 and a surge in Bungee&apos;s volumes. These protocols attracted significant bridging activity as users started to speculate about a retroactive airdrop of $LIFI and $SOCKET tokens. Currently, the remaining volume consists of organic transactions, which initially appears to have slowed down.</p></li><li><p>In order to provide clearer data, <strong>I have excluded Stargate&apos;s overall volume from the second graph</strong>. Stargate, being a widely used frontend and smart-contract platform, attracted most users for L0 airdrop activities after it achieved a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.coindesk.com/business/2023/04/04/crypto-protocol-layerzero-raises-120m-series-b-at-3b-valuation/">$3B valuation in April 2023</a>. In this graph, we can observe that market penetration has not slowed down; instead, it has increased from 7% to 24% over the past three months.</p></li></ol><p>Having said that, <strong>I expect this penetration ratio to grow in the following year (to 40%).</strong> As aggregators improve their service offerings and bridge integrations, and as they develop their own network effects, it becomes logical for users to rely on aggregators for their bridging activities. This way, users can abstract the need to know which bridge supports specific chains or if it has sufficient liquidity, among other factors.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ddd846a6d382f3dcf3ed42be1e3c3cae243946cba081e092268a39a1e94302ce.png" alt="Socket and LIFI bridged volume quarterly growth since inception" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Socket and LIFI bridged volume quarterly growth since inception</figcaption></figure><h3 id="h-3-across-is-the-most-advantageous-bridge-if-aggregators-grow-and-keep-taking-share-from-the-market" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3. ACROSS IS THE MOST ADVANTAGEOUS BRIDGE IF AGGREGATORS GROW AND KEEP TAKING SHARE FROM THE MARKET</h3><p>Across is the fastest and/or cheapest bridge, and as such, gets selected by users and aggregators as the preferred route for most of their transfers. If aggregators penetrate the market, Across wins, and I see that happening.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/78e5fb8a9a7e11948353c13f6543788d770628c1ee2d53f16ed345d2a206978e.png" alt="SOCKET x LIFI combined bridged volume rooted through the different bridges" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">SOCKET x LIFI combined bridged volume rooted through the different bridges</figcaption></figure><p>Based on the last week, 58% of Across´ volume comes from LIFI and Socket.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6b53dd51cdfac09a62710715df6f786a5440ee3530d63a304812bea7819172b6.jpg" alt="Socket and LIFI volume contribution to each of their integrated bridge - % of the total volume that comes from them" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Socket and LIFI volume contribution to each of their integrated bridge - % of the total volume that comes from them</figcaption></figure><p>So, <strong>how can someone get exposure to this expected growth in Across?</strong> They have a governance token - <strong>$ACX</strong>, let’s check how has the token performed historically with the evolution of the underlying protocol KPIs.</p><h3 id="h-4-quantitative-analysis" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">4. QUANTITATIVE ANALYSIS</h3><p>Before we delve into the details, let&apos;s examine a couple of graphs that highlight an interesting trend. Specifically, focusing on the pair of Across-Hop-Synapse-Connext-Celer, we can observe that Across has been the sole gainer since the beginning of the year.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4615da4c08f9bdd9296983225f06e2f21e188f7be6d7a8025b7308c3040f3bce.png" alt="Total Bridged Volume with and without Stargate (Stacked chart) - LTM" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Total Bridged Volume with and without Stargate (Stacked chart) - LTM</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/88e02464af9ddcd78dca3030bd48890f8506fa3f0a0907f7577010ab89a01e51.png" alt="Across % Share gains - LTM" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Across % Share gains - LTM</figcaption></figure><h3 id="h-5-multiples-valuing-cryptoassets-on-a-relative-basis" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">5. MULTIPLES – VALUING CRYPTOASSETS ON A RELATIVE BASIS</h3><p>When it comes to valuing cryptoassets, a relative valuation method can be employed. This approach involves determining the price of a target asset in relation to another crypto asset or a basket of assets that belong to the same vertical and exhibit similar characteristics.</p><p>Let&apos;s focus on bridge multiples as an example. Multiples can be applied to various key performance indicators (KPIs), but it is particularly meaningful to utilize them for sector-specific KPIs in the context of bridges. These include metrics such as total value locked (TVL), bridge volume, and revenue. For more detailed information, I recommend referring to another post I created on my Bridge Token Dashboard:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/tumilet.eth/UnSe-VqOIzfvvNIgUL8UMJHAeesvMcTAolZgq3tEJ0o">https://mirror.xyz/tumilet.eth/UnSe-VqOIzfvvNIgUL8UMJHAeesvMcTAolZgq3tEJ0o</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a66a98df87e8dfc3fb09863333dd8a36c27669c2606232826d3721aa162a61fc.png" alt="ACX Implied price vs market price based on FDV/TVL comps multiples" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">ACX Implied price vs market price based on FDV/TVL comps multiples</figcaption></figure><p>The <strong>price of ACX</strong> (in USD terms) <strong>has been tracking relatively close the evolution of the implied price from TVL comps</strong> multiple. The correlation is not perfect, but closely correlated, and it has had an average discount to fair value since January 1st, 2023, of 20%.</p><p>In my opinion, total value locked (TVL) serves as a lagging indicator for LP-based bridges, as well as for decentralized exchanges (DEXs). TVL tends to grow after the volume and fees have increased, as LPs primarily seek for yield.</p><p>Let&apos;s now analyze the performance of the implied price derived from Volume and Fees comps relative to the market price of ACX.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0cecbd84c3d649020992096d2ffa5fec745ed90e05564a1c1927a174bdcae264.png" alt="ACX Implied price vs market price based on FDV/VOL comps multiples. Comps: Hop, Synapse, Celer" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">ACX Implied price vs market price based on FDV/VOL comps multiples. Comps: Hop, Synapse, Celer</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7c12d98dea913ca3b2b48c06bcff5efe7f5919413bb97260102453bba0491f94.png" alt="ACX implied price vs market price based on FDV/FEES comps multiples. Comps: Hop and Synapse" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">ACX implied price vs market price based on FDV/FEES comps multiples. Comps: Hop and Synapse</figcaption></figure><p>Although the <strong>results are not particularly revealing</strong>, the key insight here is that, despite my opinion that TVL shouldn&apos;t be the primary KPI metric for bridges, the <strong>market continues to price bridge tokens based on TVL</strong>. This is evident from the historical average discount to &quot;fair value&quot; based on comps, which stands at 20%.</p><p>The <strong>disparity between the implied prices derived from FDV/VOL and FDV/FEES</strong> multiples stems from the <strong>varying fee structures of each bridge</strong>. While Across has witnessed growth in volumes, leading to a higher &quot;fair value&quot; based on this metric, its fee growth has not been as significant.</p><p>The reason for this can be found in the daily bridge fees as a percentage of volume, where Across ranks second lowest. Across&apos;s users pay relatively lower fees for each dollar bridged, and this trend is continuing, approaching the fee levels of Stargate (<strong>fee compression</strong>).</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/181e41171e38febc92a2ea4ecc96e7e7361e65252d690f9bc9c88932492fdb7b.png" alt="Fees as a % of volume of Across, Hop, Synapse and Stargate" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Fees as a % of volume of Across, Hop, Synapse and Stargate</figcaption></figure><h3 id="h-6-absolute-valuation-based-on-tam-growth-and-share-gains" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">6. ABSOLUTE VALUATION BASED ON TAM GROWTH AND SHARE GAINS</h3><p>This approach allows us to evaluate the prospects of ACX within the bridge landscape and assess its potential as a winner in terms of growth and share gains.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/880ea6ef84fa3d5de2173eecde16f5899dfa5f7f5fc077c298d675f05d629572.jpg" alt="Absolute Valuation: Based on overall TAM growth, aggregator penetration and share gains " blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Absolute Valuation: Based on overall TAM growth, aggregator penetration and share gains</figcaption></figure><p>Based on @TheiaResearch and @samuelmandrew <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://samuelandrew.substack.com/p/gmx-an-example-of-fundamental-value">GMX valuation framework</a>.</p>]]></content:encoded>
            <author>tumilet@newsletter.paragraph.com (tumilet)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/d0d099db508c53707cc27293846a5833913b29f6f0fad4053af34f1d49e61ccc.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Coinbase Dashboard]]></title>
            <link>https://paragraph.com/@tumilet/coinbase-dashboard</link>
            <guid>iMDGziEADbgZGXrcsKhD</guid>
            <pubDate>Tue, 11 Apr 2023 09:23:48 GMT</pubDate>
            <description><![CDATA[INTRODUCTIONThis report presents an analysis and estimate of Coinbase&apos;s financial performance during Q1 2023. While most publicly traded companies report their financials quarterly, Coinbase&apos;s operations in blockchain-based activities provide a unique opportunity to estimate its revenue in real-time using an automated financial model. By combining on-chain transparent data with some reasonable assumptions, we can predict the company&apos;s quarterly results with a high degree of acc...]]></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>This report presents an analysis and estimate of Coinbase&apos;s financial performance during Q1 2023. While most publicly traded companies report their financials quarterly, Coinbase&apos;s operations in blockchain-based activities provide a unique opportunity to estimate its revenue in real-time using an automated financial model. By combining on-chain transparent data with some reasonable assumptions, we can predict the company&apos;s quarterly results with a high degree of accuracy.</p><p>This report was <strong>inspired by @kunalgoel&apos;s “</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://messari.io/report/spoiler-alert-coinbase-q4-revenue-estimates?referrer=author:kunal-goel"><strong>Spoiler Alert - Coinbase Q4 Revenue Estimates</strong></a><strong>” Messari post</strong>. I adapted the SS while adding some additional assumptions to ensure that it updates automatically on a daily basis. Having said that, this report provides a <strong>walkthrough</strong> of the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.google.com/spreadsheets/d/1UxSjvSmN_Fkq8wNdC6iABMy3Yd1XiWEbbA656mBczBs/edit#gid=149808894"><em>Coinbase Dashboard 🔵</em></a> and <strong>highlights the methodology and assumptions used to estimate its different revenue sources to arrive at the top-line revenue</strong>.</p><blockquote><p><em>The historical financial information used in the model was mainly obtained from Coinbase&apos;s official website, and annual and quarterly reports, which also provided detailed insights into the company&apos;s sources of revenue. For blockchain-related information, I used the Artemis_xyz Google Sheet plugin (links at the end).</em></p></blockquote><p>The model <strong>estimates Coinbase&apos;s Q1&apos;23 top-line revenue to be $606 million</strong>, with the Fee Take Rate on Trading Volumes remaining the primary driver of overall revenue. A <strong>sensitivity table</strong> at the end of this report is included, which provides a range of estimates from $602 million to $710 million, reflecting the potential impact of different Fee Take Rates.</p><h2 id="h-transaction-revenue" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">TRANSACTION REVENUE</h2><p>Over the past year, Coinbase&apos;s transaction revenues have declined proportionally to the increase in revenues from its subscriptions and services segment. The volatility of the cryptocurrency market and <strong>Coinbase&apos;s effort to become an all-weather company</strong> and <strong>diversify its revenue streams</strong> are the main reasons behind this decline. As you can observe in the graph below, Coinbase is currently navigating through a <strong>transition period as it shifts towards a more stable P&amp;L</strong>, providing opportunities to generate strong top-line revenue and EBITDA, even in an ever-changing market.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/dd9caeb422f86a3bb2de174446c375570418784677f6f67f1b9913a00ff5fc97.png" alt="Coinbase revenue mix - Stacked chart (Last Quarters and Q1´23E)" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Coinbase revenue mix - Stacked chart (Last Quarters and Q1´23E)</figcaption></figure><h3 id="h-1-trading-volume-and-transaction-fees" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1. Trading volume and transaction fees</h3><p><em>Transaction Revenue</em> remains Coinbase&apos;s primary revenue source. To estimate it two drivers have been considered: <strong>a) Trading Volume, and b) Fee Take Rate</strong>. The methodology used considers the distinction between the volume transacted by retail and institutional investors, given that the company has historically charged different fees to each of these segments.</p><p>a) In terms of <strong>Trading Volume</strong>, the company regularly <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.theblock.co/data/crypto-markets/spot/cryptocurrency-exchange-volume-monthly">publishes</a> the total transactional volume on a daily basis. However, it does not distinguish the proportion that comes from retail investors from the proportion that comes from institutional investors. The <strong>first assumption</strong> we have to make in this case is <strong>what % of the total transaction volume comes from retail</strong> and what percentage comes from institutional investors since it charges different fees to each of them.</p><p>As seen in the chart below, since 2018, the proportion of volume transacted by retail investors has been steadily declining, suggesting this increasing entry of institutional investors into the crypto trading market.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/db88f2785190c503fe08acae42e0ea6b07f6ec8320bb65d70bff5373d5ff72a0.png" alt="Entry of Institutional Investors in the cryptocurrency trading market (Last 4 years)" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Entry of Institutional Investors in the cryptocurrency trading market (Last 4 years)</figcaption></figure><p>Based on this historical data, <strong>I expect the negative trend in retail transacted volume to persist during Q1´23E</strong>. Therefore, I predict that the percentage of retail transacted volume will slightly <strong>decrease</strong> <strong>from</strong> the previous quarter&apos;s figure of <strong>14% to 13%</strong>. The remaining 87% of the transacted volume is anticipated to come from institutional investors. Therefore, out of the reported total trading volume of $145B, I estimate that $18B will come from retail investors and $126B will come from institutional investors.</p><p>b) In terms of the <strong>Fee Take Rate</strong>, I assumed Coinbase will continue to charge a transaction fee similar to the historical average for retail, while the fee for institutional investors will either decline or remain similar to the historical average. Thus:</p><ul><li><p><strong>Retail transaction fees for Q1´23</strong>: <strong>1.38%</strong> (avg of the last 4Q).</p></li><li><p><strong>Institutional transaction fees for Q1´23</strong>: <strong>0.017%</strong> (avg of the last 4Q).</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/74fc55139cbcb0f3dcd950b120460803fd426c41e88edf69000da6e48523930d.png" alt="Total Trading Volume and Fee Take Rate - Institutional and Retail (Last 4Q and Q1´23E)" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Total Trading Volume and Fee Take Rate - Institutional and Retail (Last 4Q and Q1´23E)</figcaption></figure><p>In summary, <strong><em>Transaction Revenue</em> is estimated to be $290M</strong>, with a QoQ decrease of 10%.</p><blockquote><p><strong>Disclaimer</strong>: <em>It´s important to consider that during Coinbase&apos;s Q4&apos;22 Analyst Call on February 21st, 2023, the </em><strong><em>company disclosed a Transaction Revenue of $120M for the month of January</em></strong><em>. As such, the total revenue estimate of $290M takes into account both, the disclosed January revenue and estimated revenues for the months of February and March using the methodology outlined above.</em></p></blockquote><h2 id="h-subscription-and-services-revenue" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">SUBSCRIPTION AND SERVICES REVENUE</h2><h3 id="h-2-blockchain-rewards" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2. Blockchain rewards</h3><p>To estimate <em>2. Blockchain Rewards</em>, I have calculated the rewards earned separately for ETH staking and other cryptoassets (e.g., Tezos, Cardano, Algorand, Cosmos, Solana, and Aptos). Since Coinbase does not provide detailed information on the revenues of each asset, first, I estimated ETH&apos;s reward contribution by considering three key metrics:</p><ul><li><p>The <strong>amount of ETH deposited and staked</strong> through the Coinbase platform. Source: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dune.com/queries/2286268">Cumulative Eth Staked</a> (forked from @hildobby dune query).</p></li><li><p>The <strong>daily APR</strong> offered by the Eth POS blockchain to validators. Source: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dune.com/queries/570874/1068499">Protocol vs Lido APR</a> from @LidoAnalytical dune query.</p></li><li><p>The <strong>daily USD price of ETH</strong>. Source: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.artemis.xyz/docs/artemis-sheets/supported-metrics">Artemis Google Sheet plugin</a>.</p></li></ul><p>Combining these metrics enables a precise estimate of ETH&apos;s contribution to Coinbase&apos;s Blockchain rewards revenue.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bae7721bfe6318c8973ee61ee731101ed1217d79c5631e30197d11febb07470f.png" alt="ETH deposited through Coinbase - Market share, cumulative deposits, and protocol apr (April 5, 2023)" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">ETH deposited through Coinbase - Market share, cumulative deposits, and protocol apr (April 5, 2023)</figcaption></figure><p>To estimate the <strong>contribution of other blockchain rewards</strong>, including Tezos, Cardano, Algorand, Cosmos, Solana, and Aptos, I assumed that their revenue would grow in line with their average market cap during the analyzed quarter. I obtained this data from sources such as Coingecko, utilizing the Artemis Google Sheet plugin for automatic retrieval. During Q4´22, the sum of the average market capitalization of these cryptoassets was $23.21M, increasing to $25.37M at the end of Q1´23, representing a <strong>growth of 9.3%</strong>. <strong>I used this percentage as a simple proxy</strong> to estimate the % increase in staking revenue coming from these other cryptoassets. Find below the table used to make the estimate:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/252bae5021e24b0fbbe5fed1496f371c6213225919cfe7fae91a94b0b6060795.png" alt="Blockchain rewards calculation methodology for a) Eth staking, and b) other POS networks" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Blockchain rewards calculation methodology for a) Eth staking, and b) other POS networks</figcaption></figure><blockquote><p><strong>Disclaimer</strong>: <em>It is important to consider the accounting of Blockchain rewards that Coinbase uses. Staking is reported as 100% revenue but 75% of this revenue is passed through to users and accounted for in the transaction expense item. Coinbase&apos;s real or net revenue from staking is derived from the margin between the rewards it receives and what it pays its users for providing funds, but it reports it on its top-line revenue on a 100% basis.</em></p></blockquote><p>In summary, <strong><em>Blockchain rewards revenue</em> is estimated to be $74.48M</strong>, with a QoQ increase of 19%.</p><h3 id="h-3-custodial-fees" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3. Custodial fees</h3><p>To estimate <em>3. Custodial fees</em>, two drivers were considered: <strong>a) Assets on Platform classified as Institutional vs Retail, and b) Custodial fee as a % of avg institutional assets</strong>. Coinbase reports its Assets on Platform quarterly, classified according to the <em>type of client</em> (retail or institutional) and <em>type of assets under custody</em> (BTC, ETH, Fiat, or other cryptoassets). My overall methodology involved estimating first Assets on Platform by the cryptoasset classification (BTC, ETH, Fiat, and others) to arrive at the total estimate. Then, I applied the estimated percentage that historically belongs to institutional investors (based on previous quarterly reported percentages), as institutional investors are charged a fee.</p><p>a) <strong>To</strong> <strong>estimate Assets on Platform,</strong> based on the cryptoasset classification, the main assumption involved a 10% estimated increase compared to Q4´22 due to the loss of confidence in traditional banks in the last weeks of March, according to SVB and First Republic news. This 10% increase was estimated in terms of the increase in units of assets under custody, regardless of price. Next, each asset was multiplied separately by its trading price at the end of the quarter to arrive at the total dollar estimate of $133B assets under custody following the classification into BTC, ETH, Fiat, and others, as shown in the table below:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4c91759fd14197c6762aaa725d12c8d70a9d000bfef26ad00a29f5bbd83f420b.png" alt="Total Assets on Platform Q1´23 estimate based on the cryptoassets classification" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Total Assets on Platform Q1´23 estimate based on the cryptoassets classification</figcaption></figure><p>The last step would involve <strong>dividing the arrived estimate of $133B total custodial assets into the % estimated to belong to institutional investors</strong>. In this case, I used the same ratio as Q4´22, which is 50%.</p><p>b) In terms of <strong>Custodial fees</strong>, once the assets under custody from institutional investors have been estimated, I assumed Coinbase will continue to charge a % fee similar to the historical average, which has been proportional to the institutional assets under custody. As observed in the table below, <strong>on</strong> <strong>average, they are charged 0.025%</strong>, which is the percentage used for this quarter.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/354027b4b2d03ad451f05c7e7fdb5a7ec2eecf9384470b06e7ffb563ceb508ca.png" alt="Assets on Platform and Custodial Fee Take Rate (Last Quarters and Q1´23E)" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Assets on Platform and Custodial Fee Take Rate (Last Quarters and Q1´23E)</figcaption></figure><p>In summary, <strong><em>Custodial fee revenue</em> is estimated to be $13.3M</strong>, with a QoQ increase of 16%.</p><h3 id="h-4-interest-on-usdc-reserves" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">4. Interest on USDC reserves</h3><p>To understand the USDC interest revenue, we have to introduce the <strong>business model of Circle</strong>, the company behind USDC. They invest a proportion of the dollar reserves backing the stablecoin through an SEC-registered public money market fund called the <strong>Circle Reserve Fund</strong>, which holds a portfolio of U.S. Treasury bonds with an average maturity period of one month, custodied at Bank of New York Mellon and managed by BlackRock.</p><p>In simplified terms, Circle, Coinbase&apos;s partner, is responsible for issuing and redeeming USDC, while Coinbase is one of the few remaining companies capable of holding USDC at scale. This partnership between Circle and Coinbase took place in October 2018 by forming <strong>CENTRE</strong>, a consortium with the mission to securely and transparently digitize on-chain dollars. Customers can tokenize their dollars and convert them into USDC and redeem USDC for dollars through both platforms, Circle and Coinbase, making USDC the industry&apos;s first open, fungible, interoperable fiat-backed stablecoin.</p><div data-type="embedly" src="https://www.circle.com/blog/coinbase-and-circle-co-found-the-centre-consortium" data="{&quot;provider_url&quot;:&quot;https://www.circle.com&quot;,&quot;description&quot;:&quot;Coinbase and Circle have joined forces to co-found the CENTRE Consortium. Learn more about what this means for the future of digital money.&quot;,&quot;title&quot;:&quot;Circle &amp; Coinbase Join Forces to Found the CENTRE Consortium&quot;,&quot;author_name&quot;:&quot;Team Circle&quot;,&quot;url&quot;:&quot;https://www.circle.com/blog/coinbase-and-circle-co-found-the-centre-consortium&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/e03ce399b308481c2a1d7c59b2bd7ec4e8aaed98fc3e0b1664dded94e31d9d23.png&quot;,&quot;thumbnail_width&quot;:2000,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Circle&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1000,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2000,&quot;height&quot;:1000,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/e03ce399b308481c2a1d7c59b2bd7ec4e8aaed98fc3e0b1664dded94e31d9d23.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/e03ce399b308481c2a1d7c59b2bd7ec4e8aaed98fc3e0b1664dded94e31d9d23.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://www.circle.com/blog/coinbase-and-circle-co-found-the-centre-consortium" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Circle &amp; Coinbase Join Forces to Found the CENTRE Consortium</h2><p>Coinbase and Circle have joined forces to co-found the CENTRE Consortium. Learn more about what this means for the future of digital money.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://www.circle.com</span></div><img src="https://storage.googleapis.com/papyrus_images/e03ce399b308481c2a1d7c59b2bd7ec4e8aaed98fc3e0b1664dded94e31d9d23.png"/></div></a></div></div><p>Based on this, to estimate <em>4. Interest on USDC reserves</em>, two drivers were considered: a) the USDC market cap, and b) 1 Month T-bill annualized yield. The methodology involves estimating the daily interest earned on the average 80% investment on US T-bills which Circle typically holds against its USDC circulating supply.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c2531b9712a6d1b2193130515970729dceb04497546ee0a1eec377f0f1bf282a.png" alt="USDC Market Cap and 1 Month Treasury Rate (April 6, 2023)" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">USDC Market Cap and 1 Month Treasury Rate (April 6, 2023)</figcaption></figure><p>Below is a summary table for the month of January 2023 showing the daily interest rates that have been estimated using the methodology described above.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c9c8f05ce9edec40ddf13e8b000b6aa96ec05715dcc2a7bb93fb3b4f584066ff.png" alt="Estimated daily interest earned based on the portion of USDC reserves invested in T-bills  " blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Estimated daily interest earned based on the portion of USDC reserves invested in T-bills</figcaption></figure><p>Finally, for the estimation of total quarterly revenues, it is assumed that they increase with respect to the previous quarter by a % equal to the estimated increase following the methodology described in the previous calculation, as shown in the following table:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6e31fde4d49c5576c7ebb55153eab1b3dc4ffc2be3437ea7c4edd014a06dec77.png" alt="Total expected yield on USDC qoq growth %" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Total expected yield on USDC qoq growth %</figcaption></figure><p>In summary, <strong><em>Interest on USDC reserves revenue</em> is estimated to be $205.3M</strong>, with a QoQ increase of 13%.</p><h3 id="h-5-other-subscriptions-and-services" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">5. Other subscriptions and services</h3><p>Most of the services that are included inside this category are not material enough for Coinbase to call out significant operational metrics, or revenue, which is why it’s bucketed in the other revenue category. They include:</p><ul><li><p><strong>Coinbase One</strong>: subscription that gives access to $0 trading fees on the Coinbase Platform, $1M account protection, and 24/7 phone support.</p></li><li><p><strong>Learning Rewards / Earn Campaign</strong>: incentivizes users to learn about crypto with quizzes and tasks to earn cryptocurrency.</p></li><li><p><strong>Coinbase Cloud</strong>: offers tools for web3 developers to create applications using Coinbase&apos;s infrastructure. WAAS, APIs, and SDKs are some examples.</p></li><li><p><strong>Other subscription licenses</strong>: additional subscription-based services like advanced trading tools, market analysis, research, and tailored features to enhance user experience on the platform.</p></li></ul><p>Based on this, to estimate <em>5. Other subscriptions and services,</em> due to not having much information, I have followed an approach based on the average of the quarterly variations recorded during the last year. According to historically reported data, a negative trend is observed with an average decrease of -11.59%, which has been used to estimate this line of revenues for the next quarter, as can be seen in the corresponding graph.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/df0dd4e884f2e09fea21dca90224be4eb5857d8ac0db1ca203dd1991599ee497.png" alt="Other subscription and services (Last Quarters and Q1´23E)" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Other subscription and services (Last Quarters and Q1´23E)</figcaption></figure><p>In summary, <strong><em>Other subscription and services revenue</em> is estimated to be $23.6M</strong>, with a QoQ decrease of 12%.</p><h3 id="h-base-l2" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">*BASE L2 🔵</h3><p>On February 23, 2023, Coinbase announced on its <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.coinbase.com/blog/introducing-base">blog</a> the launch of &quot;BASE,&quot; a L2 blockchain intended to serve as the bridge that will allow users of its platform to move to and interact with the “cryptoeconomy”.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/14f92429c90cb578b0808b185e8fe94eae3fc406dcb412361866721c3a7eebf5.png" alt=" The Coinbase Secret Master Plan - September 2016" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">The Coinbase Secret Master Plan - September 2016</figcaption></figure><p>As the development of the Layer 2 (L2) solution is not expected to have a significant material impact on Coinbase&apos;s operational metrics or revenue in the near term, I have included it as a subsection of the Other subscription and services bucket. Despite this, I believe that BASE will have a positive influence on Coinbase&apos;s revenue sources as it is expected to be a transversal solution.</p><p>Although operational metrics and revenue information cannot be disclosed at present, we can obtain a gauge of the L2 solution&apos;s economics by analyzing the revenues and daily active users of other L2 sequencers.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6e649e5086d2affea3de3205f6e9772c8ae6eed046190de1f840ab9c36256d9a.png" alt="Cumulative Gross and Net Revenue of Arb and Opt sequencers since inception" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Cumulative Gross and Net Revenue of Arb and Opt sequencers since inception</figcaption></figure><p>Optimism and Arbitrum, earned gross revenues of $18M and $22M, respectively, in 2022, generating net revenues of $4M and $6M. It is important to note that the difference between gross and net revenue is due to the process these L2s follow and how they interact with their main L1.</p><blockquote><p><strong><em>L2-L1 interaction</em></strong>*: Users pay a gas fee every time they interact with a dApp or smart contract or conduct a transaction, which is considered the gross revenue of the sequencers who validate these transactions. The validators then collect all these transactions from time to time and record them in the main L1, during which they also pay gas fees. The difference between what the sequencers pay to record these transactions in the main L1 and what they receive from the users in their L2 is what is considered the net revenue.*</p></blockquote><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/35e93518d2c611ed2b865bb8f9e7228a74c9c8c27f7245c126c436db51b19dad.png" alt="https://barnabe.substack.com/p/understanding-rollup-economics-from" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">https://barnabe.substack.com/p/understanding-rollup-economics-from</figcaption></figure><p>This provides a useful framework for estimating the potential revenue and economic impact of Coinbase&apos;s L2 solution. Moreover, <strong>leveraging the interoperability of its new blockchain platform with its existing products and broad user base</strong>, Coinbase&apos;s Layer 2 solution presents an <strong>exponential potential increase in revenue</strong>. For instance:</p><ul><li><p>By promoting the use of <strong>USDC as BASE&apos;s native currency</strong> for transaction fees and dApps, Coinbase can increase demand for USDC, generating higher interest income and consolidating its position in the stablecoin market.</p></li><li><p><strong>Incentivizing the use of cbETH</strong> can increase ETH deposits through Coinbase&apos;s staking platform, resulting in higher revenue through the 25% fee charged for offering this service</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a7aaead76ed598d86a65d372e9d3503bad411bc0878f1505869ed1d73c19996d.png" alt="Arbitrum, Optimism, and Base (Testnet) Daily Active Users - Last 3 months" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Arbitrum, Optimism, and Base (Testnet) Daily Active Users - Last 3 months</figcaption></figure><h2 id="h-conclusion" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">CONCLUSION</h2><p>In conclusion, Coinbase&apos;s Q1 2023 financial performance is expected to be strong, with an <strong>estimated base case revenue of $606M</strong>. The Fee Take Rate on Trading Volumes is expected to remain the primary driver of overall revenue. Additionally, Coinbase&apos;s diversification of revenue streams through its subscriptions and services segment, such as Blockchain rewards, Custodial fees, Interest on USDC reserves, and Other subscriptions and services, will contribute to its overall revenue growth.</p><p>Moreover, the launch of <strong>BASE</strong>, Coinbase&apos;s Layer 2 blockchain solution, presents a promising opportunity for exponential revenue growth. By leveraging its new blockchain platform and existing user base, Coinbase can <strong>generate economic value by promoting the use of USDC</strong> as BASE&apos;s native currency, incentivizing the use of cbETH, and providing a transversal solution to move and interact with the cryptoeconomy. As the cryptocurrency market continues to evolve, <strong>Coinbase&apos;s commitment to diversifying its revenue streams</strong> and providing innovative solutions for its users ensures its position as a major player in the industry.</p><p>Finally, I would like to express my gratitude to everyone who has taken the time to read and appreciate this report. Thank you!</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f9930dce9c4df133782b3b2b87fd24078acdf0b588a9bd6e4cd11972fb7f6c58.png" alt="Summary table" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Summary table</figcaption></figure><p><strong>Appendix</strong>:</p><ol><li><p>Currently, <strong>Ethereum&apos;s staking ratio</strong>, which is the proportion of staked ETH versus its circulating supply, <strong>is around 15.6%</strong>. In contrast, other proof-of-stake (PoS) blockchains such as Cardano and Solana have <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.stakingrewards.com/">staking ratios of around 70%</a>. With the upcoming <strong>&quot;Shanghai&quot; upgrade</strong> and withdrawal enablement, <strong>the staking ratio for Ethereum is expected to increase</strong> (to 40-50%). If Coinbase is able to maintain its LSD market share and capitalize on this growth, it would result in a significant increase in gross revenues for this segment. This assumes that Coinbase&apos;s market share will remain constant as the overall market expands, leading to proportional growth.</p><p>If we were to estimate this into the future we could expect a considerable increase in Blockchain rewards revenues. If Ethereum&apos;s staking ratio were to increase to 50% (accounting for a reduction in APRs), Coinbase´s blockchain rewards revenue coming from ETH could increase by 25-40%.</p></li><li><p>Data sources used:</p><p>a) <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.artemis.xyz/sheets">Artemis Google Sheets and Excel Plugin</a></p><p>b) Dune Dashboards: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dune.com/queries/1937676">Eth Staked - Cumulative</a> by @hildobby; <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dune.com/queries/570874/1068499">Lido staking APR</a> by @LidoAnalytical; <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dune.com/niftytable/rollup-economics">Rollup economics</a> by @niftytable / @0xKofi on tw.</p><p>c) <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ycharts.com/indicators/1_month_treasury_rate#:~:text=1%20Month%20Treasury%20Rate%20is%20at%204.62%25%2C%20compared%20to%204.81,long%20term%20average%20of%201.24%25.">Ycharts for 1-Month T-bill</a></p><p>d) Fourth Quarter and Full Year 2022 Analyst Call (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://s27.q4cdn.com/397450999/files/doc_financials/2022/q4/Shareholder-Letter-Q4-2022.pdf">Q4´22 Shareholder Letter</a>).</p></li><li><p>Sensitivity table for Institutional and Retail Fee Take Rates.</p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/26cf178f20df4573795f08787c6aea8b1c6009da2ebe296c48e1fe44d983939e.png" alt="Sensitivity table for different Institutional and Retail Fee Take Rates" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Sensitivity table for different Institutional and Retail Fee Take Rates</figcaption></figure>]]></content:encoded>
            <author>tumilet@newsletter.paragraph.com (tumilet)</author>
        </item>
        <item>
            <title><![CDATA[Bridge Token Dashboard]]></title>
            <link>https://paragraph.com/@tumilet/bridge-token-dashboard</link>
            <guid>j0KCXKZPrER73qOJRSrH</guid>
            <pubDate>Sun, 05 Mar 2023 23:04:26 GMT</pubDate>
            <description><![CDATA[INTRODUCTIONA month ago, I started creating Google Sheets dashboards to track various narratives I was bullish on. Some of them started to gain traction on Twitter, so I thought it would be interesting to do a small report on every dashboard I have created, so here we are. The cryptoasset market has grown exponentially in recent years, making it essential for investors to stay up-to-date with the latest developments in the space. To help investors make informed decisions, I have created a Bri...]]></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>A month ago, I started creating Google Sheets dashboards to track various narratives I was bullish on. Some of them started to gain traction on Twitter, so I thought it would be interesting to do a small report on every dashboard I have created, so here we are.</p><p>The cryptoasset market has grown exponentially in recent years, making it essential for investors to stay up-to-date with the latest developments in the space. To <strong>help investors make informed decisions</strong>, I have created a Bridge Token Dashboard that offers a complete view of protocols such as <em>$ACX, $HOP, $SYN, $STG, $CELR</em>, and <em>$MULTI</em>.</p><p>This report provides a <strong>walkthrough</strong> of the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.google.com/spreadsheets/d/1BTnTUsE0_U_MLHLid0xV1nXNcvIOYcHCwt4_x5_e6lI/edit#gid=1061809497"><em>Bridge Token Dashboard</em></a> and <strong>highlights some of the most important KPIs and fundamental metrics</strong> any investor should look at. I will also explain how the metrics were chosen and what insights can be gained from them. Whether you&apos;re a seasoned investor or just getting started in the cryptocurrency space, this dashboard will provide valuable insights that can help you make better decisions.</p><p>The report <strong>concludes</strong> that <strong>Across and Hop</strong> are among the highest potential protocols due to their <strong>capital-efficient design</strong>. I argue that, in addition to volume, capital efficiency is a more accurate measure of bridge usage and asset utilization, rather than TVL.</p><h2 id="h-1-the-dashboard" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">1. THE DASHBOARD</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/02607072e3058c968c59da23d6a50b9e7290c65f34232e74e7e4f18305ea3eb2.png" alt="Google Sheet Dashboard" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Google Sheet Dashboard</figcaption></figure><p>As you can see, the dashboard is divided into two main sections:</p><ol><li><p><strong>Market Data, Seed &amp; Multiples</strong>: This section shows current prices of tokens, market cap, FDV, investor seed allocation, and vesting schedule. It also includes the multiples at which these tokens are currently trading. This is a crucial part of the dashboard as it aggregates information from the two categories and may highlight undervalued opportunities.</p></li><li><p><strong>Fundamental Data</strong>: the second section focuses on KPIs that are specific to bridges, such as TVL, Bridge Volume, Capital Efficiency ratio, DAU, Revenue, and Token Incentives.</p></li></ol><p>Let´s now explain each section separately, and look at some interesting data.</p><h3 id="h-market-data-seed-and-multiples" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Market Data, Seed &amp; Multiples</h3><p><em>a) Price, Market Cap, FDV</em></p><p>The first key factor to consider here is the FDV of each project and the ratio of Market Cap / FDV. Generally, a lower <strong>FDV</strong> indicates less potential for a significant price drop. However, this information should only be the starting point for our analysis and should not be the only data we rely on. Although the crypto market is quite inefficient, there may be a reason why some protocols trade at a higher FDV than others (which we will examine in the Fundamental Data section).</p><p>Regarding <strong>Market Cap / FDV</strong>, except for $CELR and $SYN, every other token currently has a ratio below 20%. This suggests that supply inflation is likely to occur in the future (historical inflation data is provided at the end of the dashboard and in the next section).</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2280d804afa9a95fd42528369b5234259b758050243c607c281ee17a7afc12f7.jpg" alt="Price, Market Cap, FDV (March 5, 2023)" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Price, Market Cap, FDV (March 5, 2023)</figcaption></figure><p><em>b) Seed Investors</em></p><p>Now, let&apos;s take a closer look at the <strong>Seed Investors</strong> and briefly outline how their allocations were determined, as well as when future unlocks might occur that could affect token prices. While each Seed Investor received private funding, their terms, and characteristics varied, including:</p><ul><li><p><strong><em>Across</em></strong>: On November 23, 2022, (before TGE) they announced a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/across-protocol/strategic-partnership-established-with-across-10mm-success-token-sale-e220a9645ede">Strategic Partnership</a> with Placeholder, Blockchain Capital, and Hack VC, which consisted of a $10M investment in exchange for 50M $ACX + <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/tumilett/status/1613594675948187648">50M Success Tokens</a>, vested until June 30, 2025. They invested at a FDV of $200M, implying a $0.2 seed price.</p></li><li><p><strong><em>Hop</em></strong>: On TGE, Hop announced its <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.hop.exchange/governance/token-distribution">tokenomics</a>, where they disclosed a 6.25% allocation to SeedInvestors, with a 1y cliff and a 2y linear vesting schedule, ending on June 10, 2025. The seed price was not disclosed.</p></li><li><p><strong><em>Celer</em></strong>: they disclosed on a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.celer.network/2019/06/18/summary-of-token-distribution-and-schedule/">blog post</a> 3 different token sale rounds: 1) Seed sale on April 2018, for 11.5% of the total supply, at $0.0065; 2) Private sale on August 2018, for 15.5% of the total supply, at $0.015; 3) Binance Launchpad on March 2019, for 6% of the total supply. They are <strong>all fully unlocked</strong> and in circulation, so it´s not that relevant.</p></li><li><p><strong><em>Synapse</em></strong>: $SYN was originally distributed in Q3 2021 to $NRV tokenholders. The team states that there is no schedule nor locks left for private investors (if there were any), so it´s not that relevant, and in any case, it´s fully unlocked by now.</p></li><li><p><strong><em>Stargate</em></strong>: their <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://stargateprotocol.gitbook.io/stargate/v/user-docs/tokenomics/allocations-and-lockups">docs</a> state an investor allocation of 17.5%, with a 1y cliff and 2y linear vesting schedule, starting on March 18, 2022 (just 13 days at the time of writing this report).</p></li><li><p><strong><em>Multichain</em></strong>: it was rebranded from Anyswap, and they <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://morioh.com/p/ce990ab0cd94">allocated</a> 20% of their total supply to the shareholders of the Anyswap/Multichain company. I couldn´t find information on their token release schedule or seed price.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1714c86dbde83188d14b88d92aaa47978467a7b8a0db7c75e3de670ba0f4630a.jpg" alt="Seed Investors / private funding (March 5, 2023)" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Seed Investors / private funding (March 5, 2023)</figcaption></figure><p><em>c) Comps Valuation Multiples</em></p><p>The purpose here is to have a <strong>quantifiable valuation screen</strong> to quickly view bridge tokens that may be undervalued in comparison to their peers. <strong>There is a multiple for every fundamental KPI</strong>.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/77564710697c43c0c555670790d52b299c1c9e952bb569e33208d6d54553cb77.jpg" alt="Valuation Multiples (March 5, 2023)" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Valuation Multiples (March 5, 2023)</figcaption></figure><h3 id="h-fundamental-data" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Fundamental Data</h3><p>To begin this section, it´s important to state that <strong>crypto is one of the least efficient markets</strong> that exists right now. This is attractive but should be noted that <strong>what drives price appreciation doesn´t always have to be fundamentals</strong>. This dashboard focuses on a fundamental valuation thesis, but one should never base their decision of investing solely on this. It helps for high-conviction plays, but in the end, price appreciation occurs when there are more people buying a token than selling it, and there are many variables (apart from fundamentals) that can lead investors or degens to buy a token.</p><p>As an example, other drivers include:</p><ul><li><p><strong>Supply shocks</strong> in a token (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.kineko.io/burn/">a protocol suddenly decides to burn 90% of its supply</a>).</p></li><li><p><strong>Narrative-driven thesis</strong> (dependent on catalysts, like the LSDs narrative and them becoming <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x436aAf056baC67AbAD576bfa504C98eAe0918b79/e2snYi4tSrBs5IavLnYOp6yCyZYtkb8KefWrAveWas8">predictable CF assets</a> with the ETH Shanghai upgrade).</p></li><li><p><strong>Community-driven meme tokens</strong> (70-90% of the token allocation to retail via an airdrop).</p></li><li><p><strong>VC Treasury Management Deals</strong> (LIDO did <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/tumilet.eth/Mtx7yu2RZLKmVhMWisZq_GOtQoGSyTNFJ-J8fOoR6BE">various</a> of these and the announcements were followed by big price rallies because they normally involve large vesting schedules, and help to align incentives).</p></li></ul><p><em>a) TVL, Bridge Volume, Capital Efficiency Ratio</em></p><p>It’s commonly assumed that Bridge Volume and TVL are the top metrics when looking at bridges, where higher TVL is thought to be indicative of growth. However, I believe that in addition to volume, a more accurate measure of bridge usage and asset utilization is capital efficiency, rather than TVL. Fundamentally, the <strong>better bridge</strong> is the one that <strong>requires relatively low capital to do a lot of bridge volume</strong>. This brings a lot of advantages:</p><ul><li><p><strong>Lower user fees</strong>: Since capital has a cost, protocols that require more liquidity to process the same volume must pay higher fees to liquidity providers (LPs). These costs are ultimately borne by the user. In contrast, a bridge that requires less capital can offer lower fees to users.</p></li><li><p><strong>Increased LP yields</strong>: A bridge that achieves a high volume of transactions with a lower TVL can generate substantial yields for LPs. For example, a bridge with 50% of its TVL utilized daily can offer an APY of approximately 20% (at 0.1% LP fees), while one with 15% utilization has an APY of less than 6%. You can charge lower fees to the bridge user but pay higher fees to the LPs because due to requiring less capital, <strong>the total amount of fees</strong> coming from bridge volume <strong>gets distributed among lesser capital</strong>. This enables the <strong>ability to retain capital organically</strong> (without liquidity token incentives).</p></li><li><p><strong>Less security risk</strong>: even though LPs still have security risk, the total amount of TVL that is risked for hackers to get is less, as there is less capital at risk. In terms of <strong>centralization risk</strong>, Hop and Across are both optimistically designed bridges, while in other bridges like Synapse, withdrawals (or “bridge transfers”) are validated by an EOA, which is more centralized by design (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://l2beat.com/bridges/risk">L2BEAT</a>).</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/897b9a3e1bbcab7651e6fe2f985628ce2ecbba7abbacdf2cc88c37bad4f9238e.png" alt="Brief description of the security model and design of Hop, Synapse and Across" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Brief description of the security model and design of Hop, Synapse and Across</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/77b8493f10b697ed0e78b5f03401b177ecee105f99fd44bb5b33d503f86c25a0.jpg" alt="TVL, Bridge Volume, and Capital Efficiency (March 5, 2023)" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">TVL, Bridge Volume, and Capital Efficiency (March 5, 2023)</figcaption></figure><p><em>b) DAU, Revenue, Token Incentives / Inflation</em></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c3aacae628735a3e1ec750be11edc13ef13a5fe955971ee89d156872f4917e20.jpg" alt="DAU, Revenue, Token Incentives / Inflation (March 5, 2023)" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">DAU, Revenue, Token Incentives / Inflation (March 5, 2023)</figcaption></figure><h2 id="h-2-the-graphs" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">2. THE GRAPHS</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ce069c8dac645f679b25b8dc6a35bbc90787d1aa1f2d156547f2639cf13852b0.png" alt="TVL and Bridge Volume Stacked Charts (Last Twelve and 11 Months)" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">TVL and Bridge Volume Stacked Charts (Last Twelve and 11 Months)</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7257f6a1819ca949b4e52fca8cd5f8034f32fc506912d274acfe4afefd37dda3.png" alt="Capital Efficiency, 7-day moving avg (Last Twelve Months)" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Capital Efficiency, 7-day moving avg (Last Twelve Months)</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/aa38c8d0505f090b9f95df8def062faaa14240d0b38b8ee345512f179aac0199.png" alt="Daily Active Bridge Users (Last 3 Months)" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Daily Active Bridge Users (Last 3 Months)</figcaption></figure><h2 id="h-conclusion" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">CONCLUSION</h2><p>In summary, this report provides an overview of the Bridge Token Dashboard, which facilitates investor insights into various protocols such as $ACX, $HOP, $SYN, $STG, $CELR, and $MULTI. The dashboard is <strong>designed to update automatically on a daily basis</strong>, allowing users to monitor any changes in fundamentals that could potentially result in overvalued projects.</p><p>Based on the analysis presented, I believe that the protocol that emerges as <strong>the most capital efficient</strong> in the bridge/cross-chain messaging space <strong>will ultimately be the winner</strong>. This is because such a protocol would be the most cost-effective for users while also providing organic returns for LPs. <strong>Across and Hop</strong> are the clear winners here, with Hop showing a higher average annual Capital Efficiency ratio in 2022 and Across exhibiting a higher peak utilization ratio, indicating that it is best suited for high-stress conditions. I think this can serve as a long-term strategic advantage that can help both protocols grow market-share and attract bridge volume and TVL.</p><p>Additionally, <strong>Synapse</strong> is also interesting as they <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://synapse.mirror.xyz/L6dBb7aXIJ1Ll5_sxP2bIJxVEYNd43ZzIV6dRylQJxw">announced</a> the launch of the <em>Synapse Chain</em>, which will create a cross-chain interoperable ecosystem, secured by $SYN, connecting all chains, but that´s still in the works. Furthermore, their <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://explorer.synapseprotocol.com/">analytics page</a> is also noteworthy.</p><p>Finally, I would like to express my gratitude to everyone who has taken the time to read and appreciate this report. Thank you!</p>]]></content:encoded>
            <author>tumilet@newsletter.paragraph.com (tumilet)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/29dea95b056943fac419e37205460fd1610fc88cf4f65abbce62030ebf5fc6ef.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[LIDO Token Allocation Framework]]></title>
            <link>https://paragraph.com/@tumilet/lido-token-allocation-framework</link>
            <guid>DS4ihHHOo3WKh5dngBuS</guid>
            <pubDate>Sun, 05 Feb 2023 23:10:32 GMT</pubDate>
            <description><![CDATA[INTRODUCTIONIn December 2020, Lido launched as a liquid staking solution for Ethereum and other proof of stake chains. This allows users to stake their tokens without having to lock assets or maintain staking infrastructure. With the launch of Lido came the issuance of 1 billion LDO tokens, which were distributed among a variety of stakeholders, including Seed Investors, Team and Validators, and the DAO treasury. This report provides a walkthrough of the LIDO Token Allocation Framework and hi...]]></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>In December 2020, Lido launched as a liquid staking solution for Ethereum and other proof of stake chains. This allows users to stake their tokens without having to lock assets or maintain staking infrastructure. With the launch of Lido came the <strong>issuance of 1 billion LDO tokens</strong>, which were distributed among a variety of stakeholders, including <em>Seed Investors</em>, <em>Team and Validators</em>, and the <em>DAO treasury</em>.</p><p>This report provides a <strong>walkthrough</strong> of the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.google.com/spreadsheets/d/10gvpGZKhoIBmGqUOUJAhuqdeR0xhFmmqNpRUKLIRaxU/edit#gid=1266210205"><em>LIDO Token Allocation Framework</em></a> and <strong>highlights some of the key players</strong> involved in the distribution of the tokens. It also labels some of these investors’ wallets, so you can track on-chain what they have done with their allocation.</p><p>The report <strong>concludes</strong> that Lido is leading the way in achieving &quot;<strong><em>moneyness</em></strong>&quot; in the liquid staking space due to its strong connections within the Ethereum and DeFi community (as an example the stETH token received after depositing ETH on Lido is accepted as collateral in many of the top DeFi blue chips: Aave, Curve, Maker, Uniswap, unlocking <strong><em>capital efficiency</em></strong>).</p><h2 id="h-1-ldo-tge-distribution" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">1. LDO TGE DISTRIBUTION</h2><p>On January 7, 2020 -3 weeks after issuing the tokens- LIDO published a blog post indicating how were the 1 billion LDO tokens allocated. A snapshot of the reported allocation is included below.</p><div data-type="embedly" src="https://blog.lido.fi/introducing-ldo/" data="{&quot;provider_url&quot;:&quot;https://blog.lido.fi&quot;,&quot;description&quot;:&quot;The LDO token governs all Lido DAO governance and network decisions to ensure its prolonged stability and decentralized decision-making to facilitate the growth of fair, trustless and transparent liquid staking.&quot;,&quot;title&quot;:&quot;Introducing LDO - The Lido DAO Governance Token&quot;,&quot;thumbnail_width&quot;:2400,&quot;url&quot;:&quot;https://blog.lido.fi/introducing-ldo/&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/55baa5375a9c3fb8233a99118a705758f1721eca3162ed0d178f01530c14dd70.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Lido Finance&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1350,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2400,&quot;height&quot;:1350,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/55baa5375a9c3fb8233a99118a705758f1721eca3162ed0d178f01530c14dd70.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/55baa5375a9c3fb8233a99118a705758f1721eca3162ed0d178f01530c14dd70.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://blog.lido.fi/introducing-ldo/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Introducing LDO - The Lido DAO Governance Token</h2><p>The LDO token governs all Lido DAO governance and network decisions to ensure its prolonged stability and decentralized decision-making to facilitate the growth of fair, trustless and transparent liquid staking.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://blog.lido.fi</span></div><img src="https://storage.googleapis.com/papyrus_images/55baa5375a9c3fb8233a99118a705758f1721eca3162ed0d178f01530c14dd70.png"/></div></a></div></div><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/43348843eb0fca4780ef19d06156a902815cafbd91a14f1d46b177e27f6d8e2d.png" alt="LDO reported allocation in the blog post" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">LDO reported allocation in the blog post</figcaption></figure><p>You can reorganize this into <strong>3 categories</strong> (which I will be using throughout the report): <em>Seed Investors</em>, which were to receive 22.18%, <em>Team and Validators</em>, 41.5% and <em>Treasury</em>, 22.18%. But if you look at the on-chain allocation there is a <strong>discrepancy</strong> between the reported allocation in the blog post and the on-chain distribution:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4d74f81cd7840e39774aa30b654368bbf30ca3b10357e95fc8ee059d507675f2.jpg" alt="LDO on-chain allocation" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">LDO on-chain allocation</figcaption></figure><p>On-chain distribution of the 1 billion minted LDO:</p><ul><li><p><strong><em>Seed investors</em>: They ended up receiving 236.4M</strong>, not 221.8M (+14.6)</p></li><li><p><strong><em>Team and Validators</em></strong>: They ended up receiving <strong>400.4M</strong>, not 415M (<strong>-14.6</strong>)</p></li><li><p><strong><em>Treasury</em></strong>: It ended up receiving <strong>363.198M</strong>, practically the same (363.2M)</p></li></ul><blockquote><p><strong>Lockup terms</strong>: <em>they will have their LDO tokens unlocked on December 17, 2021, followed by a 1y vesting period. These restrictions apply to developers, validators, investors, founders, and employees.</em></p></blockquote><p>I found it pretty interesting that just at the start there was this 14.6M discrepancy. Having said that, in practical terms, there is not that much of a difference because both, Seed and Team and Validators, have the same lockup terms. Anyway, I think it was worth pointing out.</p><h2 id="h-2-labeling-seed-team-and-validators-wallets" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">2. LABELING SEED, TEAM, AND VALIDATORS´ WALLETS</h2><p>First, the main address to focus on to understand the distribution process is the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://0xf73a1260d222f447210581DDf212D915c09a3249">Aragon Token Manager</a>. It was created from the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/address/0x55bc991b2edf3ddb4c520b222be4f378418ff0fa">Lido: Deployer 1 address</a>, and it basically manages the distribution among the different TGE participating wallets.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cec9914a399513ce3c1641538559eb4a9d86bdbb55ebf309800c1e85012f4cc1.png" alt="Seed, and Team and Validators´ allocation went to Aragon Token Manager for it to be distributed to the different participants; the rest to the DAO Treasury" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Seed, and Team and Validators´ allocation went to Aragon Token Manager for it to be distributed to the different participants; the rest to the DAO Treasury</figcaption></figure><p>In this second section, our focus will be to understand the token distribution among <strong>Seed Investors and Team and Validators</strong>. The reason for this distinction is that these two categories have <strong>already been fully unlocked</strong>, while the Treasury Deals occurred after the initial token generation event and remain partially locked. My aim is to shed light on the distribution process by highlighting the labeled addresses for each category and presenting a comprehensive table with updated information on their holdings.</p><h3 id="h-seed-investors" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Seed Investors</h3><p>Lido&apos;s $2 million seed funding round was supported by a diverse group of investors, including well-established venture capital firms and well-known angel investors.</p><p>Based on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://messari.io/asset/lido-dao/profile/launch-and-initial-token-distribution">Messari´s Funding Round information</a>:</p><blockquote><p>Lido raised $2 million in a Dec. 2020 round backed by <strong>Semantic Ventures, ParaFi Capital, Terra, KR1, Stakefish, and Staking Facilities</strong>, among others. Angel investors, including <strong>Rune Christensen of MakerDAO, Stani Kulechov of Aave, and Kain Warwick of Synthetix</strong>, also participated in the round.</p></blockquote><p>Once you have information about who were the parties involved, by going on-chain, you can try to <strong>match and verify the wallets</strong> that received an allocation from the Aragon Token Manager address (here is the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0x06c10f98d32cdbe8633c967aabd52c87a5469d7c79399719e673a8ed18b6a7b3">Etherscan´s transaction</a>). This process is done manually and involves checking if the wallet has sent funds to a previously identified and labeled address.</p><p>Although many of the wallets were difficult to identify, with the help of Arkham, I was able to successfully label some of them. Here is the list of the Seed Investors’ Ethereum addresses, with those that have been labeled highlighted for easier reference:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9a5dbdc45652020a724692890b04817b5cc8fb28d8b4613277054df2b3689bc5.png" alt="Seed Deal Addresses + Arkham Visualizer of the Aragon Token distribution tx" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Seed Deal Addresses + Arkham Visualizer of the Aragon Token distribution tx</figcaption></figure><h3 id="h-team-and-validators" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Team and Validators</h3><p>Going back to the already mentioned January 7, 2020 blog post:</p><blockquote><p>Founding members are also distributed LDO, with the respective amounts: 221,800,000 LDO for investors, <strong><em>65,000,000 LDO for validators</em></strong>* and signature holders, <strong>200,000,000 LDO for initial Lido developers</strong>, and <strong>150,000,000 LDO for founders</strong> and future employees*.</p></blockquote><p>If you sum up on-chain Team (and Developers) 1-8 allocations (label from <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://token.unlocks.app/lido-dao">Token Unlocks</a>) you arrive at 340M, not 350M (-10M); and if you sum up Validators´ allocation you arrive at 60.4M, not 65M (-4.6M).</p><p>This goes back to the initial TGE distribution where we discovered that <strong>14.6M discrepancy in favor of Seed Investors</strong>, which now can be further broken down into:</p><p>a) -10M for the reported allocation to the Team</p><p>b) -4.6M to Validators.</p><p>Here is the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/tx/0xe8139cfa8edb234f35367943f8cb46eac6b41879032e2ef23e5adc10a093c525">Etherscan´s transaction</a>. In this case, information on the identities of the Team and Developers members and most of the Validators were not publicly available. However, some of them, such as Alex Svanevik from Nansen and Anton Bukov, can be identified thanks to labeled wallets in Arkham.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ad5a038fc07afd15837f8db7f90866c4260b87afd2a23a25bd8e5d32cb4843f8.png" alt="Team and Validators´ Addresses + Arkham Visualizer of the Aragon Token distribution tx" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Team and Validators´ Addresses + Arkham Visualizer of the Aragon Token distribution tx</figcaption></figure><h3 id="h-seed-and-validators-identified-addresses-table" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Seed and Validators´ identified addresses table</h3><p>Lastly, now that we know the identity of some of these wallets, let&apos;s examine the behavior of the TGE participants after their LDO tokens vested on December 17, 2022.</p><p><em>Disclosure: there is nothing wrong with selling vested tokens, as long as they have fulfilled the lock-up terms. Understanding the actions of these individuals in the LDO market can provide valuable insights into the demand for and potential future value of the token.</em></p><p>I have chosen to only include publicly known participants and their labeled wallets in the table below for a specific reason. By doing so, it allows us to gain a better understanding of the behavior of the most recognizable players in the LDO market. This can give us a more accurate picture of how financially incentivized they remain in making Lido the leading LSD solution:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6e2b108657be853da68b12d6ad88522a29171e97dd38d8b2a72b18bd390a2bf4.png" alt="Seed and Validators´ labeled addresses: Sold % of unlocked LDO tokens" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Seed and Validators´ labeled addresses: Sold % of unlocked LDO tokens</figcaption></figure><p>The table reveals that ParaFi Capital, Stakefish, Alex Svanevik from Nansen, and <strong>Stani Kulechov from Aave</strong> have fully sold their unlocked LDO. This could suggest that these individuals are no longer incentivized to make Lido the leading LSD protocol. It&apos;s worth noting that a few weeks ago, RocketPool (another LSD protocol) staked eth, rETH, was <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://governance.aave.com/t/arc-onboard-reth-rocket-pool-eth-to-aave-v3-ethereum-market/11371">proposed</a> to be added to Aave V3.</p><p>Here is another <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ggcapital.notion.site/Looking-at-Lido-Investors-Arkham-9da3a874534b4b978bfbe28869b3b316#79e9f4e5b95d43859c7278741183fb2b">research report</a> written by @YohanGGlobal that focuses on wallet-tracking every big dumper of LDO, aside from being identified or overall participants in these allocations.</p><h2 id="h-3-treasury-diversification-deals" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">3. TREASURY DIVERSIFICATION DEALS</h2><p>The report now shifts its focus to the Treasury Deals, which happened after the initial TGE, where Lido pretty much included every important protocol inside the DeFi space.</p><p>The first deal (Treasury Diversification #1), was <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://research.lido.fi/t/proposal-ldo-treasury-diversification/458">proposed</a> in the Lido governance forum on April 2021, and ended up being <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://snapshot.org/#/lido-snapshot.eth/proposal/QmTR46STEjdRwmCKJjDThXXekKJHbhuiUHaXqDJqry3KqK">approved</a> on April 6. The objective of the proposal was to <strong>sell 100M LDO</strong> from the DAO´s Treasury allocation of 363.2M in exchange for 21600 ETH of funding, <strong>at $0.7 per LDO</strong>, with <strong>1-year cliff and 1-year linear unlocking</strong> since the moment of purchase. The purchasers included Paradigm, other institutional investors like 3ac, Alameda, DragonFly, and Coinbase; and other angel investors like Calvin Liu, 0xMaki, Mariano Conti…</p><p>The second deal (Treasury Diversification #2), was <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://research.lido.fi/t/treasury-diversification-2/2570/2">proposed</a> in the Lido governance forum on July 2022 and ended up being <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://snapshot.org/#/lido-snapshot.eth/proposal/0x2a8415951a9462c5800522f2e2ac1e3ca52996494931a23c900fd4c8a7aff589">approved</a> on August 4. The objective of the proposal was to <strong>sell 10M LDO</strong> from the DAO´s Treasury allocation in exchange for 24.27M DAI of funding, <strong>at $2.427 per LDO</strong>, with <strong>1-year cliff unlock</strong> since the moment of purchase. The purchaser was DragonFly Ventures (the same entity that participated in Treasury Diversification #1).</p><p>Summary of both deals below:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6ab96ee2c3f505e0b0e000d10fd0b2e527b931ff118b2310e52eac9f6ab3e565.png" alt="Treasury Diversification #1 and #2" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Treasury Diversification #1 and #2</figcaption></figure><p>As you can see, the motivation for both deals was to assemble a diverse group of stakeholders (36 more) with aligned incentives for the success of Lido, by including as many important players as possible in their “cap table”, through direct (angels) or indirect (institutional) investments.</p><h3 id="h-treasury-deal-1" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Treasury Deal #1</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/81c3426363eecbeac1734b5a571c9ca9db248a6d94fa4a66a3b621160479ed68.png" alt="Institutional and Angels´ addresses, Date of Purchase, Date of Start Vesting, Date of Unlock, and LDO unlocked everyday since vesting started" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Institutional and Angels´ addresses, Date of Purchase, Date of Start Vesting, Date of Unlock, and LDO unlocked everyday since vesting started</figcaption></figure><p>Something interesting: since approved on the 6th of April 2021 there was a <strong>1-month time frame</strong> given to these investors to purchase LDO with ETH through a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherscan.io/address/0x489F04EEff0ba8441D42736549A1f1d6ccA74775">smart contract</a>. There were <strong>3 Angel Investors who missed the deadline.</strong> They were given a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://research.lido.fi/t/lido-treasury-diversification-part-3/1059">second opportunity</a> to purchase (voted again on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://snapshot.org/#/lido-snapshot.eth/proposal/QmbTZ1GypXXtVS1G97tTuws7jFW8GaNMF3aimz4q6n35oj">Snapshot</a>), with essentially the same terms: <em>1-year cliff and 1-year linear unlocking schedule</em>, <strong>from the moment of the purchase</strong>.</p><p>This is the reason why they started vesting in the months of October-November, instead of the original month of May.</p><p>So on this second opportunity and 1-month timeframe deadline:</p><ul><li><p>Hart Lambur -0xcF4... purchased on the 9th of October 2021. Cliff: October 9, 2022, linear unlock until October 9, 2023.</p></li><li><p>Danny Ryan, Core Researcher of Ethereum  -0xf948… purchased on the 15th of October 2021. Cliff: October 15, 2022, linear unlock until October 15, 2023.</p></li><li><p>Ameen Soleimani from Spankchain - 0x3B2… purchased on the 1st of November 2021. Cliff: November 1, 2022, linear unlock until November 1, 2023.</p></li></ul><h3 id="h-treasury-deal-2" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Treasury Deal #2</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7f3d252403a3d7be3ee7e801343c2471b5492ebfecfe696d30ef5d4757cf0e46.png" alt="DragonFly Ventures´ Addresses and Date of Unlock" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">DragonFly Ventures´ Addresses and Date of Unlock</figcaption></figure><p>Something interesting: the <strong>lockup terms are different</strong> between Treasury Deal #1 (the Paradigm + 35 investors round), and Treasury Deal #2 (DragonFly round). In this case there is only a 1y cliff unlock, which ended up being agreed upon by the DAO for two main reasons:</p><ol><li><p>DragonFly has <strong>publicly (and more importantly) on-chain stated their belief in the long-term potential</strong> of the protocol. Despite being 75% unlocked, <strong>they haven´t sold any</strong> of their April 2021 allocation of 400 ETH worth of LDO, which they acquired at $0.7 per token. The current value of that LDO is 1150 ETH.</p></li><li><p>They decided to invest close to the local top. Which meant <strong>they ended up buying LDO at $2.427.</strong></p></li></ol><blockquote><p><strong>PRICE</strong>: 7-day backward-looking TWAP taken at the time of vote completion (August 4, 2022) + 5% premium</p></blockquote><p>The final 7-day TWAP was $2.31 +5% premium: $2.427. DragonFly committed to the terms, and ended up purchasing through this <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://0xA9b2F5ce3aAE7374a62313473a74C98baa7fa70E">smart contract</a>:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1ff21111fe2ac7c14e1c052632561135155b506e29ee0f037994845ab3c762ce.png" alt="Tom Schmidt, Partner at DragonFly Ventures on the Lido governance proposal" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Tom Schmidt, Partner at DragonFly Ventures on the Lido governance proposal</figcaption></figure><h3 id="h-treasury-deals-participants-identified-addresses-table" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Treasury Deals participants´ identified addresses table</h3><p>In line with my approach for the Seed and Validator&apos;s table, I have exclusively selected to showcase publicly recognized participants and their identified wallets in order to try to gain an actionable understanding into their motives for selling or retaining their vested allocations.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/33e7e33d58eb09b88196c17d9181a16787f8d9a68d945821b11be5989ec53c52.png" alt="Treasury Deal participants´ labeled addresses: Sold % of unlocked LDO tokens" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Treasury Deal participants´ labeled addresses: Sold % of unlocked LDO tokens</figcaption></figure><p>The table reveals that:</p><ul><li><p>Paradigm has not sold any of their 53M unvested allocation (at least on-chain, we can´t really know if they traded OTC).</p></li><li><p>DCG appears to not have sold any of its holdings, but this may not be completely true. They have sent their LDO across different wallets and maybe some of these transactions (despite not going to a CEX or DEX) were OTC trades with other entities.</p></li><li><p>Alameda Research and Three Arrows Capital are constantly selling their daily vested Lido in batches (their wallets are on the Google Sheet spreadsheet).</p></li><li><p>Institutional Investors overall seem to be selling more of their allocations. The main reason is that many of them end up failing and going bankrupt during the last cycle, and liquidators are in search of assets to sell.</p></li></ul><h2 id="h-conclusion" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">CONCLUSION</h2><p>In my opinion, the ultimate winner in the LSD space will be determined by the platform that has the most connections to other protocols, rather than just offering high yields for users. This quality is known as “<strong>moneyness</strong>” or even “<strong>capital efficiency</strong>”, the ability to use your staked ETH as collateral across different DeFi protocols.</p><p>Currently, Lido appears to be in the lead in this aspect due to its strong ties within the Ethereum and DeFi communities. As we have explained throughout the report this is because its funding rounds have involved investment from various important protocols within the DeFi space. And, even though some of these investors have sold their allocations, <strong>many other are still holding</strong>. This alignment of interests ensures that Lido is well-positioned to succeed, with the ultimate goal of <strong>establishing stETH as a form of money</strong>, a widely-used derivative for collateral across DeFi. <strong>It´s a winner takes all market.</strong></p><p>In response to interest from the community, I have created a <strong>fundamental dashboard for LSD protocols</strong>. It looks at different fundamental and market data metrics of some of these protocols like <em>Lido, RocketPool, Stakewise, Ankr, Frax Finance, and Staked.finance</em>. Although it&apos;s not fully completed yet, here is the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.google.com/spreadsheets/d/1DgK_fxKRXa-vymvDWvxFYZ3rRaslIvadfKaAAHPeAI8/edit?usp=sharing">Google Sheet link.</a> Thanks for reading!</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8b8617b453eaf81900a1d17ba4ecc84c5f4a7b789036edd7cc59d53910d2f8e7.png" alt="LSD Token Dashboard" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">LSD Token Dashboard</figcaption></figure>]]></content:encoded>
            <author>tumilet@newsletter.paragraph.com (tumilet)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/cc71d0929a94d00e125fda4e74c608a63604d43d0cf88bf9ad77e659653594af.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>