<?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>Declan Kim</title>
        <link>https://paragraph.com/@declankim</link>
        <description>undefined</description>
        <lastBuildDate>Tue, 25 Aug 2026 15:31:38 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Declan Kim</title>
            <url>https://storage.googleapis.com/papyrus_images/3c1d5674c6355b6a092b8b84c48c09df</url>
            <link>https://paragraph.com/@declankim</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Waiting for Dencun Upgrade, Let's Review EIP-4844]]></title>
            <link>https://paragraph.com/@declankim/eip4844_review</link>
            <guid>9WwvGxq6HHL84xJz093m</guid>
            <pubDate>Thu, 22 Feb 2024 09:09:53 GMT</pubDate>
            <description><![CDATA[TLDR; it's all you need to know.1. What is Dencun Upgrade?Its full name is the Cancun-Deneb Upgrade, but it is commonly referred to as the Dencun Upg...]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e0592fe601e102f227dff5767ba9f31e.png" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">TLDR; it's all you need to know.</figcaption></figure><h1>1. What is Dencun Upgrade?</h1><ol><li><p>Its full name is the Cancun-Deneb Upgrade, but it is commonly referred to as the Dencun Upgrade.</p></li><li><p>Scheduled for mainnet implementation on March 13, 2024</p><ul><li><p>Completed application on the Goerli testnet on January 17, 2024</p></li><li><p>Completed application on the Sepolia testnet on January 30, 2024</p></li><li><p>Completed application on the Holysky testnet on February 7, 2024</p></li></ul></li><li><p>It is the largest-scale hard fork upgrade to be applied after the Shanghai Upgrade.</p></li><li><p>The upgrade applies simultaneously to the execution layer (Cancun) and the consensus layer (Deneb).</p></li><li><p>Key Features:</p><ul><li><p>Scalability Improvement: Introduces proto-danksharding (EIP-4844) to fragment into blobs for enhanced scalability.</p></li><li><p>Security and Consensus Mechanism Enhancement: EIP-6780</p></li><li><p>Gas Optimization: Implements EIP-1559 (fee market change), EIP-2929 (state access gas cost increase), and EIP-2537 (BLS curve operations) to reduce gas fees and improve the user experience.</p></li><li><p>Laying the Foundation for Future Developments</p></li></ul></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fdd514dcd04fd7076d24c44a759208d8.webp" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">source: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.datawallet.com/crypto/ethereum-cancun-upgrade-explained">Datawallet</a></figcaption></figure><h1>2. EIP-4844</h1><ol start="6"><li><p>Among the major EIPs included in the Dencun Upgrade, EIP-4844 is the core of core.</p></li><li><p>The essence of EIP-4844 lies in the implementation of blobs to secure space on the Ethereum mainnet, enabling rollup solutions to process more transactions at lower costs and thus improving scalability.</p></li><li><p>So, what is a blob?</p><ul><li><p>A new type of data stored only on the beacon chain (consensus layer).</p></li><li><p>The goal is to create storage space solely for data availability, separate from the block space of the execution layer.</p></li></ul></li><li><p>The introduction of blobs leads to cost reduction for rollup sequencers submitting calldata to Ethereum → Rollup sequencers become the primary consumers of blob space.</p><ul><li><p>By specifying the size and number of blobs that can be included per block, it prevents a surge in computation and thus avoids node centralization.</p></li></ul></li><li><p>Why are blobs cheaper than calldata? Blobs are inaccessible to the execution layer = No access to EVM.</p><ul><li><p>Because there is a separate space solely for blob storage, it can be stored much more cheaply than regular calldata.</p></li></ul></li><li><p>Data within blobs is stored on the consensus layer (or beacon) for up to 18 days only.</p><ul><li><p>The permanent storage of blob data can be managed by delegating roles to protocols that facilitate relatively easy data storage.</p></li></ul></li><li><p>Although rollups have emerged as a scalability solution, there remains a problem that Ethereum mainnet blocks (calldata) must be submitted to verify the validity of transactions.</p><ul><li><p>This process imposes significant costs on rollup solutions.</p></li></ul></li><li><p>Therefore, the introduction of blobs aims to allow rollups to use blobs for storing transaction data, thus securing space on the Ethereum mainnet and enabling the processing of more transactions at lower costs. </p><ul><li><p>Specifically, it allows rollup sequencers to broadcast "blob-carrying transactions."</p></li></ul></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8618c6fade195c312d32a6c7e06f8bb0.jpg" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">source: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://etherworld.co/2023/11/13/eip-4844-explored-the-future-of-shard-blob-transactions-in-ethereum/">Ethereworld</a></figcaption></figure><ol start="14"><li><p> Previously, since rollups transmitted calldata, the EVM could access this calldata to prove the validity of rollup transactions.</p></li><li><p>However, as mentioned earlier, the EVM cannot access blobs. So, how is validity verification conducted with the introduction of blobs?</p></li><li><p>This is made possible thanks to one of the new fields included in blobs, known as <code>blob_versioned_hashes</code>.</p></li><li><p>When a sequencer forwards a rollup transaction to the L1 mempool, the Ethereum proposer distributes it to the execution client and the consensus client as follows:</p><ul><li><p>Execution Payload (<code>Signedblobtransaction</code>) → execution client</p></li><li><p>Sidecar (<code>blob_kzg</code> &amp; blob) → consensus client</p></li></ul></li><li><p>The <code>Signedblobtransaction</code> includes the <code>blob_versioned_hashes</code>, which essentially serve as a summary of the blob data.</p></li><li><p>Therefore, Ethereum nodes can validate the transaction's validity by cross-verifying that the <code>blob_versioned_hashes</code> accessible from the EVM execution layer match the <code>blob_KZG</code> commit values on the consensus layer.</p></li><li><p>Additionally, EIP-4844 plans to introduce a separate fee market for blobs, based on supply and demand for blob gas fee (data gas), independent from the existing block space fee market (gas fee market).</p></li><li><p>By creating a seperate market for data submission (blob submission), it is possible to significantly reduce the cost of submitting to the Ethereum mainnet, which constitutes a major portion of existing L2 costs.</p></li><li><p>This mechanism is very similar to EIP-1559, but it introduces a new element, <code>max_fee_per_data_gas</code>, set by the submitter.</p></li><li><p>Basic explanation of the mechanism:</p><ul><li><p>Each blob can store approximately 125kb of data → each block can store up to 6 blobs (target is 3 blobs).</p></li><li><p>If a block contains more than 3 blobs, the price of blobs increases; if less, it decreases → designed to maintain a fair price around the 3-blob benchmark.</p></li><li><p>If rollups use too many blobs → the price of blobs increases → stabilizing the price of blobs and vice versa.</p></li></ul></li><li><p>From the perspective of rollup users, the primary desires are </p><ol><li><p>low cost</p></li><li><p>fast processing.</p></li></ol></li><li><p>However, the introduction of blobs presents a dilemma in balancing these two conditions:</p><ul><li><p>Prioritizing low cost → requires sending fully packed blobs (to reduce submission costs) → results in slower processing speeds.</p></li><li><p>Prioritizing fast processing → entails sending blobs that are not fully packed → leads to increased costs.</p></li></ul></li><li><p>Therefore, when blob prices are low, the focus can shift towards fast processing, and when blob prices are high, the focus can shift towards minimizing costs, thereby finding a balance between the two.</p></li><li><p>The <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://arxiv.org/abs/2310.01155">research</a> below unfolds a methodology to find a price that achieves this balance:</p><ul><li><p>It attempts to find the optimal frequency of blob usage by assigning a nominal dollar cost to the time it takes to process transactions and minimizing the sum of blob costs and waiting time costs.</p></li></ul></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f2dd27f7845ca00aad130c4acb3eb2a6.jpg" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">source: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/offchainlabs/eip-4844-what-does-it-mean-for-l2-users-5e86ebc4c028">Ed Felten</a></figcaption></figure><ol start="28"><li><p>The sum of the submission cost (blue line), which decreases inversely with the size of the blob, and the waiting cost (red line), which increases proportionally with the size of the blob, records its lowest point at approximately 15,000 bytes/blob.</p></li><li><p>The study also finds that rollups with active transaction processing can fill a full blob in less time, thus recording good performance in terms of cost.</p></li><li><p>Conversely, it is mentioned that small rollups, which process fewer transactions, might prefer the existing cost structure, where they only pay for the calldata they use, rather than always paying the price for a full blob.</p></li><li><p>According to the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/ethereum/EIPs/commit/7e8d2629508c4d571f0124e4fc67a9ac13ee8b9a">GitHub</a>, the current gas price for blobs is 1 gas per byte.</p></li><li><p>According to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.arbitrum.io/arbos/l1-pricing">Arbitrum docs</a>, the cost of L1 data submission is 16 gas per byte.</p></li><li><p>Therefore, the application of blobs can reduce the cost of data submission by 1/16, resulting in a reduction of approximately 93.75%.</p></li></ol><hr><h3>References</h3><div data-type="embedly" src="https://t.co/aOV4b5aB9e" data="{&quot;provider_url&quot;:&quot;https://xangle.io&quot;,&quot;description&quot;:&quot;본 리포트는 2부로 구성되어 있다. 전반부에서는 이더리움 샤딩의 발자취를 따라가면서 샤딩의 역사가 어떻게 변화했고 이더리움의 장기적인 비전인 댕크샤딩(Danksharding)이 무엇인지 살펴본다. 후반부에서는 프로토-댕크샤딩의 구조와 의의를 들여다보고 EIP4844 적용 이후 롤업의 경제 구조가 어떤 식으로 바뀌게 될지 그려본다.&quot;,&quot;title&quot;:&quot;야 (EIP)4844, 너지?&quot;,&quot;thumbnail_width&quot;:1920,&quot;url&quot;:&quot;https://xangle.io/research/detail/1315&quot;,&quot;thumbnail_url&quot;:&quot;https://resource.xangle.io/files/content/4844-8133718e-a94e-4369-ae82-5ad82cad884c.jpg&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Xangle&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1280}" format="small"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="twitter-card-link" href="https://t.co/aOV4b5aB9e" target="_blank" rel="noreferrer"><div class="twitter-summary"><img src="https://resource.xangle.io/files/content/4844-8133718e-a94e-4369-ae82-5ad82cad884c.jpg" class="false"><div class="twitter-summary-card-text"><span>https://xangle.io</span><h2>야 (EIP)4844, 너지?</h2><p>본 리포트는 2부로 구성되어 있다. 전반부에서는 이더리움 샤딩의 발자취를 따라가면서 샤딩의 역사가 어떻게 변화했고 이더리움의 장기적인 비전인 댕크샤딩(Danksharding)이 무엇인지 살펴본다. 후반부에서는 프로토-댕크샤딩의 구조와 의의를 들여다보고 EIP4844 적용 이후 롤업의 경제 구조가 어떤 식으로 바뀌게 될지 그려본다.</p></div></div></a></div></div><div data-type="embedly" src="https://t.co/vRUi9V25fB" data="{&quot;provider_url&quot;:&quot;https://medium.com&quot;,&quot;description&quot;:&quot;As of this writing, EIP-4844 and the rest of Dencun upgrade are currently scheduled to go live on Ethereum mainnet on March 13. Dencun, the next Ethereum hard fork, is on testnet and will be coming...&quot;,&quot;title&quot;:&quot;EIP 4844: What does it mean for L2 users?&quot;,&quot;author_name&quot;:&quot;Ed Felten&quot;,&quot;url&quot;:&quot;https://medium.com/offchainlabs/eip-4844-what-does-it-mean-for-l2-users-5e86ebc4c028&quot;,&quot;thumbnail_url&quot;:&quot;https://miro.medium.com/v2/resize:fit:1200/1*4tVQDHGwgtbVRh0a9-Ltpw.png&quot;,&quot;thumbnail_width&quot;:1200,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Medium&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:635}" format="small"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="twitter-card-link" href="https://t.co/vRUi9V25fB" target="_blank" rel="noreferrer"><div class="twitter-summary"><img src="https://miro.medium.com/v2/resize:fit:1200/1*4tVQDHGwgtbVRh0a9-Ltpw.png" class="false"><div class="twitter-summary-card-text"><span>https://medium.com</span><h2>EIP 4844: What does it mean for L2 users?</h2><p>As of this writing, EIP-4844 and the rest of Dencun upgrade are currently scheduled to go live on Ethereum mainnet on March 13. Dencun, the next Ethereum hard fork, is on testnet and will be coming...</p></div></div></a></div></div><div data-type="embedly" src="https://t.co/sHwnUAC6co" data="{&quot;provider_url&quot;:&quot;https://consensys.io&quot;,&quot;description&quot;:&quot;EIP-4844, also known as \&quot;proto-danksharding\&quot; will drastically reduce the cost of posting L2 rollup data to Ethereum mainnet via \&quot;blobs\&quot;.&quot;,&quot;title&quot;:&quot;Ethereum Evolved: Dencun Upgrade Part 5, EIP-4844 | Consensys&quot;,&quot;thumbnail_width&quot;:1920,&quot;url&quot;:&quot;https://consensys.io/blog/ethereum-evolved-dencun-upgrade-part-5-eip-4844&quot;,&quot;thumbnail_url&quot;:&quot;https://images.ctfassets.net/gjyjx7gst9lo/vPLno5gZ9fB9oVktdEk92/e6c01919a076016594eb360b43e19d12/EIP-4844_meta_2x.jpg?w=1920&amp;fm=jpg&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Consensys&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1008}" format="small"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="twitter-card-link" href="https://t.co/sHwnUAC6co" target="_blank" rel="noreferrer"><div class="twitter-summary"><img src="https://images.ctfassets.net/gjyjx7gst9lo/vPLno5gZ9fB9oVktdEk92/e6c01919a076016594eb360b43e19d12/EIP-4844_meta_2x.jpg?w=1920&amp;fm=jpg" class="false"><div class="twitter-summary-card-text"><span>https://consensys.io</span><h2>Ethereum Evolved: Dencun Upgrade Part 5, EIP-4844 | Consensys</h2><p>EIP-4844, also known as "proto-danksharding" will drastically reduce the cost of posting L2 rollup data to Ethereum mainnet via "blobs".</p></div></div></a></div></div><hr><p>If you enjoyed my article, please subscribe and follow me on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/declank">Warpcast</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Touslesjours_70">X</a>.</p><p>You can check out more awesome articles from DeSpread Research.</p><div data-type="embedly" src="https://research.despread.io/" data="{&quot;provider_url&quot;:&quot;https://research.despread.io&quot;,&quot;description&quot;:&quot;DeSpread Research · Meet our people's insight, our capabilities, our research, and the ever-changing face of our firm.&quot;,&quot;title&quot;:&quot;DeSpread Research&quot;,&quot;mean_alpha&quot;:140,&quot;thumbnail_width&quot;:1725,&quot;url&quot;:&quot;https://research.despread.io/&quot;,&quot;thumbnail_url&quot;:&quot;https://research.despread.io/content/images/size/w1200/2023/05/part12-1.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;DeSpread Research&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:896}" format="small"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="twitter-card-link" href="https://research.despread.io/" target="_blank" rel="noreferrer"><div class="twitter-summary"><img src="https://research.despread.io/content/images/size/w1200/2023/05/part12-1.png" class="false"><div class="twitter-summary-card-text"><span>https://research.despread.io</span><h2>DeSpread Research</h2><p>DeSpread Research · Meet our people's insight, our capabilities, our research, and the ever-changing face of our firm.</p></div></div></a></div></div><p></p>]]></content:encoded>
            <author>declankim@newsletter.paragraph.com (Declan)</author>
            <category>ethereum</category>
            <category>eip-4844</category>
            <category>l2</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/62ea6cc9ce2562fd2c37bdeb2d277b9f.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[GCR's History — The Lesson from Conviction and Patience]]></title>
            <link>https://paragraph.com/@declankim/gcrs-history-—-the-lesson-from-conviction-and-patience</link>
            <guid>v4d4kmEvxglBkwO9eEWx</guid>
            <pubDate>Tue, 20 Feb 2024 03:02:17 GMT</pubDate>
            <description><![CDATA[This article provides the summary of "GIGANTIC REBIRTH: TOP CRYPTO TRADERS 2024" from ARKHAM.Summary1. IntroductionGCR is a legendary CT in the crypt...]]></description>
            <content:encoded><![CDATA[<blockquote><p>This article provides the summary of "<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.arkhamintelligence.com/research/gigantic-rebirth-crypto-trader">GIGANTIC REBIRTH: TOP CRYPTO TRADERS 2024</a>" from ARKHAM.</p></blockquote><img src="https://storage.googleapis.com/papyrus_images/dcbf5e79cd71aca385e87455e0c7304b.png" alt="Cover image showing Gigantic Rebirth holding a gun and the words 'GIGANTIC REBIRTH (GCR)'." blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAIAAAC1qksFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAPHRFWHRDb21tZW50AHhyOmQ6REFGdUphV1VmbXc6NjQsajo2MTk2MjQ1NzM4MjI5NzQ2NTA4LHQ6MjQwMjEzMTFBAHxfAAAC90lEQVR4nK2Vz0siYRjHX33Hd3xfRyunCBlsrRUPQQdhJIIhpdMGbhDBShdZKdQRgp1hNiUI3YEtWA8b7cAOeRBWxOgg4cluQRAdgy5Bx+gv6BjE0rzU0i/d3Xp4DsPzMO+H5zvv8x3gxBixLCYEMozNZoMQ2mw2xLJOjB8nJgQT8mTruQR2CAPDwz8M4930tKZpH1MpRVXfBAKQYTAhCCEIIWPFDRsACCG6DYZhEEJdAA6EvDwfjcXeBoPjExNiJCJGIl6edyCECaHnUgzHcT6fj+d5WqTU52b9A6AS3YhjSWS/L5HDOhoA0N/fv7m5eXR0dHx8XCwWWZb9B4ATYxfHUX3vktaRBXBirGna+fn54eHh6enp1dXV7OwsAIBl2e4SdW4TQjDGPp+v1WrJslwqlcrl8tnZmWEYrwNwWkMMDAzUarWVlZXt7e2Li4vLy8v19fXXAWCMWZYFAIyNjRUKhVQqZZrm7u5uKBQCANC79P8AeosQQnNzc/Pz85IkxeNxWZZVVeV5Hlrx0gk4jguHwycnJwcHB6Ojo5IkZbPZYrGYSCQCgcCLJsCE2CEMhULxeLxer2ez2VKpJElSpVJpNpsLCwsjIyOCIPT09HS+qZ0ADoQGBwc1TWu1Wu122zRNv9+v67phGMlkMhwOezwe0s05ukjksiTa2dm5vr4OBoMQQr/fL4piNBoVRVEQBAhhZ3d6CnC7ay6OcyDkcbv39/fb7TbDMBhjt9vt8XgQQr29vYIg4PtL+leAO6uxWybhIiQWi/mHhoDldNRu756plzgQsluvdAdgQj4kEktLSwuLi7lc7uvampzLfV5ejoyPq5r2SVHyhYKiql90XVHVZDIpTU7mC4V0JqPr+tTU1OMP/gRgdXW1Wq1WKpVqtdpsNtOZTKPReD8z831jwzTNeqPx0zS3trYURVnO59Pp9N7e3rdy+VetJudyLo57wHgIYK02/QUhloUMAxnGgZCL4yCEVG5aobL0eb0ujqM73+f1Pp7gN9xe2YVSsGjzAAAAAElFTkSuQmCC" nextheight="900" nextwidth="1600" class="image-node embed"><h1>Summary</h1><h2>1. Introduction</h2><ol><li><p>GCR is a legendary CT in the crypto, known by his alias (Gigantic-Cassocked-Rebirth) used in FTX.</p></li><li><p>From 2021 to 2022, this individual frequently appeared on the FTX leaderboard.</p></li><li><p>Gained fame during the bear market of 2022 by successfully shorting altcoins.</p></li><li><p>Notably, in April, he made headlines for placing a $20 million short bet on Luna.</p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3fb4f345a8bd7d605f83acf877dee63b.png" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">GCR's dashboard on Arkham, source: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://platform.arkhamintelligence.com/explorer/entity/giganticrebirth">ARKHAM</a></figcaption></figure><h2>2. Background and History</h2><ol start="5"><li><p>Began with a seed capital of $1,000.</p></li><li><p>Solely increased his seed through trading, primarily using political forecasting.</p></li><li><p>Invested up to 120 hours per week on Twitter, working even harder during bear markets.</p></li><li><p>Amassed a significant followers in 2021 and 2022, then went silent at the beginning of 2023.</p></li></ol><h2>3. Early 2021 - The Bull Market</h2><ol start="9"><li><p>GCR enjoyed taking positions contrary to market consensus from the start, embodying the principle of "sell greed and buy fear."</p></li><li><p>Continuously emphasized the virtues of 'patience' and 'expertise in a single sector.'</p></li><li><p>Warned of a coming bear market in April and May 2021, cautioning against a retail-led bull market.</p></li></ol><h2><strong>4. Late 2021</strong></h2><ol start="12"><li><p>Persistently warned of a bear market arriving in 2022.</p></li><li><p>Showed interest in NFTs in August, due to their lower market cap compared to meme coins, and purchased hundreds of Pudgy Penguins.</p></li><li><p>Founded RebirthDAO, a decentralized hedge fund.</p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/27826f12601f238e3fa29a3405a3b439.png" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">GCR buying hundreds of Penguins.</figcaption></figure><h2 style="text-align: start"><strong>5. The Big Short of 2022</strong></h2><ol start="15"><li><p>Two weeks after BTC hit its all-time high of $69k in October 2021, GCR left a note about "back and shorting" and took a vacation on November 22nd.</p></li><li><p>He then focused on identifying oversold altcoins.</p></li><li><p>Targeted coins with the highest planned inflation and gathered information on token unlocks.</p></li><li><p>Concentrated on shorting the 'weakest' altcoins rather than BTC or ETH, especially those with a majority of their supply being unlocked in the first three to six months of 2022.</p></li><li><p>Many of these targeted coins were part of the Solana ecosystem, supported by FTX funding, and had a high proportion of investor volume locked in low liquidity tokens.</p></li><li><p>The most profitable position was shorting Luna, netting a profit of $230 million.</p></li><li><p>Also predicted an increase in DeFi hacks during the 2022 bear market, advising to "bet on incentives during bear markets."</p></li><li><p>However, GCR did not anticipate the FTX bankruptcy.</p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/866a6be0191908b01e25a64f8ffe4a0f.png" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">GCR gained a fortune shorting LUNA</figcaption></figure><h2 style="text-align: start"><strong>6. 2023 and Beyond</strong></h2><ol start="23"><li><p>After the bankruptcy of FTX, the @GiganticRebirth account was deleted, and he resumed activity under @GCRClassic.</p></li><li><p>In early 2023, he predicted a bull market originating from China.</p></li><li><p>Advocated for engaging on WeChat.</p></li><li><p>From 2021 to the 2024 presidential election, placed bets on Donald Trump.</p></li><li><p>Purchased over 300 Milady tokens from January to March 2023, selling half of them in June following a mention by Elon Musk.</p></li><li><p>Successfully arbitrage traded $4 million of USDT for USDC during the USDC depegging event.</p></li><li><p>Ceased Twitter activity on April 20, 2023, after a final post stating "ETH 10k."</p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1d4de929af39557b18753e703ccc58d2.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAIAAAD4YuoOAAAACXBIWXMAAAsTAAALEwEAmpwYAAADDklEQVR4nK2U63KbRhTHQQjvrna5aQEtFhgZNgIMJcYmkohEJdkySuxEM8lz5AXyqdMX6Oc+XJ+hr5CORC6KJ2mbmfyGD8t/zmXP4XAE4YBhUEyIsaff7XaFn8vrh+cPD7Wm6U2zTZJU0w1dNzRV7SEEAYAQEIIVRVEI0TXt/6cXRVEQRWFg9j58+PPvv34/c9nL+1fjKGLOqXPqDkYxO48MdtZnnuWO+oMhdc4G52Oo9js9rQPxfyYAEEqSJHS7nT9+u3n/bgJRjzlD5pz6/shkHr64wem6d7HsJbU8ujoJypPzCeAzJd+qly9lN/uBFu1rEQRK6d1dU1XzPM+rqppNy2o2qReLq8vL3W63XC7n83k1fXa7WlLaFwRBkqTW8ThIezjW93TE/SMIQveA9IkTANpXWZa7X5BFsXPs3hq3odvDtyuwLCuJ43Iyqap5UVwVxVXIeZ7nWZaVZXl9fV0UxXQ6zfM8juPpgefzeZKkdf3r06fFdVmW5bPpdJokyWVRzGaVaZqPE6zX66bZ3jXNoq4Xi3qxWNzfPzRNU9f1crms63q1Wt3c3m5fvBgMBhBCRVEQQhhjhBAhBGMMIVRVtdUfVyPLsqbrqqphvB9KQkjrpmqaqqptFISQqqqGYciyLPwohJDxeHweBI7jhAeiOE6ShHN+kab8CU+zLElSzvl4PA5DnqZpFMch51EUBUF4kablZJKmWRjyLPvFMIwvX/5ji0xzt9ut1uvbzaZptm/evN1sNq7nOo7Deej7PmPM87zhAcbYcDj0PM91vUELY74/Gg5dSvuO4yiK8rgChJBt260xpdSyrPYWPw1FUVzXtW2bMcYch1Jq27bv+47jeJ4XhOHQdcMw1HXtUHRH/A7H/8RXGIYRcu77fhCG8aH1nD/JsiyKojTLqqoKgiDLMkrpd0P8OwBATTf61AQAtMoJAIqiGkYfE/LJStR03bRs07I/OxKiUNNSVPVzYk3bTyMh5KvNKEkSABDjvdoWe1AAxrhN2YqyLEMIIUJHNwMIoePBBfsVIB+WXfcfAcFoQKSsrnEAAAAASUVORK5CYII=" nextheight="590" nextwidth="1194" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">The last tweet from GCR</figcaption></figure><h1>IMO</h1><ol start="30"><li><p><strong>Lessons learned from him</strong></p><ol><li><p>Establish strong convictions and demonstrate unwavering strength and patience.</p></li><li><p>Possess the judgment to not merely follow market trends but to anticipate the future.</p></li><li><p>Have the decisiveness to act on knowledge, like the USDT to USDC swap, which, while widely known, few dared to execute.</p></li></ol></li><li><p><strong>But,</strong></p><ol><li><p>To multiply wealth like GCR, one must almost exclusively sleep and consume Twitter, dedicating over 17 hours a day.</p></li><li><p>Must always bear the risk associated with futures trading.</p></li></ol></li><li><p><strong>TLDR; Do not be swayed by the market; instead, conduct daily research, develop a thesis, and invest accordingly.</strong></p></li></ol><hr><ol start="34"><li><p>We are currently passing the early stages of a bull market, where the narrative cycle changes exceptionally quickly, transitioning from:</p><div><div class="callout-base callout-tip" data-node-view-wrapper="" style="white-space:normal"><img src="https://paragraph.xyz/editor/callout/tip-icon.png" class="callout-button"><div class="callout-content"><div><p>Bitcoin Ecosystem -&gt; Solana -&gt; Airdrop boom -&gt; Inscription -&gt; Modular &amp; DA -&gt; Alt L1s -&gt; DePin/DeSoc -&gt; Ethereum Ecosystem(LRT, L2) -&gt; Again Bitcoin Ecosystem -&gt; AI</p><p></p></div></div></div></div><ul><li><p>Also there were some small narratives that came along with the mainstream above, such as RWA, Gaming, Japan, China, Identity, etc.</p></li></ul></li><li><p>Without a personal thesis, chasing sectors simply follwing their prices could likely make one a victim of the capital shifts occurring during these narrative cycles.</p></li><li><p>So, what's the strategy? I recommend '<strong>Maintain one stable main position with low volatility (holding stables/ETH for airdrops, depositing Bitcoin or Ethereum) + two sub-investments in high liquidity areas</strong>':</p><ul><li><p>For sub-investments, look for those just beginning to be mentioned on X and less talked about on Telegram.</p></li><li><p>Focus on sectors that haven't yet caught the narrative wave or those where the narrative has significantly aged.</p></li></ul></li></ol><hr><p>If you enjoyed my article, please subscribe and follow me on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/declank">Warpcast</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Touslesjours_70">X</a>.</p><p>You can check out more awesome articles from DeSpread Research.</p><div data-type="embedly" src="https://research.despread.io/" data="{&quot;provider_url&quot;:&quot;https://research.despread.io&quot;,&quot;description&quot;:&quot;DeSpread Research · Meet our people's insight, our capabilities, our research, and the ever-changing face of our firm.&quot;,&quot;title&quot;:&quot;DeSpread Research&quot;,&quot;mean_alpha&quot;:140,&quot;thumbnail_width&quot;:1725,&quot;url&quot;:&quot;https://research.despread.io/&quot;,&quot;thumbnail_url&quot;:&quot;https://research.despread.io/content/images/size/w1200/2023/05/part12-1.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;DeSpread Research&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:896}" format="small"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="twitter-card-link" href="https://research.despread.io/" target="_blank" rel="noreferrer"><div class="twitter-summary"><img src="https://research.despread.io/content/images/size/w1200/2023/05/part12-1.png" class="false"><div class="twitter-summary-card-text"><span>https://research.despread.io</span><h2>DeSpread Research</h2><p>DeSpread Research · Meet our people's insight, our capabilities, our research, and the ever-changing face of our firm.</p></div></div></a></div></div><p></p>]]></content:encoded>
            <author>declankim@newsletter.paragraph.com (Declan)</author>
            <category>gcr</category>
            <category>trading</category>
            <category>crypto</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/fb0eca7e6088612cd7469b4fe2c8e18f.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Farcaster, Frame and $DEGEN]]></title>
            <link>https://paragraph.com/@declankim/what-is-farcaster</link>
            <guid>UwVqlJyyrTYHBVjB5o0P</guid>
            <pubDate>Mon, 19 Feb 2024 06:57:38 GMT</pubDate>
            <description><![CDATA[This article is aiming for providing basic information about Farcaster, Warpcast, Frame and $DEGEN.]]></description>
            <content:encoded><![CDATA[<blockquote><p><em>This article is aiming for providing basic information about Farcaster and its ecosystem for those who recently started to navigate it.</em></p></blockquote><img src="https://storage.googleapis.com/papyrus_images/cd5efc0eaa6b7f023a0bd7850cf0e0bb.png" alt="Farcaster icon | Figma Community" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAIAAAD4YuoOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA10lEQVR4nGNgYMihMWIYSRbkMTDkg1EeLSzIZmBIYWBIYmBIBDNo4INkjzndZVs7S7cke82lrgV5DAxpOUELf/748x8Mfv74VZG4ioEhg4Ehl1oWpMS7zfr29Zef6QRvo76fP/4URi4FB1QeNS04tO0GA0MqA0PykZ23C8OXgOODahYkF4YvuXPtFQNDAQNDzq1Lzxuy1lHRglwGhsxAs0nthZu4GEoYGPKbc9ZH2k9jYMikVhzkgA1KBzs5C8xNAodVLnWTaR44i0HYJOU1YtXlkIuGugUA+YYAQ2AenbQAAAAASUVORK5CYII=" nextheight="960" nextwidth="1920" class="image-node embed"><h1>0. What is Farcaster?</h1><p>1. A sufficiently decentralized social graph protocol created by <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/dwr.eth">Dan Romero</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/v">Varun Srinivasan</a>, both of whom are veterans from Coinbase.</p><p>2. The term "<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.varunsrinivasan.com/2022/01/11/sufficient-decentralization-for-social-networks">sufficiently decentralized</a>" implies that anyone can read and write data and build apps on it.</p><p>3. Vitalik has been shilling Farcaster for a long time, with the protocol also being highlighted in Messari's 2024 research and Variant Name Service research.</p><p>4. Farcaster is responsible for storing items such as a user's handle, casts (Farcaster's version of tweets), and reactions (like likes and recasts).</p><p>5. Users are free to create clients such as Warpcast on top of the Farcaster protocol.</p><p>6. A client serves as an interface for accessing the protocol, similar to how <strong>Twitter is to the protocol, and Tweetdeck is to the client</strong>, with the current state of Twitter integrating both the protocol and the client.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6608e995e93bd23a80057d5cbd56f485.png" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">The structure of Farcaster</figcaption></figure><p>7. The Farcaster architecture can be divided into on-chain and off-chain components.</p><p>8. On-chain: Optimism contracts that perform the following three tasks:</p><p>    a. User ID registration</p><p>    b. Storage registration</p><p>    c. Key registration</p><p>9. Off-chain: A peer-to-peer network of hubs that store user data and are interconnected.</p><p>10. To reduce costs and improve performance, Farcaster stores most user activity data, such as casts, follows, likes, and profile updates, off-chain, minimizing on-chain operations.</p><p>11. As mentioned earlier, Farcaster is a sufficiently decentralized network that allows anyone to read and write data, facilitated by the operation of hubs.</p><p>12. Anyone can become a Farcaster hub by running computer software.</p><p>13. Hubs download on-chain Farcaster data from Optimism and off-chain data from other hubs.</p><p>14. Each hub stores a copy of all Farcaster data accessible through APIs, similar to how blockchain nodes synchronize with each other.</p><p>15. Using a hub enables reading and writing data on Farcaster, and anyone looking to build a Farcaster app must interact with a hub.</p><h1>1. What is Warpcast?</h1><p>16. Warpcast is nominally Farcaster's wallet and the most renowned Farcaster client.</p><p>17. <strong>It can be simply viewed as Twitter utilizing Farcaster as its protocol.</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fdf2f6b4a5bcbebe8d014fc45278998a.png" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">Warpcast</figcaption></figure><p>18. Beyond Warpcast, various clients leveraging Farcaster's data can certainly be developed.</p><p>19. For related information, check the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/a16z/awesome-farcaster?tab=readme-ov-file">A16Z curated Farcaster clients</a> or the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.farcaster.xyz/apps">Farcaster applications homepage</a>. </p><p>      a. Among these, FarQuest is actively accumulating points, known as Farpoint.</p><p>20. While Warpcast has introduced Farcaster to the world, the driving force behind Farcaster's rapid growth is Frame.</p><h1>2. What is Frame?</h1><p>21. Frame is a new feature of Farcaster, built as an extended version of the Open Graph Protocol developed by Facebook, which is a content standard.</p><p>22. It can be understood as a portal within Warpcast that allows users to use apps they've created.</p><p>23. In essence, using Frame within Warpcast means seamlessly using App A from within App B.</p><p>24. Since its launch on January 27th, Farcaster's DAU has surged, surpassing 40k.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/17804d94be69357c76dae8fea730f809.png" class="image-node embed"><figcaption htmlattributes="[object Object]" class="">Farcaster DAU, source: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dune.com/pixelhack/farcaster">Dune</a></figcaption></figure><ol start="25"><li><p>The reason Farcaster has been able to attract so many users through Frame is due to its ability to </p><ol><li><p>utilize user data stored on the blockchain, allowing</p></li><li><p>anyone to freely create the applications they desire, which can</p></li><li><p>operate seamlessly within Warpcast without data leakage. </p></li></ol></li><li><p>Unlike Web2 SNS where embedding links, photos, and polls is possible, the differences with Frame include:</p><p>a. Anyone can utilize user data to set conditions for executing frames.</p><p>b. Applications can operate internally.</p><p>c. Various derivative activities are possible through a logged-in wallet.</p></li><li><p>For instance, current examples of Frame's unique capabilities include:</p><p>a. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/prosharry/0xc7d5bf9f">NFT pre-minting</a> can be conditioned on specific comments, recasts, likes, etc., and verified for issuance.</p><p>b. Playing text-based <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/deployer/0xcbc5ffc5">games</a> or viewing articles in <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/snoopies/0x9af5538c">card news</a> format is possible.</p><p>c. Ordering <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/cookie/0x35bbc5a0">cookies</a> with payment through Coinbase Pay or receiving token <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/xnxx/0xbd3b6702">airdrops</a> is feasible.</p></li><li><p>These interactions all occur through the simple action of pressing a button. The interaction process involves:</p><p>-&gt; Pressing a button sends a POST request with a signed payload to a URL within Frame, which then interacts with other Frames.</p><p>-&gt; The signed payload contains a cryptographic hash that can identify which button was pressed and the submitting user, enabling the distinction between bots and real users.</p><p>-&gt; This process internalizes the inconvenient CAPTCHA mechanism.</p></li><li><p>The NFT minting process includes:</p><p>-&gt; Developers create an NFT contract and pre-fund it to cover minting costs.</p><p>-&gt; When a user clicks the mint button within a Frame, the server finds the user's connected address and issues the NFT from the developer's wallet to the user's address.</p><p>-&gt; Incorporating a payment process in this step is also straightforward.</p></li><li><p>Interaction between Frames is certainly possible. </p></li><li><p>Another advantage of Frame is that developers can create a variety of applications without worrying about UI/UX, thus building a virtuous cycle of network effects.</p></li><li><p>The process of building network effects involves:</p><ol><li><p>Farcaster gains popularity based on Frames.</p></li><li><p>Users flock to the platform.</p></li><li><p>Since developers can advertise and demo for free on a platform with 35k DAU just by uploading their app to a Frame, there's a strong motivation for Frame developers to create applications.</p></li><li><p>As more apps are created, more users gather, establishing a virtuous cycle of network effects.</p></li></ol></li><li><p>McCormik describes this as "Small Apps, Growing Protocols."</p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c1681450ba421d351845db8204d3dc77.png" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><ol start="34"><li><p>Base, particularly, is the network where transactions through Frame occur most frequently (40%). </p></li><li><p>By declaring the cost of creating Frames on Base free through the Pimlico policy, Base has shown a very proactive stance. </p></li><li><p>Although Frame is still in its early stages, with most applications appearing simple and not very intuitive, considering that it has been only a week since their creation, the initial hype is deemed very high.</p></li><li><p>Should it successfully navigate through this transition period and establish a diverse Frame-based ecosystem, users could engage in numerous on-chain activities within Farcaster itself, eliminating the need to leave the platform and naturally increasing retention.</p></li><li><p>In addition to the mentioned Frames, the token $DEGEN also plays a role in energizing Farcaster.</p></li></ol><h1>3. What is $DEGEN?</h1><ol start="39"><li><p>$DEGEN, a meme token launched on Base as an ERC-20 token in January of this year.</p></li><li><p>It has 70% of its allocation dedicated to the community, with a planned inflation of 1% per year starting four years after its launch.</p></li><li><p>Currently, it is in the midst of its second of three planned airdrops.</p><img src="https://storage.googleapis.com/papyrus_images/3e701e7cb599f8834581358a6c6f9a5f.png" alt="" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAIAAABHKvtLAAAACXBIWXMAABYlAAAWJQFJUiTwAAAEAklEQVR4nGPglzENS6oOSai2dIuXUnOw80pVM/aW0XQKSag0dojQNPO38UjSsggQU7ExcYgyd45x8s80c4rVNPM3sg23dIu3dI3jlzHlkTLGhRgkVGwbepafvvVl4vwdasbeyzefnbn8gK5l0KOP/++9+//m5/9HH/4X1s1wCcjcceTu0Stvrz7+feTK690nH0+cu71jyvqL93829C1nFtAQVbLkkTLhlzGFICF5C4jFDCDMq8rAq8opYcDIp8rAIAthM7Ap8UgYWbrFMzAqMHCrMAtrMbAoMXApMzDKMnApc0oYMAtoMAtoSKjYapr5g3RxKTPyqUOMAiF2FQZeVXYRHQZOCQN5bVdNM39+GdPE3PZJ83dmVUxUMfQqa54bmVrPL2PS0LM8NqslJKGyZ9bm7IrJZc1zIlPr1Yy9fSIKRZWsc6unFjXMqu5Y3Ny/Mr24N7NiYlnznNruxRXNc6o7Fjv5ZjCwielqWQTY+6ZxShjEZ7f0z9mWWdEvoWKbmNte27lQTtt59c5L2RWT3YNz++dsC0mqWrLpTP+cbUp6HgHRZRIqtgV106ra5vfN2rx+99X+Odua+1c29Cyu7V48f+2xqo4Fjr5pDPwypiwCmgwcKvwyphIqtvDIYRPTZWBR4BTTY2CQYRPWBoUetwqIZJRjYFfikTKGKGYV1mYV1oYEC5uYLougFiToGHhVWYW1QUHNKqxtYB3qFpTDI2W8bvfV09c/dExbr2Lo1T9nW+uUtfLargfOvWjoWZxZNmHn8Qdtk9as3321Y9p6I9vwaUv2MQtoQGISErFghgkYQbmgCOaUMJBQsZXTduaXMXULynENyLJ0ixeUNbP2SApJqhJXsUkt6nYNyNK1DApJqNS3DsmvnpqY2y6hYmvlkcAmposngUItQOaYO8e4BGSqGfuKKlnLa7tyShhAxCVUbIUVreS1XWQ0nTglDNjEdKXU7MydY+AK8FkACiLbMPfgHH4Z0yNXXp++9WXKot2QDLFu91UlPc83P//PXH6gqmPBrRf/pyza/ejD/x1H7qoYei7fehY5cCBsfD7glzGFpG42MV02MV1mAQ2IA4XkLcB5RYVNTJeRT1VAzkxKzYGBSwWaENiUQMmfWw2cClRZBLXQLYDEgby2C7+MaWBseX3n4tisViU9j9SiXp+IQhlNp8DYcteArMDY8rDkWp+IwtzqKbFZLdEZDZpm/ppm/vnVU0MSKiNS6yPTGmIymux909AihoFdREfXOtg1IItXyqioYdbqnZeq2uZLqTmUNc5unbJWSc+trHlOZtmE1Tsvrd55qaBuxpJNZyraFjT2rdx04JauZdD8tccq2hbUdi6s7li8ZNOZjfuuM/CqIocVAADmaEQtbezcAAAAAElFTkSuQmCC" nextheight="1130" nextwidth="2696" class="image-node embed"></li><li><p>Farcaster users are utilizing $DEGEN as tips to express gratitude or to execute specific Frames.</p></li><li><p>Each user is given an allocation of tips they can provide, with those receiving more reactions (likes, recasts, etc.) per cast being allocated more tips (independently of the DEGEN they hold in their wallet).</p></li><li><p>Providing tips is straightforward: writing "XXX $DEGEN" in a comment on a cast transfers the amount directly to the user's wallet address without additional steps.</p></li><li><p>Moreover, various experiments are being conducted, such as limiting the number of NFTs that can be minted based on the amount of DEGEN held.</p></li><li><p>Although DEGEN's position has not been explicitly defined, it is naturally becoming the representative coin of Farcaster.</p></li><li><p>However, the utility of tips has clear limitations, prompting speculation about future Frame-based uses of DEGEN.</p></li><li><p>For example, content that only users holding a certain amount of DEGEN can access, similar to OnlyFans, or the creation of games and roulettes using DEGEN.</p></li></ol><h1>4. IMO</h1><ol start="49"><li><p>The concept of apps within an app, facilitated by Frame, significantly expands the potential of Farcaster.</p></li><li><p>The platform has the potential to attract many users tired of the simplistic content production on Twitter.</p></li><li><p>The seamless on-chain expansion from hot topics in Warpcast to Base demonstrates the platform's flexible growth.</p></li><li><p>With solid backers and founders, along with consistent hype from Vitalik, the project clearly stands out as one deserving attention.</p></li></ol><hr><p>If you enjoyed my article, please subscribe and follow me on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://warpcast.com/declank">Warpcast</a> and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Touslesjours_70">X</a>.</p><p>You can check out more awesome articles from DeSpread Research.</p><div data-type="embedly" src="https://research.despread.io/" data="{&quot;provider_url&quot;:&quot;https://research.despread.io&quot;,&quot;description&quot;:&quot;DeSpread Research · Meet our people's insight, our capabilities, our research, and the ever-changing face of our firm.&quot;,&quot;title&quot;:&quot;DeSpread Research&quot;,&quot;mean_alpha&quot;:140,&quot;thumbnail_width&quot;:1725,&quot;url&quot;:&quot;https://research.despread.io/&quot;,&quot;thumbnail_url&quot;:&quot;https://research.despread.io/content/images/size/w1200/2023/05/part12-1.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;DeSpread Research&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:896}" format="small"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="twitter-card-link" href="https://research.despread.io/" target="_blank" rel="noreferrer"><div class="twitter-summary"><img src="https://research.despread.io/content/images/size/w1200/2023/05/part12-1.png" class="false"><div class="twitter-summary-card-text"><span>https://research.despread.io</span><h2>DeSpread Research</h2><p>DeSpread Research · Meet our people's insight, our capabilities, our research, and the ever-changing face of our firm.</p></div></div></a></div></div><p></p>]]></content:encoded>
            <author>declankim@newsletter.paragraph.com (Declan)</author>
            <category>imo</category>
            <category>farcaster</category>
            <category>frame</category>
            <category>$degen</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/6cc086aa9b2b51d343e37d68faaf3438.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>