<?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>Endeavour</title>
        <link>https://paragraph.com/@nootka</link>
        <description>Ethereum is ultrasound money | zkrollups | decentralization</description>
        <lastBuildDate>Tue, 07 Apr 2026 18:17:40 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Endeavour</title>
            <url>https://storage.googleapis.com/papyrus_images/681b88e987ff28289856be1e18e38084da389a8efaf6241c789d82c111bc9885.jpg</url>
            <link>https://paragraph.com/@nootka</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Abstracción de cuenta en Fuel | Explicación sencilla]]></title>
            <link>https://paragraph.com/@nootka/abstracci-n-de-cuenta-en-fuel-explicaci-n-sencilla</link>
            <guid>dt4diR5mnc3Dd2jMRPlS</guid>
            <pubDate>Sun, 24 Sep 2023 20:36:32 GMT</pubDate>
            <description><![CDATA[Autora original: Catherine | Fuelet Directora de marketing en la billetera de autocustodia en Fuel para iOS, Android y navegadores.La tecnología Blockchain ha revolucionado la forma en que realizamos transacciones e interactuamos con los activos digitales. Sin embargo, las plataformas tradicionales de blockchain como Ethereum tienen limitaciones a la hora de definir las condiciones bajo las cuales las transacciones se consideran válidas. Aquí es donde entra en juego la abstracción de cuentas....]]></description>
            <content:encoded><![CDATA[<p>Autora original: Catherine | Fuelet</p><p>Directora de marketing en la billetera de autocustodia en Fuel para iOS, Android y navegadores.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9c0d9862551076bc2a1abf183c5438627f74b20e68f6b82661f1b35cc776972c.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>La tecnología Blockchain ha revolucionado la forma en que realizamos transacciones e interactuamos con los activos digitales. Sin embargo, las plataformas tradicionales de blockchain como Ethereum tienen limitaciones a la hora de definir las condiciones bajo las cuales las transacciones se consideran válidas. Aquí es donde entra en juego la abstracción de cuentas. En este artículo, exploraremos el concepto de abstracción de cuentas en la cadena de bloques Fuel y su importancia en el ámbito de las finanzas descentralizadas.</p><p><strong>La definición en términos simples</strong></p><p>La abstracción de cuenta, en términos simples, se refiere a la capacidad de establecer programáticamente las condiciones de validez de una transacción. Permite a los desarrolladores definir la lógica de verificación personalizada como la cuenta principal en lugar de depender únicamente de cuentas de propiedad externa (EOA) en Ethereum. Con la abstracción de cuentas, los desarrolladores pueden crear monederos de contratos inteligentes que contienen lógica de verificación arbitraria, ampliando las posibilidades de las condiciones de validez de la transacción.</p><div data-type="youtube" videoId="WsZBymiyT-8">
      <div class="youtube-player" data-id="WsZBymiyT-8" style="background-image: url('https://i.ytimg.com/vi/WsZBymiyT-8/hqdefault.jpg'); background-size: cover; background-position: center">
        <a href="https://www.youtube.com/watch?v=WsZBymiyT-8">
          <img src="{{DOMAIN}}/editor/youtube/play.png" class="play"/>
        </a>
      </div></div><p><em>Un video con Vitalik Buterin explicando la abstracción de cuentas</em></p><p>La implementación de la abstracción de cuentas de Fuel se basa en el uso de predicados, que son scripts que definen las condiciones bajo las cuales se pueden gastar los tokens. Un aspecto crucial de la abstracción de cuentas de Fuel es que los predicados no tienen estado, lo que significa que no tienen acceso directo al estado de blockchain. Esta elección de diseño garantiza que las condiciones de validez permanezcan consistentes e independientes del estado cambiante de la cadena de bloques. Por otro lado, la abstracción de cuentas con estado utilizada en las otras blockchains permite condiciones que pueden cambiar con el tiempo, lo que puede conducir a inconsistencias.</p><p>By leveraging predicates, developers can introspect transactions and programmatically determine the appropriate actions based on their outputs. This feature opens up possibilities such as building order book exchanges or enabling atomic swaps between multiple parties. Fuel’s account abstraction provides a transaction-level understanding of inputs and outputs, enabling developers to define logic based on the transaction’s final effects.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3ab128e815302bf9a6c11923ce87626ca2961738253c8d3b14071a69cca6c44b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Beneficios de la extracción de cuentas de Fuel</strong></p><p>La implementación de la abstracción de cuentas por parte de Fuel ofrece varios beneficios. En primer lugar, la introspección de UTXO proporciona a los desarrolladores más flexibilidad en comparación con los protocolos tradicionales de blockchain. En plataformas como Bitcoin y Ethereum, la introspección de las transacciones es limitada, lo que dificulta examinar el gasto de la transacción y definir programáticamente acciones basadas en los resultados. La abstracción de cuentas de Fuel elimina esta limitación, lo que permite esquemas de verificación personalizados a nivel de aplicación.</p><p>Además, la abstracción de la cuenta de Fuel evita la hinchazón del estado al nunca ingresar UTXO gastados en el estado blockchain. Esta elección de diseño optimiza la eficiencia del sistema y reduce los requisitos de almacenamiento, beneficiando la escalabilidad y el rendimiento.</p><p>Mientras que otros ecosistemas blockchain como Ethereum también han explorado la abstracción de cuentas a través de propuestas como EIP-2938 y ERC-4337, la implementación de Fuel destaca por su diseño modular. Fuel se construyó desde cero, proporcionando un entorno altamente personalizable sin las limitaciones y dependencias de los sistemas existentes. Este enfoque modular permite a Fuel innovar y ofrecer una solución de abstracción de cuentas de alto rendimiento.</p><p><strong>Abstracción de cuentas para Dapps</strong></p><p>Las posibilidades habilitadas por la abstracción de cuentas van más allá del mecanismo central en sí. Los desarrolladores pueden aprovechar la abstracción de cuentas para crear aplicaciones con experiencias de usuario mejoradas. Características como web3auth, pago de tarifas de gas para otros usuarios, firmas múltiples nativas y recuperación social de monederos se pueden construir sobre la abstracción de la cuenta. La abstracción de cuentas de Fuel permite a los desarrolladores crear nuevos tipos de aplicaciones, ofreciendo una experiencia similar a Web2 con las propiedades de custodia de Web3.</p><p><strong>Resumen</strong></p><p>En conclusión, la abstracción de cuentas en la blockchain Fuel introduce condiciones de validez programables para las transacciones. Mediante el uso de predicados sin estado, Fuel permite a los desarrolladores definir una lógica de verificación personalizada, abriendo nuevas posibilidades para aplicaciones descentralizadas. Con el diseño modular y la capa de ejecución de alto rendimiento de Fuel, los desarrolladores tienen la flexibilidad y escalabilidad necesarias para crear aplicaciones avanzadas en el mundo de las finanzas descentralizadas. A medida que la industria blockchain continúa evolucionando, la abstracción de cuentas juega un papel crucial en el desbloqueo de todo el potencial de los sistemas descentralizados.</p>]]></content:encoded>
            <author>nootka@newsletter.paragraph.com (Endeavour)</author>
        </item>
        <item>
            <title><![CDATA[Starknet Token: Why STRK will be Different from Other Tokens? (Braavos)  ]]></title>
            <link>https://paragraph.com/@nootka/starknet-token-why-strk-will-be-different-from-other-tokens-braavos</link>
            <guid>XyLBMvZ8UxdxE5x9V9jV</guid>
            <pubDate>Mon, 28 Aug 2023 18:21:45 GMT</pubDate>
            <description><![CDATA[Starknet Token: Why STRK will be Different from Other Tokens? (by Braavos Wallet App)The Starknet token, STRK, will soon be launched to the public - and the network’s unique approach to decentralization and overall scaling technology could give token-holders lasting value. **Starknet **25 Aug 2023 • 5 min readNearly 12 months after it was deployed on Ethereum, Starknet’s STRK token will soon be provisioned and be made available to the public. The release comes at a time when Starknet is going...]]></description>
            <content:encoded><![CDATA[<h1 id="h-starknet-token-why-strk-will-be-different-from-other-tokens-by-braavos-wallet-app" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Starknet Token: Why STRK will be Different from Other Tokens? (by Braavos Wallet App)</strong></h1><p><strong>The Starknet token, STRK, will soon be launched to the public - and the network’s unique approach to decentralization and overall scaling technology could give token-holders lasting value.</strong></p><p>**<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://braavos.app/category/starknet/">Starknet</a> **25 Aug 2023 • 5 min read</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/da4a443300495d6e9794fdd2613f75063e07fb6cd43eda15405248b25d6990bb.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Nearly 12 months after it was deployed on Ethereum, Starknet’s STRK token will soon be provisioned and be made available to the public.</p><p>The release comes at a time when Starknet is going through a period of rapid growth. Network speeds are increasing dramatically; UX improvements are hurtling down the pipe.</p><p>So it’s no surprise that the crypto community is homing in on the Starknet token launch price, in the hope of making quick profits. But we believe this is the wrong approach. Instead of focusing on the token price, you should focus on the token <em>value</em>.</p><p>Because STRK isn’t designed like other crypto assets. As the emblem and motor of the decentralization strategy created by Starknet’s creator, StarkWare, the token will allow users to protect the network, decide its future direction, and benefit from a better approach to transaction fees.</p><p>Now we’re going to dig into this, focusing specifically on two key aspects:</p><ul><li><p>The role of STRK within the Starknet decentralization model.</p></li><li><p>The individual use cases of the token within the Starknet ecosystem.</p></li></ul><h2 id="h-but-first-is-there-anything-we-can-say-about-the-starknet-token-price" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>But first: is there anything we can say about the Starknet token price?</strong></h2><p>As mentioned, price isn’t the focus of this article. However many members of our community have asked for information about the token price, so here’s some information you may find useful.</p><h3 id="h-the-price-of-the-token-will-be-determined-by-the-market" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>The price of the token will be determined by the market.</strong></h3><p>So any prediction regarding the initial price of the Starknet token would be foolish and impractical.</p><h3 id="h-the-brief-history-of-l2-tokens-shows-that-prices-can-change-in-response-to-various-events" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>The brief history of L2 tokens shows that prices can change in response to various events.</strong></h3><p>These include:</p><ul><li><p>An imminent upgrade.</p></li><li><p>A new use case for its underlying technology.</p></li><li><p>A rebrand.</p></li><li><p>A new roadmap.</p></li><li><p>A surge in adoption, be it usage, trading activity or total value locked (TVL).</p></li></ul><p>For example, Optimism’s price surged in February 2023 as usage suddenly increased and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.coindesk.com/markets/2023/02/24/optimism-ecosystem-coins-surge-as-coinbase-unveils-ethereum-layer-2-platform/">Coinbase said</a> it was using OP technology to build its own Layer 2 network, Base.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cf77937390e034c7a0be973000da267adbb805910f77cf2196eaa71d689039ca.png" alt="Optimism Price Chart, www.coingecko.com" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Optimism Price Chart, www.coingecko.com</figcaption></figure><h3 id="h-starknet-plans-a-number-of-improvements-over-the-next-few-months" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Starknet plans a number of improvements over the next few months.</strong></h3><p>These include</p><ul><li><p>A reduction in transaction costs through a new data availability model.</p></li><li><p>A change to the block-creation model which will lead to major UX improvements, facilitating the creation of short, fixed block intervals.</p></li><li><p>The infrastructure that allows wallets to cater gas payments in any ERC-20 token.</p></li><li><p>And much more.</p></li></ul><p>However, this does not mean that the Starknet token price is going to increase. Crypto prices are volatile and can go down as well as up, so be sure to do your own research.</p><h2 id="h-so-how-does-the-strk-token-fit-into-starknets-wider-strategy" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>So, how does the STRK token fit into Starknet’s wider strategy?</strong></h2><p>As noted in a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/starkware/part-1-starknet-sovereignty-a-decentralization-proposal-bca3e98a01ef">proposal published in July 2022</a>, Starknet’s approach to decentralization has two guiding aims:</p><ol><li><p>To create a public good, like Ethereum or the internet, which is available to all.</p></li><li><p>To ensure that the operation and evolution of the network does not rely on any single entity. So even if StarkWare ceased to exist, Starknet would continue.</p></li></ol><p>The Starknet token translates these aims from theory to practice. As the proposal notes, the token “is needed to operate the ecosystem, maintain and secure it, decide on its values and strategic goals, and direct its evolution.”</p><p><strong>Ok. So, If I hold STRK tokens, what does this mean for me?</strong></p><p>A lot of crypto tokens give you governance rights. That is, they enable you to <strong>vote on proposed changes</strong> to the protocol in public forums, such as Snapshot, and <strong>propose your own changes</strong> (although proposals are only possible with certain projects).</p><p>But Starknet takes this further.</p><p>With Starknet, the STRK token provides three specific utility outlets:</p><ol><li><p><strong>Governance</strong>, so you can vote on changes to the Starknet protocol.</p></li><li><p><strong>Staking</strong>, enabling you to commit your tokens to secure the network.</p></li><li><p><strong>Gas fees</strong>, allowing you to fund your transactions without ETH.</p></li></ol><p><strong>Can you give me more info on these Starknet token use cases?</strong></p><p>Sure. Let’s go deeper into each one.</p><h3 id="h-governance" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Governance</strong></h3><p>The first phase of Starknet’s governance proposal went live in December 2022. This means that, as a token-holder, you can now vote on changes to the Starknet project.</p><p>In the first phase of governance, you can only vote on changes to the protocol itself. Over time, however, the scope of governance will widen and you’ll have the chance to vote across a wider range of areas.</p><p>Here’s how the process works:</p><ol><li><p>Changes are proposed by the recently created <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.starknet.io/en/posts/governance/welcome-to-the-world-starknet-foundation">Starknet Foundation</a>.</p></li><li><p>You and the rest of the community have at least six days to try them on testnet.</p></li><li><p>At the end of these six days, the proposal is put to a vote on testnet.</p></li></ol><p>In the future, the process may be amended to allow STRK-holders to propose changes as well as vote on them.</p><p>Given the number of changes planned by Starknet over the next few months, it’s an ideal time to join the conversation.</p><h3 id="h-staking" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Staking</strong></h3><p>Staking is a blockchain consensus mechanism whereby community members volunteer to undertake validation and other key services, and stake (or commit) their tokens as a form of bond to guarantee good conduct.</p><p>This mechanism, known as proof of stake, makes the network more secure by distributing control and reducing the likelihood of a 51% attack.</p><p>The concept has been pioneered by the Layer 1 Ethereum blockchain, and in fact, even on Starknet you have the chance to Stake your ETH and join Ethereum’s proof-of-stake system (Braavos, for example, offers <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/@sashhasashha/leap-into-high-yield-eth-staking-on-starknet-with-braavos-wallet-d7655b202613">Stake+</a>, which is currently providing over 5% yield).</p><p>Starknet currently does not run a full proof-of-stake consensus mechanism for transaction validation, as its proving system relies on math rather than human overseers.</p><p>However, Starknet <em>will</em> rely on consensus to approve the transaction blocks created by the sequencer, and in a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/starkware/part-2-a-decentralization-and-governance-proposal-for-starknet-23e335645778#:~:text=StarkNet&apos;s%20liveness%20and%20censorship%2Dresistance,and%20proving%20STARK%2Dcompressed%20transactions.">lengthy post</a> about the future decentralization strategy, the project team have talked about achieving “permissionless and decentralized consensus through a proof-of-stake leader election for sequencing and proving STARK-compressed transactions.”</p><p>Stakers on Layer 1 Ethereum receive rewards in the form of interest and a share of trading fees. Starknet has yet to announce its own mechanism, but whatever the Starknet community decides, one thing we can say for certain is that, by staking your tokens, you’ll be helping to make the entire network stronger for everyone.</p><h3 id="h-paying-for-gas" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Paying for gas</strong></h3><p>Perhaps the most unique feature of Starknet’s token roadmap is the ability to pay gas in STRK. In its <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/@starkware/part-2-a-decentralization-and-governance-proposal-for-starknet-23e335645778">token distribution roadmap</a>, for example, Starknet has written that:</p><p>**“**Currently, fees in Starknet are paid in Ether (ETH). But later on, we anticipate fees will be paid exclusively with the native Starknet Token. To support good user experience, automated and decentralized on-chain mechanisms will allow users to pay fees in ETH.”</p><p>When this feature is introduced, it will add an intrinsic utility to the token, which is much more than that of regular governance assets.</p><p><strong>Summary</strong></p><p>While Starknet’s future prospects are extremely promising, and the crypto ecosystem is bullish about the Starknet token price, we’d urge you to take a longer-term view of the asset.</p><p>STRK isn’t just a unit of account and a medium of exchange, it’s a chunk of Starknet itself. As the network strives to become the most scalable of all Layer 2 rollups, the native token will allow you to shape Starknet’s future and secure it, too.</p>]]></content:encoded>
            <author>nootka@newsletter.paragraph.com (Endeavour)</author>
        </item>
        <item>
            <title><![CDATA[ZKX 
Latest news from the 1st Community Call on 25th June, 2022]]></title>
            <link>https://paragraph.com/@nootka/zkx-latest-news-from-the-1st-community-call-on-25th-june-2022</link>
            <guid>EEu5CGeOMWVGsa2WMIOL</guid>
            <pubDate>Thu, 30 Jun 2022 21:12:57 GMT</pubDate>
            <description><![CDATA[IntroductionHello everyone, today I would like to share the latest information from the ZKX 1st Community Call held on their discord channel on June 25th, 2022. ZKX is a new and very innovative project building on Starknet, as they define themselves: “ZKX is a permissionless protocol for derivatives built on StarkNet, with a decentralized order book and a unique way to offer complex financial instruments as swaps.”Summary1. Problems ZKS aims to solve:Lack of permissionless listing of derivati...]]></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>Hello everyone, today I would like to share the latest information from the ZKX 1st Community Call held on their discord channel on June 25th, 2022.</p><p>ZKX is a new and very innovative project building on Starknet, as they define themselves:</p><p>“<em>ZKX is a permissionless protocol for derivatives built on StarkNet, with a decentralized order book and a unique way to offer complex financial instruments as swaps.</em>”</p><h2 id="h-summary" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Summary</h2><h3 id="h-1-problems-zks-aims-to-solve" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">1. Problems ZKS aims to solve:</h3><ul><li><p>Lack of permissionless listing of derivatives for upcoming projects within Web3. Dependencies on oracles, market makers and centralized listing mechanisms.</p></li><li><p>Difficulty in bootstrapping liquidity and depth of market for new assets that want to be listed as derivatives. No native liquidity incentives for derivatives protocols, traders and market makers.</p></li><li><p>Current offering of swaps is limited to perpetual swaps, which have Product Market Fit, but retail and institutional traders have the need for more sophisticated tools of investment within crypto.</p></li></ul><h3 id="h-2-solutions-zks-proposes" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">2. Solutions ZKS proposes:</h3><ul><li><p>ZKX is a permissionless swaps protocol that enables trading derivatives of assets on Starknet with built-in rewards mechanisms, liquidity provisioning and complex trading strategies.</p></li><li><p>The protocol design optimizes for the creation of new trading instruments based on perpetual swaps inspired by traditional option strategies.</p></li><li><p>A dynamic trading UX geared towards both retail and institutional traders, with API and SDK based integrations and gamified features.</p></li></ul><p><strong>EVERYTHING UNDER THE GOVERNANCE CITADEL OF A DAO.</strong></p><h3 id="h-3-protocol-architecture" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">3. Protocol Architecture</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b3423790343c8970a3af41a610289e4c6773a1fa6ac020f6d608b50b6f1d87de.jpg" alt="The Birth of L3" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">The Birth of L3</figcaption></figure><p><strong>Decentralized Limit Order Book.</strong></p><p>With this innovative architecture of a permissionless node network, ZKX aims to have their own internal oracle, where the nodes provide price feeds directly to the exchange to improve efficiency for both retail and high-frequency institutional traders.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2831604240316db2c132843cd4c1bc997446bc0d540e7d153bbf7ae512bd3483.jpg" alt="Protocol Architecture" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Protocol Architecture</figcaption></figure><p><strong>ZKX Node Network</strong></p><ul><li><p>A unique decentralized node network will offer the scalability and speed of a centralized orderbook while maintaining the trust provided by a public ZK rollup connected to Ethereum mainnet.</p></li><li><p>Nodes will be rewarded from the trading fees and native token allocations, while maintaining a data availability feature to make running the node client accessible to everyone.</p></li><li><p>The node network will also maintain the data layer for the protocol, enabling in the future fast and secure price feeds validated with ZK proofs and reduced Oracle dependency.</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/89825ef507f8fba8b3b558e1d7ccab3c37d7f170a0377e757587ca4c100f1719.jpg" alt="ZKX Node Network" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">ZKX Node Network</figcaption></figure><h3 id="h-4-swap-liquidity-mining" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">4. Swap Liquidity Mining</h3><ul><li><p>Swap Liquidity Mining is a built-in feature within the protocol that will let DAOS, protocols and the community to incentivize the trading of swaps via ERC-20 rewards.</p></li><li><p>The High-Tide algorithm calculates the score of traders and market makers of each asset according to their behavior during each trading season, basis consistency, duration, volume of trades as well as overall participation.</p></li><li><p>The rewards earned at the end of the season are determined by the score (given by the High Tide algorithm). There will be leaderboards as well.</p></li></ul><p><strong>T-Swaps</strong></p><p>New kind of perpetual swaps that replicate the payoff structures of existing options strategies and other complex instruments. These swaps will provide traders with access to hedging opportunities on new assets with the user experience of a perpetual swap. Essentially this innovation will wrap different strategies into perpetual swaps.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1be5f6b5a735b0ca107d6f77611cc52a18b4c354e5f117c57df958f7048800c7.jpg" alt="T-Swaps" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">T-Swaps</figcaption></figure><p><strong>Adaptive Balance Rate</strong></p><p>A new kind of funding rate called Adaptive Balancing Rate (ABR) will be implemented for ZKX protocol. The ABR adapts to sudden price jumps of the underlying asset and provides a risk premium for highly volatile assets to help balance the order book.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9608df904387d9cbb874b1fbab608c63dceee0d46ab85a78d2e37fc064eac94e.jpg" alt="Adaptive Balance Rate" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Adaptive Balance Rate</figcaption></figure><h3 id="h-5-governance" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">5. Governance</h3><ul><li><p><strong>DAO CITADEL</strong></p></li></ul><p>The ZKX protocol will be maintained by a DAO with a unique governance module on StarkNet.</p><ul><li><p><strong>LIQUID GOVERNANCE</strong></p></li></ul><p>ZKX&apos;s governance module will distribute voting power automatically to stakeholders (protocol&apos;s traders, node operators, token stakers...) with pre-set decay and weights set by the DAO.</p><ul><li><p><strong>STAKING POOL</strong></p></li></ul><p>vetoken-type staking to obtain voting power to access the top tier of protocol benefits and income-sharing as well as discounted trading fees and exclusive premium features in the protocol.</p><p>As the team announced during the call, the technical papers are expected to be released on July, the testnet on Q3, the mainnet by the end of the year and much more coming…</p>]]></content:encoded>
            <author>nootka@newsletter.paragraph.com (Endeavour)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/c5a2c21a4df79e80ec13893dcb33e6f490d0eebcc2cfce995e200e068b0a45c7.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[zkLend Products: Artemis and Apollo]]></title>
            <link>https://paragraph.com/@nootka/zklend-products-artemis-and-apollo</link>
            <guid>RMtcanZlitovQpgMqRji</guid>
            <pubDate>Mon, 27 Jun 2022 10:29:27 GMT</pubDate>
            <description><![CDATA[Hello everyone, today I would like to share some insights on the two innovative products offered by zkLend Protocol. What is zkLend Protocol? zkLend is a money-market protocol combining zk-rollup scalability, superior transaction speed, and cost-savings with Ethereum&apos;s security. They are building on starkNet. Currently they are developing two different products, called Artemis and Apollo.ARTEMISArtemis . For DeFi usersA next-generation DeFi lending protocol, Artemis enables any user to d...]]></description>
            <content:encoded><![CDATA[<p>Hello everyone, today I would like to share some insights on the two innovative products offered by zkLend Protocol.</p><p>What is zkLend Protocol?</p><p>zkLend is a money-market protocol combining zk-rollup scalability, superior transaction speed, and cost-savings with Ethereum&apos;s security. They are building on starkNet.</p><p>Currently they are developing two different products, called Artemis and Apollo.</p><h3 id="h-artemis" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">ARTEMIS</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/067e4f5c13b44d356a93e14d6d661230008afa756cdf661c1f09e29eb9104d1b.jpg" alt="Artemis . For DeFi users" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Artemis . For DeFi users</figcaption></figure><p>A next-generation DeFi lending protocol, Artemis enables any user to deposit, borrow, and lend in an efficient and decentralised manner on StarkNet.</p><h3 id="h-apollo" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">APOLLO</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0b018139f6c6e82959a919cdb7c807741b68d7a47a48e2351d201e11e24fde7a.jpg" alt="Apollo. For institutional clients" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Apollo. For institutional clients</figcaption></figure><p>A gateway for institutional users into DeFi, Apollo allows permissioned participants to deposit, borrow and lend without compromising compliance and security on StarkNet.</p><h3 id="h-comparison-summary" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">COMPARISON SUMMARY</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e96198b8cb3134222ebab2351c524a23c0e04ea6c82eaa4ec6a61767e4620c70.jpg" alt="Summary" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Summary</figcaption></figure><p>If you have a look at the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://zklend.com/">zkLend’s website</a>, you’ll see that both products are still under development. When will they be released? Let’s have a look into the roadmap:</p><h3 id="h-zklend-protocol-roadmap" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">zkLend Protocol Roadmap</h3><p><strong>PHASE 1</strong></p><p>Artemis MVP (Q3 2022) Reliability of core functionalities established</p><p><strong>PHASE 2</strong></p><p>Artemis 1.0 (Q4 2022) Refined Artemis mainnet product launched</p><p><strong>PHASE 3</strong></p><p>Apollo MVP (late-Q4 2022) Apollo testnet launched. First institutional clients onboarded</p><p><strong>PHASE 4</strong></p><p>Apollo 1.0 (Q1 2023) Apollo mainnet launched. Preparation of DAO governance transition</p><p>Stay tuned on zkLend’s <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://linktr.ee/zkLend">social media</a> for more information!</p>]]></content:encoded>
            <author>nootka@newsletter.paragraph.com (Endeavour)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/efb006fdce100e2141a3543f417f3aaccbb5db8a5471aea141d0b13bbc70ba05.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Genesis]]></title>
            <link>https://paragraph.com/@nootka/genesis</link>
            <guid>04dNITbGv6iEYuCY0VGR</guid>
            <pubDate>Mon, 07 Feb 2022 21:53:34 GMT</pubDate>
            <description><![CDATA[Running mirror identity]]></description>
            <content:encoded><![CDATA[<p>Running mirror identity</p>]]></content:encoded>
            <author>nootka@newsletter.paragraph.com (Endeavour)</author>
        </item>
    </channel>
</rss>