<?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>DescentDAO</title>
        <link>https://paragraph.com/@descentdao-2</link>
        <description>Decentralized lending protocol for frontier markets</description>
        <lastBuildDate>Thu, 25 Jun 2026 20:43:30 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>DescentDAO</title>
            <url>https://storage.googleapis.com/papyrus_images/7635b725e22578aed615f9bd48d6d511accc0fce30950601e876f694150a8d2c.png</url>
            <link>https://paragraph.com/@descentdao-2</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Migrating to Base Sepolia Testnet]]></title>
            <link>https://paragraph.com/@descentdao-2/migrating-to-base-sepolia-testnet</link>
            <guid>QoIMXd7PzmOy9ku7sXJS</guid>
            <pubDate>Tue, 20 Feb 2024 17:36:50 GMT</pubDate>
            <description><![CDATA[Two weeks ago, we announced the release of Descent Core v0.1.2 on the Base Goerli testnet. The release was met with a great response from the community! Thank you to everyone who tested and provided feedback. As promised in the announcement, updates will be posted here as we continue testnet releases on our road to the mainnet release of the Descent Protocol core contracts and their interaction with Descent core products and tools. As we progress, our goal is to be as transparent as possible ...]]></description>
            <content:encoded><![CDATA[<p>Two weeks ago, we announced the release of <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://descentdao.mirror.xyz/d2tWaEYo7uWNnZdloQsD5lEjifX_zqdRJKEu3dvldOo">Descent Core v0.1.2 on the Base Goerli testnet</a>. The release was met with a great response from the community! Thank you to everyone who tested and provided feedback.</p><p>As promised in the announcement, updates will be posted here as we continue testnet releases on our road to the mainnet release of the Descent Protocol core contracts and their interaction with Descent core products and tools.</p><p>As we progress, our goal is to be as transparent as possible with the community and consistently clarify the scope of releases.</p><p>This post provides an update on the second release of Descent Protocol v0.2.0 which is a migration from Base Goerli to Base Sepolia, the details of which include development updates to the following areas:</p><ul><li><p>Core Contracts</p></li><li><p>Periphery Contracts</p></li><li><p>Interface</p></li><li><p>Descent Typescript SDK</p></li></ul><h1 id="h-descriptive-changelog-v012-lessgreater-v020" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Descriptive Changelog (v0.1.2 &lt;&gt; v0.2.0)</strong></h1><h3 id="h-timeline" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Timeline</strong></h3><ul><li><p><strong>Version 0.1.2</strong> (Released on January 12, 2024)</p></li><li><p><strong>Version 0.2.0</strong> (Released on February 16, 2024)</p></li></ul><h2 id="h-since-the-v012-base-goerli-release-the-following-has-been-changed-andor-added-for-the-newest-base-sepolia-020-release" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Since the v0.1.2 Base Goerli release, the following has been changed and/or added for the newest Base Sepolia 0.2.0 release:</h2><p>The following projects have been updated to use the new Base Sepolia deployment:</p><ul><li><p>Smart contracts</p></li><li><p>Descent Interface</p></li><li><p>Typescript SDK</p></li></ul><h2 id="h-new-contract-addresses-and-contract-changes" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>New Contract Addresses and Contract Changes</strong></h2><p>For the v0.2.0 release, we have introduced a Rates module contract and re-released all the core and periphery contracts.</p><h3 id="h-core-system-contracts" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Core System Contracts</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/577b9bb1c82ce59e5133b1136d09b160a810f645bd8b3b4f09896dc816974b15.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><h3 id="h-periphery-contracts" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Periphery Contracts</h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/537dc8922f2e6ad58f670e7c66cfd1147e7f1674b46e4a40d53d9af62c713d66.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><h3 id="h-key-smart-contract-functionality-changes" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Key Smart Contract Functionality Changes</strong></h3><ul><li><p>Use 18 decimals for Rate and Liquidation threshold parameters</p></li><li><p>Abstract the rate calculation to a different contract to make it modular</p></li><li><p>Add global debt ceiling and add check for global and collateral debt ceiling when minting</p></li><li><p>Enable users to be able to repay and withdraw during paused</p></li></ul><h3 id="h-key-changes-on-the-periphery-contract" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Key changes on the Periphery contract</h3><ul><li><p>Add router support for permit2 transferFrom, permit2 permit, permit2 permitTransferFrom, erc20 permit, erc20 transferFrom. To give more flexibility</p></li></ul><h1 id="h-next-steps" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Next Steps</strong></h1><p>We are now another step closer to achieving the Descent Protocol Base Mainnet launch. Over the coming weeks, we’ll be focused on improving the overall modularity of the protocol, enhancing the Rates module, adding the Liquidations and Auctions module to the core protocol contracts and making enhancements to the interface.</p><p>As always, we want to remind you that community feedback is crucial as we move toward the Base mainnet release of Descent Protocol. Please join our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/descentdao">public community</a> on Telegram to provide feedback and ask any questions you may have.</p>]]></content:encoded>
            <author>descentdao-2@newsletter.paragraph.com (DescentDAO)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/961091768c03c91922fed3b69e80d9a3d90f6015152e737deea3d82387caa53d.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[The Road to Descent Protocol Mainnet]]></title>
            <link>https://paragraph.com/@descentdao-2/the-road-to-descent-protocol-mainnet</link>
            <guid>tVdyGG1DBWF48VT0xLgP</guid>
            <pubDate>Tue, 16 Jan 2024 11:16:55 GMT</pubDate>
            <description><![CDATA[IntroductionOur main focus over the past couple of months has been the development and release of the Descent Protocol core contracts on Base Goerli and their interaction with the core Descent products and tools. As we work toward the full protocol mainnet release, our goal is to be as transparent as possible with the community and consistently help clarify the scope of what will be delivered over the next few months. This blog post will kick off Update One of many testnet release updates on ...]]></description>
            <content:encoded><![CDATA[<h2 id="h-introduction" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Introduction</strong></h2><p>Our main focus over the past couple of months has been the development and release of the Descent Protocol core contracts on Base Goerli and their interaction with the core Descent products and tools. As we work toward the full protocol mainnet release, our goal is to be as transparent as possible with the community and consistently help clarify the scope of what will be delivered over the next few months.</p><p>This blog post will kick off <strong>Update One</strong> of many testnet release updates on our road to Descent Protocol Mainnet. Our aim is to update the community on our progress every few weeks. These updates will cover our latest deployments and the features within them, and offer example walkthroughs and guides for you to explore on your own.</p><h2 id="h-descent-protocol-dapp-sneak-peek" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Descent Protocol DApp Sneak Peek</strong></h2><div data-type="youtube" videoId="EDpd6VPWhmE">
      <div class="youtube-player" data-id="EDpd6VPWhmE" style="background-image: url('https://i.ytimg.com/vi/EDpd6VPWhmE/hqdefault.jpg'); background-size: cover; background-position: center">
        <a href="https://www.youtube.com/watch?v=EDpd6VPWhmE">
          <img src="{{DOMAIN}}/editor/youtube/play.png" class="play"/>
        </a>
      </div></div><h2 id="h-whats-new-with-descent-protocol" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What’s New with Descent Protocol?</strong></h2><p><strong>Overview: The Deployed Components (v0.1.2)</strong></p><p>For the latest testnet release, we have updated our SDKs and DApp to help you interact with the protocol. These updates include:</p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Descent-Collective/protocol-core">Protocol core Contracts</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Descent-Collective/protocol-periphery/releases/tag/v0.1.4">Peripheral Contracts</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Descent-Collective/descent-sdk">Descent SDK Typescript Library</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Descent-Collective/interface">Descent Protocol Interface</a></p></li></ul><h3 id="h-core-system-contracts" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Core System Contracts</strong></h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/135192320c65994b9a637176b95103c493367d978ce20e7cbfd1cf10df373544.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><h3 id="h-peripheral-contracts" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Peripheral Contracts</strong></h3><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5cbceb0ce82f46c6ea72da749386d7823ebae78c353cbb3fcb45056200d332b3.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><h3 id="h-getting-started-with-descent-protocol" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Getting Started with Descent Protocol</strong></h3><p>To start using and interacting with the above services, you will need to get some Base Goerli ETH and USDC. You can get some Base Goerli ETH <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.coinbase.com/faucets/base-ethereum-goerli-faucet">here</a> and USDC on Goerli <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://faucet.circle.com/">here</a>.</p><p>The interface will be updated accordingly to support every new release. In the first release of the testnet environment, you will be able to go through the processes of a Vault lifecycle. This includes locking in some collateral, drawing xNGN, paying back the xNGN, and then unlocking(withdrawing) the collateral.</p><p><strong>You can check it out here:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://testnet.descentdao.com"><strong>https://testnet.descentdao.com</strong></a></p><p><strong>Note:</strong> You can also setup the Descent Interface on your local machine by following the instructions in this repository: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Descent-Collective/interface"><strong>https://github.com/Descent-Collective/interface</strong></a></p><p>The current deployed interface is in a very early work stage and is still in progress. Over the next few weeks, more functionality will be made available, and any feedback collected will be considered for upcoming releases.</p><p>If you are willing, you can use fill out this form to provide feedback on the product.</p><h3 id="h-the-descent-sdk-library" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>The Descent SDK Library</strong></h3><p>The Descent SDK library enable you to start developing on Descent protocol by creating loans, issuing xNGN and interacting with the different system modules</p><p><strong>Link to the Repository: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Descent-Collective/descent-sdk"><strong>https://github.com/Descent-Collective/descent-sdk</strong></a></p><h3 id="h-next-steps" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Next steps</strong></h3><p>When building a system like this, it is crucial to get feedback—not just from internal teams, but also from the entire DescentDAO community. Please be sure to ask us any questions you may have, provide feedback or even share your excitement with us. To do so, leave your feedback using this <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://sma0jz71dh0.typeform.com/to/QU3SEOLG"><strong>link</strong></a>.</p>]]></content:encoded>
            <author>descentdao-2@newsletter.paragraph.com (DescentDAO)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/fb5f32be2017d16bb7ad063a70a18555b6b725be03faafdb936e3bf2472cc721.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>