<?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>rashadsamimi.eth</title>
        <link>https://paragraph.com/@rashadsamimi.eth</link>
        <description>undefined</description>
        <lastBuildDate>Thu, 09 Apr 2026 12:48:44 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[What is Swisstronik?]]></title>
            <link>https://paragraph.com/@rashadsamimi.eth/what-is-swisstronik</link>
            <guid>OswZIsJ5oLCpa7wewdUu</guid>
            <pubDate>Wed, 23 Oct 2024 08:06:03 GMT</pubDate>
            <description><![CDATA[Introduction SwisstronikSwisstronik is a Layer 1 solution built on the Cosmos SDK framework. It aims to combine the benefits of the Ethereum Virtual Machine (EVM) with the underlying infrastructure provided by Cosmos SDK. This integration allows Swisstronik to offer Ethereum compatibility while providing additional features such as private EVM execution using Intel SGX. Why Cosmos SDK? Cosmos SDK serves as the foundation for Swisstronik, providing essential components for the consensus and ne...]]></description>
            <content:encoded><![CDATA[<div class="relative header-and-anchor"><h3 id="h-introduction-swisstronik"><strong>Introduction Swisstronik</strong></h3></div><p>Swisstronik is a Layer 1 solution built on the Cosmos SDK framework. It aims to combine the benefits of the Ethereum Virtual Machine (EVM) with the underlying infrastructure provided by Cosmos SDK. This integration allows Swisstronik to offer Ethereum compatibility while providing additional features such as private EVM execution using Intel SGX.</p><p><strong>Why Cosmos SDK?</strong></p><p>Cosmos SDK serves as the foundation for Swisstronik, providing essential components for the consensus and networking layers of the blockchain.</p><ul><li><p><strong>Scalability:</strong> The Cosmos SDK allows developers to optimize specific components of their blockchain application, enabling efficient handling of increasing transaction volumes without compromising performance or security.</p></li><li><p><strong>Interoperability:</strong> With the Cosmos SDK, developers can integrate functionalities and smart contracts across interconnected blockchains using Inter-Blockchain Communication (IBC), facilitating collaboration and expanding possibilities for decentralized applications. This feature will be implemented in Testnet 2.0.</p></li><li><p><strong>Security:</strong> The Cosmos SDK incorporates the battle-tested Tendermint consensus algorithm, ensuring that transactions and data on the Swisstronik blockchain are validated by a network of trusted validators.</p></li></ul><p><strong>EVM Module</strong></p><p>Swisstronik incorporates an EVM module as its application layer, enabling developers to leverage the Ethereum Virtual Machine and seamlessly utilize tools available in the Ethereum ecosystem such as Hardhat, Solidity, EthersJS, Web3.js, etc. This compatibility ensures that you can write smart contracts and develop decentralized applications on Swisstronik using familiar tools and languages from Ethereum. It also facilitates easy migration of existing Ethereum smart contracts to Swisstronik's blockchain, promoting code reusability and streamlining development processes.</p><p><strong>Swisstronik vs. Ethereum</strong></p><p>While Swisstronik is generally compatible with Ethereum’s EVM along with all user and developer tooling you're already accustomed to; there are some notable enhancements:</p><ul><li><p><strong>Enhanced Privacy:</strong></p><ul><li><p>Implementing EVM within Intel SGX enhances privacy by ensuring full nodes and validators cannot access detailed transaction information.</p></li><li><p>Contract state variables are only visible within their respective contract limits—accessible solely through public methods like external view or public view functions.</p></li><li><p>Transactions are end-to-end encrypted within Intel SGX Enclave ensuring confidentiality accessible exclusively by transaction sender &amp; associated contract</p></li></ul></li><li><p><strong>Key Differences:</strong></p><ul><li><p>Execution inside Intel SGX disables certain RPC methods like <code>debug_traceTransaction</code> since it happens inside Enclave</p></li><li><p><code>eth_getStorageAt()</code> returns encrypted values due encryption applied at storage level</p></li></ul></li></ul><p>In addition to enhanced confidentiality measures mentioned above you get extra benefits including ability generate private entropy/make signatures directly On-chain</p><hr><p></p><p></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/swisstronik">https://x.com/swisstronik</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/hassan_samimi">https://x.com/hassan_samimi</a></p><p></p><p></p><p></p><p></p><p></p><p></p>]]></content:encoded>
            <author>rashadsamimi.eth@newsletter.paragraph.com (rashadsamimi.eth)</author>
            <category>swisstronik</category>
            <category>difi</category>
            <category>defi</category>
            <category>blockchain</category>
            <category>cosmos</category>
            <category>evm</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/e06f9eb46fa08ebb74b36f9790bf9d34.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Intern summer project!]]></title>
            <link>https://paragraph.com/@rashadsamimi.eth/intern-summer-project</link>
            <guid>AIWUNx9ScwAKLEPlyHxP</guid>
            <pubDate>Wed, 09 Oct 2024 13:05:24 GMT</pubDate>
            <description><![CDATA[Intern summer project! ps, With the help of AI , I was able to understand what this article is about😅😅 The article discusses advancements made by an intern named during his summer internship, which led to significant improvements in the SP1 platform. These enhancements primarily involve new precompiled functions (precompiles) that optimize elliptic curve operations for two specific curves, bn254 and bls12-381.Key Points:What are Precompiles?Precompiles are specialized functions designed to ...]]></description>
            <content:encoded><![CDATA[<p><strong>Intern summer project!</strong></p><p><code>ps, With the help of AI , I was able to understand what this article is about<span data-name="grinning_face_with_sweat" class="emoji" data-type="emoji">😅</span><span data-name="grinning_face_with_sweat" class="emoji" data-type="emoji">😅</span></code></p><p><strong>The article discusses advancements made by an intern named </strong></p><p><strong>during his summer internship, which led to significant improvements in the SP1 platform. These enhancements primarily involve new precompiled functions (precompiles) that optimize elliptic curve operations for two specific curves, bn254 and bls12-381.</strong></p><div class="relative header-and-anchor"><h4 id="h-key-points"><strong>Key Points:</strong></h4></div><ol><li><p><strong>What are Precompiles?</strong></p><ul><li><p><strong>Precompiles are specialized functions designed to perform complex computations more efficiently than traditional methods.</strong></p></li><li><p><strong>In this context, they accelerate elliptic curve arithmetic used widely in cryptographic protocols.</strong></p></li></ul></li><li><p><strong>Elliptic Curves: bn254 and bls12-381</strong></p><ul><li><p><strong>bn254 is frequently used for verifying Groth16 and PlonK-KZG proofs within Ethereum's virtual machine (EVM).</strong></p></li><li><p><strong>bls12-381 is often utilized for digital signatures and various zero-knowledge proof (ZKP) protocols like those in Ethereum’s consensus mechanism.</strong></p></li></ul></li><li><p><strong>Benefits of Using SP1 with New Precompiles:</strong></p><ul><li><p><strong>The new precompiles significantly reduce computational overhead by minimizing the number of CPU cycles needed.</strong></p></li><li><p><strong>This results in faster verification times for cryptographic proofs and other related operations.</strong></p></li></ul></li><li><p><strong>Performance Improvements:</strong></p><ul><li><p><strong>For example, using these precompiles can make certain proof verifications up to 20 times faster.</strong></p></li><li><p><strong>Specific benchmarks showed dramatic reductions from billions of cycles down to millions or even thousands when using precompiled versions versus non-precompiled ones.</strong></p></li></ul></li><li><p><strong>Applications Enhanced by These Improvements:</strong></p><ul><li><p><strong>Verification of Groth16 &amp; PlonK-KZG proofs</strong></p></li><li><p><strong>Fast arithmetic operations required for KZG commitments in Ethereum</strong></p></li><li><p><strong>Efficient execution verification within EVM environments</strong></p></li></ul></li><li><p><strong>Real-world Implementations and Use Cases:</strong></p><ul><li><p><strong>Improved performance metrics were demonstrated across several applications including Ethereum light clients, blob verifications essential for Layer 2 rollups, and general-purpose ZKP systems.</strong></p></li></ul></li><li><p><strong>Conclusion:<br>Users can now leverage these optimized precompiles available with SP1 v2.0.0 or v3.0.0 to achieve significant speed-ups in their programs involving elliptic curve computations.</strong></p></li></ol><p><strong>In simpler terms:<br>Bhargav developed special shortcuts called "precompiles" that make certain types of math calculations much quicker on a platform called SP1 that's used heavily within blockchain technologies like Ethereum. This means tasks that involve verifying cryptographic proofs — sort of like mathematical certificates proving something was done correctly — can be done much faster now thanks to his work!</strong></p><p></p><p><strong>full article </strong><span data-name="point_down" class="emoji" data-type="emoji">👇</span><span data-name="point_down" class="emoji" data-type="emoji">👇</span></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.succinct.xyz/succinctshipsprecompiles/">https://blog.succinct.xyz/succinctshipsprecompiles/</a></p><p><strong>Bhargav x profile </strong><span data-name="point_down" class="emoji" data-type="emoji">👇</span><span data-name="point_down" class="emoji" data-type="emoji">👇</span></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/kean00reeve">https://x.com/kean00reeve</a></p><p></p>]]></content:encoded>
            <author>rashadsamimi.eth@newsletter.paragraph.com (rashadsamimi.eth)</author>
            <category>ai</category>
            <category>blockchain</category>
            <category>sp1</category>
            <category>succinct</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/92bf9dc78e05ceeb7461d6dd590da278.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[PIN AI (Simple definition of Pin AI function)]]></title>
            <link>https://paragraph.com/@rashadsamimi.eth/pin-ai-simple-definition-of-pin-ai-function</link>
            <guid>woE7yeXd4mCkPIYvoiWV</guid>
            <pubDate>Fri, 04 Oct 2024 08:20:13 GMT</pubDate>
            <description><![CDATA[PIN AI is a new platform for Personal AI that aims to give users privacy, ownership, and access to useful AI applications. It's built on open source AI and Ethereum, with three main layers: Personal Data, Personal AI, and External AIs. The platform addresses the challenge of providing contextual data for AI applications while preserving user privacy. Key components include: 1. Data Connectors and Onchain Registry for tracking user data sources 2. Private Storage and Compute Layer for secure d...]]></description>
            <content:encoded><![CDATA[<p></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c3a80ba73530c96a684388aa4f0063e1.jpg" blurdataurl="data:image/png;base64,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" nextheight="1280" nextwidth="1280" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><br>PIN AI is a new platform for Personal AI that aims to give users privacy, ownership, and access to useful AI applications. It's built on open source AI and Ethereum, with three main layers: Personal Data, Personal AI, and External AIs. The platform addresses the challenge of providing contextual data for AI applications while preserving user privacy. <br><br>Key components include:<br>1. Data Connectors and Onchain Registry for tracking user data sources<br>2. Private Storage and Compute Layer for secure data storage<br>3. Agent Links and Intent Market for matching user intents with AI services<br><br>The PIN AI uses a hybrid model combining on-device processing with cloud-based computation. It focuses on privacy, personalization, and continuous learning from user data. The platform incentivizes users to connect their data and perform valuable transactions through a proof-of-engagement protocol.<br><br>The ecosystem involves users, data connectors, and agent services, with economic incentives for each participant. The goal is to create an open AI network where developers can build useful AI applications while preserving user privacy and data ownership.<br><br>        <strong> - Simple definition of Pin AI function</strong><br><br>Imagine a world where you have a personal AI assistant that knows you really well and can help you with all sorts of tasks, like shopping, planning trips, or managing your finances. This AI assistant lives on your phone or computer and keeps all your information private. When it needs help with a task, it can ask other specialized AIs for assistance without sharing your personal details.<br><br>PIN AI is trying to create this world. They're building a system where you can safely store all your personal information and connect it to your AI assistant. This assistant learns from your data to become more helpful over time. The cool part is that other people can create new AI tools that your assistant can use to help you better, all while keeping your information safe.<br><br>To encourage people to use this system, PIN AI offers rewards for connecting your data and using the platform. They're hoping that by doing this, they'll create a place where lots of helpful AI tools can be developed, making your life easier while still protecting your privacy.</p><p></p><div data-type="twitter" tweetid="1841371695547879814"> 
  <div class="twitter-embed embed">
    <div class="twitter-header">
        <div style="display:flex">
          <a target="_blank" href="https://twitter.com/hassan_samimi">
              <img alt="User Avatar" class="twitter-avatar" src="https://storage.googleapis.com/papyrus_images/0594cbb1b73aab0a0834e096a08869d7.jpg">
            </a>
            <div style="margin-left:4px;margin-right:auto;line-height:1.2;">
              <a target="_blank" href="https://twitter.com/hassan_samimi" class="twitter-displayname">RASHAD .fuel ⌘ ꧁IP꧂</a>
              <p><a target="_blank" href="https://twitter.com/hassan_samimi" class="twitter-username">@hassan_samimi</a></p>
    
            </div>
            <a href="https://twitter.com/hassan_samimi/status/1841371695547879814" target="_blank">
              <img alt="Twitter Logo" class="twitter-logo" src="https://paragraph.xyz/editor/twitter/logo.png">
            </a>
          </div>
        </div>
      
    <div class="twitter-body">
      Meet <a class="twitter-content-link" href="https://twitter.com/PINAI_IO" target="_blank"></a><a class="twitter-content-link" href="https://twitter.com/PINAI_IO" target="_blank">@PINAI_IO</a> <br><br>Imagine a world where you have a personal AI assistant that knows you really well and can help you with all sorts of tasks, like shopping, planning trips, or managing your finances. <img class="twitter-emoji" draggable="false" alt="👇" src="https://abs-0.twimg.com/emoji/v2/72x72/1f447.png"><br><br>@PINAI_IO <br><a class="twitter-content-link" href="https://twitter.com/hashtag/PINAI" target="_blank">#PINAI</a> 
      <div class="twitter-media"><img class="twitter-image" src="https://storage.googleapis.com/papyrus_images/9ecab5ad464b950e3ffcd07b1cda07c8.jpg"></div>
      
       
    </div>
    
     <div class="twitter-footer">
          <a target="_blank" href="https://twitter.com/hassan_samimi/status/1841371695547879814" style="margin-right:16px; display:flex;">
            <img alt="Like Icon" class="twitter-heart" src="https://paragraph.xyz/editor/twitter/heart.png">
            5
          </a>
          <a target="_blank" href="https://twitter.com/hassan_samimi/status/1841371695547879814"><p>6:56 PM • Oct 1, 2024</p></a>
        </div>
    
  </div> 
  </div><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/PINAI_IO">https://x.com/PINAI_IO</a>    </p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/hassan_samimi">https://x.com/hassan_samimi</a></p></li></ul><p></p>]]></content:encoded>
            <author>rashadsamimi.eth@newsletter.paragraph.com (rashadsamimi.eth)</author>
            <category>pinai</category>
            <category>ai</category>
            <category>blockchain</category>
        </item>
        <item>
            <title><![CDATA[How Fluent Work]]></title>
            <link>https://paragraph.com/@rashadsamimi.eth/how-fluent-work</link>
            <guid>r5QQhD0GXlMM14qvxrMH</guid>
            <pubDate>Fri, 27 Sep 2024 13:49:16 GMT</pubDate>
            <description><![CDATA[How Fluent Work.Fluent is a new blockchain technology that aims to solve a key problem in the current blockchain landscape. It introduces the concept of "blended execution," which allows different types of blockchain applications (smart contracts) to work together seamlessly, even if they were originally designed for different blockchain systems. Currently, most blockchain platforms only support one type of "virtual machine" (VM) - the environment where smart contracts run. This limitation me...]]></description>
            <content:encoded><![CDATA[<p><strong>How Fluent Work.</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4b3ef203376357ed017721cdff89d9ad.jpg" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAATCAIAAAB+9pigAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFgUlEQVR4nL2Ve0xTVxzHv7e3vfdSES5y296+oPJQQHnUlrAy+uTV0iKLGeIeTmXO4bIty3TGLTNx848l29REjYnRxC3LXGJ0TjNdfJR1G6QFRoHaAg5F53AiIA7xjXoWmAnukeyfZb988sv563xyfud3fgf4H4KmaaPR6HDY/8DqcFjtj9aOP+Ny2G12W6HNZrY5zI/yJCabrcBqL7TanE67zVZcUlJiMpmkUukjAc/zQ0PDkUhvMBgKhlpjwdae1nAw1N4ySbg11NESCreEOttbwv5QuCvUSTraSLiNdLZP5vYpOsIk0jnR1dHUFGnvGrz086Wh4RGFQvFIIAhCJBLTqrMBHnEFFYLBLGFBJckoXkol0lSyTCIwtApUsgmzAnmWwe2bx6C6A9wBCHAdkhd43UbIYxb1zk1lep3DWeyNRHo0GvW0IBrtSU3Jk9B6JsGcpshKZOI5ViXnNAkzdHxChoRRgdI9z+pGViy9s3vHwLEjo6vqCfAQ3GHwi1gRMiXiMjZlqMk3Lk9WShxf0BPr1mg0jwu6DSnzaDpZzukZRpRz2pmcimPVNK1h5KYcmbDDUT125KuBo1//VvfsLV3BDST3I9HHasFoJRKFe65Xo3a8lGsYan5a1M1RKXNjfxPEDLp5tGSWXK6bwYlSLhWsMolJLit0fbpw4VW7/e6unedaghd3vHPDPX/81QVnLOrwoRXp2fNo6NXx8zOV+VlQXj+2MBBYAYh67YJotPsvJYoZDEbQAhenoVhNijzxXczpspYP+4/f2rZleO/uCwe2jGxyXFicNlijvfJJdf+zOePvO9avrgBc8QnFUii/X53zkKxd/1YVIBj0hf8gyNRn85SQxBkq5fkHVNvfmkm+w1ay4cUHle5ut/HUE8KPFqHHl9auTxx+u7CnwXxdjsDOZzjlCsC4KC+DjDzd17tSFDIpStRNniD21zswpRrTIdZKVBMoOpRFli4hG3D/MmXah+Q+oBvoAD6imH0AqU8faKy/paBuHl9s1bvWusyjV2rHf1tSbllAQeSYNK2Y/3dBT6rhSSB9F5NGgGPYUxlP6ugdc5jseDZ/D7hvgROQfQzZReA+cOUNEwFOapNOrCuaaHQ+fLD4gw1PAiq5PBd0kU7MnSrRtCC5O9aboC/NYzMJeALsZfNS2NyZLCVlkmSsCZKX8ri5GyEJq1gCXC1T/mIWCNA4iz+z1Xqvf2HvEZdStMikczhuPiPRi6IlGo1OCxSCcDoaS00p+xypE0jaK82yJRSBNYMpAusGV97AGM9Aeg+4pqLPbvaM7iw/v7541L+sI0/sCdZeO+VZ50yj+UKKsXCMEtI0tZgbPf2YQKUQgpHoc+mZXZjRMFO7XZayLc4M9uXZce5KzvoZ9GTqxd7PlowvzxhcntO3tOBaU934jTXR7xomyMqRiEeXuAh0qWxGCRJrEzi3TjSdjv403UUKQQhHYoVp8/aDPUVx54AApGenNiVAP/AFlJeB8Tjc7lz14Oa6gaNLxs6vHgws7W9eNXa7gYxUPlXyGqjX0zOeKc5/xZT8hFa0nH68TSdLFOlOUJTuAvcl6Hqo3kPSh5C/CZUVRUANUF9NpQ8AYzm4daHuNlk2QWr79he3lan6210PSM66lU5IV6lnr5kdXwEY43nHn2YRz/OXBwfDreG7TT9cbW4+3Nh20B8+6G8/6O860tjrD/SdCpxrCXSRkJ/4T5K+ECG9hPSOnWm9Fwveux0hpPPXS92NzSNNoZHG5vPf/hAJtpwbGhqdnqY0TZeUlPh8XmeVt9RbVePz1FT/gbvGV1E9RZXPY6uqtldXOyqqHPZKh73SVelxenxOl9turyov9/i8Zd6qUp+3wuf1+Hxuq80qk8n+g8/qX+N3cKcs0mYpSskAAAAASUVORK5CYII=" nextheight="776" nextwidth="1280" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Fluent is a new blockchain technology that aims to solve a key problem in the current blockchain landscape. It introduces the concept of "blended execution," which allows different types of blockchain applications (smart contracts) to work together seamlessly, even if they were originally designed for different blockchain systems.</p><p>Currently, most blockchain platforms only support one type of "virtual machine" (VM) - the environment where smart contracts run. This limitation means developers often have to choose between different blockchain ecosystems, each with its own strengths and weaknesses. Fluent aims to unify these different systems.</p><p>Fluent does this by creating a layer 2 solution for Ethereum that can run smart contracts written for different VMs, including Ethereum's own EVM, Solana's SVM, and WebAssembly (Wasm). This allows developers to use the best tools and languages for each part of their application, while still having everything work together smoothly.</p><p>The system uses special "compatibility contracts" to translate between different VMs, and ultimately compiles everything down to a modified version of WebAssembly called rWasm. This approach allows for atomic, real-time interactions between different types of smart contracts without the need for complex bridging mechanisms.</p><p>Fluent is designed to be extensible, meaning it can potentially add support for more types of VMs in the future. It also includes features to make the system efficient and secure, including optimizations for zero-knowledge proofs.</p><p>Now, let me explain this to someone with no prior knowledge:</p><p>Imagine you're trying to build a big, complex machine, but different parts of the machine are made by different companies. Each company uses its own special type of screws and bolts, so normally, you couldn't easily connect these parts together.</p><p>Fluent is like a magical toolbox that lets you connect all these different parts seamlessly, even though they weren't originally designed to work together. It's as if the toolbox could instantly transform the screws and bolts to fit perfectly, no matter which company made them.</p><p>In the world of blockchain and cryptocurrency, there are many different systems (like Bitcoin, Ethereum, Solana) that each have their own strengths. But usually, things built for one system can't easily work with things built for another system.</p><p>Fluent changes this. It creates a special platform where programs (called smart contracts) from different blockchain systems can all work together smoothly. This means that developers can pick and choose the best parts from different systems to build their applications, without worrying about compatibility issues.</p><p>This is a big deal because it could make blockchain technology much more flexible and powerful. It's like being able to use Lego bricks, K'NEX, and Meccano all in the same construction project, creating things that weren't possible before when you were limited to just one type of building block.</p><p></p><div class="relative header-and-anchor"><h2 id="h-how-fluent-work"><strong>How Fluent Work</strong></h2></div><ol><li><p><code>Uses compatibility contracts to represent each VM</code></p></li><li><p><code>Compiles all VMs down to Fluent rWasm (reduced WebAssembly)</code></p></li><li><p><code>Enables atomic and synchronous interactions between different VM-based contracts</code></p></li><li><p><code>Utilizes Journaled ZK Trie (JZKT) for efficient proving across standards</code></p></li></ol><p>/</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/fluentxyz">https://x.com/fluentxyz</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/fluentxyz">https://x.com/hassan_samimi</a></p>]]></content:encoded>
            <author>rashadsamimi.eth@newsletter.paragraph.com (rashadsamimi.eth)</author>
            <category>fluent</category>
        </item>
    </channel>
</rss>