<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Reserve - Medium]]></title>
        <description><![CDATA[Reserve’s goal is to fight inflation and expand access to better financial products by providing a permissionless platform for anyone to create, own, and govern DTFs (Decentralized Token Folios).  https://reserve.org - Medium]]></description>
        <link>https://blog.reserve.org?source=rss----5698c40d7862---4</link>
        <image>
            <url>https://cdn-images-1.medium.com/proxy/1*TGH72Nnw24QL3iV9IOm4VA.png</url>
            <title>Reserve - Medium</title>
            <link>https://blog.reserve.org?source=rss----5698c40d7862---4</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Tue, 09 Jun 2026 03:08:07 GMT</lastBuildDate>
        <atom:link href="https://blog.reserve.org/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Spring cleaning: A proposal to deprecate abandoned DTFs]]></title>
            <link>https://blog.reserve.org/deprecating-abandoned-dtfs-42465483798d?source=rss----5698c40d7862---4</link>
            <guid isPermaLink="false">https://medium.com/p/42465483798d</guid>
            <category><![CDATA[governance]]></category>
            <category><![CDATA[defi]]></category>
            <category><![CDATA[reserve-protocol]]></category>
            <dc:creator><![CDATA[Jake “starl3xx” Bouma]]></dc:creator>
            <pubDate>Thu, 05 Mar 2026 16:55:47 GMT</pubDate>
            <atom:updated>2026-03-05T16:55:47.383Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*49wTXO5qiN_8-_GK4W7pGA.png" /></figure><p>ABC Labs is proposing the <a href="https://forum.reserve.org/t/rfc-formal-deprecation-of-abandoned-dtfs/1464">formal deprecation of 17 dormant DTFs</a>, and we want to be upfront about why.</p><p>Every DTF on this list requires active attention — governance alerts, role monitoring, infrastructure overhead — regardless of whether anyone is actually using it. ABC Labs is the one carrying the ongoing administrative cost of monitoring these products. Deprecating the products that aren’t going anywhere lets us focus that attention on the ones that are.</p><p>Our goal is to reduce the surface of what we need to actively monitor, without increasing risk to anyone holding these tokens.</p><p><strong>If you currently hold any of these tokens: redemption remains live throughout this process, including RSR unstaking.</strong> You can exit for your pro-rata share of underlying assets at any time. This proposal doesn’t change that.</p><ul><li><strong>Yield DTFs to be deprecated</strong>: dgnETH, hyUSD (mainnet), hyUSD (Base), MAAT, KNOX, USDC+, BSDX, VAYA, rgUSD</li><li><strong>Index DTFs to be deprecated</strong>: mvRWA, mvDEFI, AI, VTF, CLUB, MVDA25, SBR, ZINDEX</li></ul><p>The case for formal deprecation comes down to three things:</p><ol><li><strong>Resource waste</strong>. Monitoring infrastructure like Hypernative costs real money and attention. Paying for it on 17 unused products is indefensible.</li><li><strong>User confusion</strong>. Abandoned funds look identical to active ones in the Reserve app. That’s a bad (and misleading) experience.</li><li><strong>Security risk</strong>. Unmonitored contracts still hold live governance roles, which amounts to unnecessary exposure with no upside.</li></ol><p>The proposed action is to run deprecateFolio on each index (disabling issuance) and removing admin roles, then tag them as deprecated in the app. Redemption stays live throughout. Holders can exit for their pro-rata share of underlying assets at any time, nothing changes there.</p><p>The RFC is open for community feedback before it goes to a formal vote. If you hold any of the affected tokens or have a reason a specific DTF should stay active, we want to hear from you.</p><p><a href="https://forum.reserve.org/t/rfc-formal-deprecation-of-abandoned-dtfs/1464">Read the full RFC →</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=42465483798d" width="1" height="1" alt=""><hr><p><a href="https://blog.reserve.org/deprecating-abandoned-dtfs-42465483798d">Spring cleaning: A proposal to deprecate abandoned DTFs</a> was originally published in <a href="https://blog.reserve.org">Reserve</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Deprecating Yield DTF Batch Auctions: EasyAuction.sol Division-by-Zero]]></title>
            <link>https://blog.reserve.org/deprecating-yield-dtf-batch-auctions-easyauction-sol-division-by-zero-85fd10212c97?source=rss----5698c40d7862---4</link>
            <guid isPermaLink="false">https://medium.com/p/85fd10212c97</guid>
            <category><![CDATA[bug-bounty]]></category>
            <category><![CDATA[yield-dtf]]></category>
            <category><![CDATA[reserve-protocol]]></category>
            <category><![CDATA[bugs]]></category>
            <dc:creator><![CDATA[Patrick Mckelvy]]></dc:creator>
            <pubDate>Thu, 26 Feb 2026 20:07:43 GMT</pubDate>
            <atom:updated>2026-02-27T00:26:46.010Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*bFram7B7MbrRmGZaqNMqcQ.png" /></figure><h3>Summary</h3><p>A whitehat security researcher <a href="https://x.com/therealgregoAI">GregoAI (@therealgregoAI) / X</a> recently uncovered a vulnerability in the backup auction infrastructure used by Reserve Yield Protocol DTFs. The bug affected the Gnosis EasyAuction contract — a third-party, non-upgradeable contract that the Reserve Yield Protocol used as a fallback trading mechanism, and that had not been used in over two years. If exploited under very specific edge circumstances, it could have permanently locked funds that were actively inside an auction, with no recovery path. However, an attacker would merely have been able to lock funds, not extract them, which made the incentive to attack low.</p><p>The relevant trading functions in affected DTFs have already been paused prior to making this announcement, so no meaningful funds are at risk, and the process to deprecate this fallback trading mechanism is underway. The bug was never exploited, merely uncovered by a whitehat security researcher, responsibly disclosed, and addressed. This is a report to share the info for community awareness.</p><h3>How Reserve Protocol Auctions Worked</h3><p>When a yield DTF needs to rebalance its collateral or process revenue, it opens a trade. There are two paths for this: <strong>Dutch Auctions</strong> (the default, recommended method) and <strong>Batch Auctions</strong> via the Gnosis EasyAuction contract.</p><p>Critically, the rebalance() function is public, and anyone can choose which auction type to use. This meant an attacker would have been able to force the protocol down the Batch Auction path at will.</p><h3>The Bug</h3><p>The vulnerability was a <strong>division-by-zero</strong> that could be triggered during auction settlement. Here was how it worked in plain terms:</p><ol><li><strong>Force the vulnerable path.</strong> An attacker calls rebalance() and specified Batch Auction mode, sending up to $1M (current maxTradeVolume on yield DTFs) of DTF into the EasyAuction contract.</li><li><strong>Place a tiny bid.</strong> During the auction window, the attacker places a minimal bid — as little as a fraction of a cent. In order to realize the bug, the full lot on auction CANNOT be filled. If the full lot has been bid, then the bug can not surface in step 3. This means that if other auction participants fills the bid, no funds would be at risk — only remaining inventory that was not sold.</li><li><strong>Poison the settlement state.</strong> After the auction ends, the attacker needs to call a public helper function called precalculateSellAmountSum(). This function was designed to pre-process bids to make settlement cheaper, but when called with carefully chosen parameters, it advances the auction&#39;s internal cursor to the very end of the bid list.</li><li><strong>Settlement permanently reverted.</strong> When anyone then tries to settle the auction, the settlement logic picks up where the pre-calculation left off — but there are no more bids to process. Key variables remain at zero, and the code would hit a 0 ÷ 0 operation, which causes an irreversible revert.</li></ol><p>Because the EasyAuction contract is <strong>non-upgradeable and had no admin rescue function</strong>, this is not a temporary freeze. If exploited, the funds would be permanently locked in a contract that could never release them.</p><h3>What Would Have Been at Stake</h3><p>The impact is twofold:</p><ul><li><strong>Protocol collateral</strong> (up to $1M per auction) can be permanently frozen.</li><li><strong>All third-party bids</strong> placed during the auction would also be frozen, since bidders can only reclaim funds after settlement (which could never complete). In a well-attended (but unfilled) auction, this could have meant losses of nearly double the maxTradeVolume of $1M.</li></ul><p>Beyond the immediate loss, the protocol’s internal trade counter would have been stuck, <strong>blocking all future trades</strong> until governance intervened through a multi-day process.</p><h3>Why This Was Serious</h3><p>Several factors compounded the severity:</p><ul><li><strong>No access control</strong>: Anyone could trigger the vulnerable auction path.</li><li><strong>Low cost to attack</strong>: The attacker only needed a negligible bid amount.</li><li><strong>No recovery</strong>: The EasyAuction contract could not be upgraded or admin-rescued.</li><li><strong>Collateral damage</strong>: Innocent bidders would have lost their deposits too.</li><li><strong>Protocol disruption</strong>: All rebalancing would have halted until governance acted.</li></ul><h3>Why This Was Low Risk</h3><p>There was no direct incentive to cause this bug to surface, since the funds ended up locked in the auction contract, not in the attacker’s possession.</p><p>Additionally, a critical requirement to realizing the bug was for the full lot on auction to not be filled. Batch auctions were priced in a way to incentivize bidders to make money, and bidding was fully permissionless. It is reasonable to assume that every auctioned lot would be filled.</p><p>Finally, dutch auctions are the main yield DTF auction method. Batch auctions have not been used in over 2 years. An attacker would have needed to front-run the launch of a dutch auction in order to launch a batch auction, and even then, ABC Labs could have participated in said batch auction, filling the lot and nullifying the attack.</p><h3>Mitigation</h3><p>While we considered the execution of this attack to be low risk, ABC Labs treated this bug with the utmost urgency and care.</p><ol><li>Every yield DTF has a Trade Pauser role that could act in times of emergency. Because there were user funds at risk while batch auctions were still enabled, ABC Labs worked to ensure trading was paused across all active yield DTFs. As of this post, trading for over &gt;99% of TVL in yield DTFs had been paused.</li><li>Governance proposals have been made to set the batchAuctionLength to 0, disabling the use of batch auctions in any form. stRSR governance takes 8 days to complete, so in just over 1 week batch auctions will be disabled, and trading will be unpaused.</li></ol><p><strong>NOTE:</strong> Pausing trading did not affect any other DTF functionality. Minting &amp; redeeming are still enabled. stRSR is unable to be unstaked or withdrawn while trading is paused.</p><h3>Conclusion</h3><p>A bug was recently found in a 3rd party contract used by Yield DTFs. It was never exploited, the risk has been mitigated, and funds are safe.</p><p>We appreciate the hard work of the whitehat <a href="https://x.com/therealgregoAI">GregoAI (@therealgregoAI) / X</a> for submitting their bug report to our Immunefi bug bounty program.</p><p>We encourage stRSR holders of any yield DTF to go vote on the pending proposals to disable batch auctions.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=85fd10212c97" width="1" height="1" alt=""><hr><p><a href="https://blog.reserve.org/deprecating-yield-dtf-batch-auctions-easyauction-sol-division-by-zero-85fd10212c97">Deprecating Yield DTF Batch Auctions: EasyAuction.sol Division-by-Zero</a> was originally published in <a href="https://blog.reserve.org">Reserve</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Peter Thiel on the Dollar’s Global Dominance]]></title>
            <link>https://blog.reserve.org/peter-thiel-on-the-dollars-global-dominance-2a0d0bf3b06b?source=rss----5698c40d7862---4</link>
            <guid isPermaLink="false">https://medium.com/p/2a0d0bf3b06b</guid>
            <category><![CDATA[monetary-policy]]></category>
            <category><![CDATA[cryptocurrency]]></category>
            <category><![CDATA[economics]]></category>
            <category><![CDATA[reserve-protocol]]></category>
            <dc:creator><![CDATA[Jake “starl3xx” Bouma]]></dc:creator>
            <pubDate>Fri, 19 Sep 2025 16:05:01 GMT</pubDate>
            <atom:updated>2025-09-19T16:05:01.750Z</atom:updated>
            <content:encoded><![CDATA[<iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FEheFyt5EtEs%3Ffeature%3Doembed&amp;display_name=YouTube&amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DEheFyt5EtEs&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FEheFyt5EtEs%2Fhqdefault.jpg&amp;type=text%2Fhtml&amp;schema=youtube" width="854" height="480" frameborder="0" scrolling="no"><a href="https://medium.com/media/02576d5b09ce5e92ab5d915dfe82bf8c/href">https://medium.com/media/02576d5b09ce5e92ab5d915dfe82bf8c/href</a></iframe><p>At <a href="https://reserve.org/monetarium/">Monetarium</a>, our <em>Dialogs</em> series brings together influential thinkers to explore pressing monetary challenges. In July 2025, we hosted PayPal co-founder and Palantir chairman Peter Thiel for an intimate Washington D.C. discussion on “The Debt, the Dollar, and Our Options From Here” with 50 subject matter experts, including Confusion Capital’s Lead Macroeconomics Research Economist, Dr. Gina Pieters.</p><p>In this exchange, Dr. Pieters raises a provocative question: could the dollar maintain reserve currency status through its role as a “global unit of account” even after America loses military superpower status? She suggests this financial dominance could allow U.S. debt to continue in a “weird zombie way” because countries would still need dollars to price goods globally. This disentanglement of financial power from military power represents a “new aspect in this world.”</p><p>Thiel responds by focusing on the concrete example of oil pricing in dollars — the <a href="https://www.investopedia.com/terms/p/petrodollars.asp">petrodollar</a> system. Is this “just a unit of account” where Saudi Arabia could theoretically convert dollars immediately after each sale, or is it “unbelievably profound geopolitically”? He points to the stark example of Saddam Hussein, who switched to pricing Iraqi oil in Euros about a year before the U.S. invasion. The message was clear: the U.S. Dollar and the U.S. military are connected at a foundational level. While Thiel admits uncertainty about separating these dimensions, his intuition leans toward the dollar’s dominance being “linked to all these weird forms of American exceptionalism rather than just a silly accounting convention.”</p><p>Monetarium Dialogs is an ongoing series that furthers Reserve’s mission to combat inflation by providing access to better financial products and fostering critical conversations about the future of money. Through intimate gatherings with leading thinkers, we explore the monetary challenges and opportunities that will shape tomorrow’s financial landscape.</p><p>This meeting was conducted under Chatham House Rules, and this clip was published with the permission of those quoted in order to provide a small window into the nature of the dialog.</p><p>To find out about future Moneterium Dialog events, subscribe <a href="https://reserve.org/monetarium/">here</a>.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*MzFTsOjqxhWSBGpg-1-hOA@2x.png" /><figcaption><a href="https://youtu.be/EheFyt5EtEs">https://youtu.be/EheFyt5EtEs</a></figcaption></figure><h3>About Reserve</h3><p><a href="https://t.me/reservecurrency">Telegram</a> | <a href="https://discord.gg/reserveprotocol">Discord</a> | <a href="https://twitter.com/reserveprotocol">𝕏 (Twitter)</a> | <a href="https://warpcast.com/reserve">Farcaster</a> | <a href="https://www.youtube.com/@reserveprotocol">YouTube</a> | <a href="https://www.instagram.com/_reserveprotocol">Instagram</a> | <a href="https://www.tiktok.com/@_reserveprotocol">TikTok</a> | <a href="https://reserve.org/">Reserve.org</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=2a0d0bf3b06b" width="1" height="1" alt=""><hr><p><a href="https://blog.reserve.org/peter-thiel-on-the-dollars-global-dominance-2a0d0bf3b06b">Peter Thiel on the Dollar’s Global Dominance</a> was originally published in <a href="https://blog.reserve.org">Reserve</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Community Update: Where To Talk Reserve]]></title>
            <link>https://blog.reserve.org/community-update-where-to-talk-reserve-f5be86e1f35b?source=rss----5698c40d7862---4</link>
            <guid isPermaLink="false">https://medium.com/p/f5be86e1f35b</guid>
            <category><![CDATA[decentralized-finance]]></category>
            <category><![CDATA[social-media]]></category>
            <category><![CDATA[telegram]]></category>
            <category><![CDATA[crypto]]></category>
            <category><![CDATA[reserve-protocol]]></category>
            <dc:creator><![CDATA[Jake “starl3xx” Bouma]]></dc:creator>
            <pubDate>Tue, 16 Sep 2025 17:35:42 GMT</pubDate>
            <atom:updated>2025-09-16T17:35:41.944Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*erZX4e_3MEnD0JcBUrY8ug.png" /></figure><p>As the Reserve community continues to grow, we’re making it easier to understand where to go for what. <strong>From now on, our </strong><a href="https://discord.gg/reserveprotocol"><strong>Discord</strong></a><strong> and </strong><a href="https://t.me/reservecurrency"><strong>Telegram</strong></a><strong> channels will each serve a clear purpose</strong>. Whether you’re just discovering Reserve or already deep in the ecosystem, this guide will help you know where to plug in.</p><h4><strong>TL;DR:</strong></h4><ul><li>Use <a href="https://t.me/reservecurrency"><strong>Telegram</strong></a> for real-time conversation, community engagement, and open access.</li><li>Use <a href="https://discord.gg/reserveprotocol"><strong>Discord</strong></a> for verified holder discussions, governance, and curated updates.</li></ul><p>This update reflects what is already happening. Most day-to-day conversation takes place on Telegram, while more focused and in-depth discussions happen on Discord. We are embracing that behavior and building around it.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*X2whI_Prwuu5IeScmLj46g.png" /><figcaption>For the visual learners among us</figcaption></figure><h3>What Telegram Is For</h3><p><a href="https://t.me/reservecurrency">Telegram</a> is now the main hub for open conversation about Reserve. It is fast, easy to join, and fits the style of crypto-native communities. Whether you are a new user, a casual holder, or someone curious about Decentralized Token Folios (DTFs), Telegram is where you will find active discussion.</p><p>Expect real-time chats about protocol updates, ecosystem moves, and market narratives. Telegram will also be where most onboarding and casual feedback takes place. It is open to everyone, requires no wallet connection, and will be actively supported by the team and community moderators.</p><h3>What Discord Is For</h3><p><a href="https://discord.gg/reserveprotocol">Discord</a> has been restructured into a focused space for serious participants. It is now the home for RSR holders, governance contributors, and those more deeply involved in the protocol. To improve signal quality, we have removed unused channels and simplified the layout.</p><p>The general and governance channels are now token-gated, requiring at least 100 RSR to access. Verification is handled through <a href="https://guild.xyz/reserve">Guild</a>. This small threshold helps keep spam and low-effort content out, while giving active participants the space to contribute meaningfully.</p><p>Inside Discord, you will find official announcements, key links, and governance discussions. If you are involved in protocol decisions or want to track the evolution of RTokens and DTFs closely, this is where to be. It is structured, calm, and focused on long-term engagement.</p><h3>Why We Are Doing This</h3><p>This update is about clarity and purpose. Telegram gives us reach, energy, and a wide entry point for new users. Discord offers focus, structure, and a space for high-context conversation.</p><p>By clearly separating the roles of each channel, we reduce noise and help everyone get more value from both platforms. Telegram keeps the door open for broad engagement. Discord creates space for governance and contribution.</p><p>This is not about dividing the community. It is about helping each part of the community thrive in the environment that best suits it.</p><p>Use Telegram if you want to hang out, ask questions, share ideas, or stay in the loop through casual conversation. Use Discord if you are holding RSR, participating in governance, or looking for structured updates and discussions.</p><p>Both channels are live, active, and important. Choose the space that matches how you want to engage. We’ll see you there.</p><h3>About Reserve</h3><p><a href="https://t.me/reservecurrency">Telegram</a> | <a href="https://discord.gg/reserveprotocol">Discord</a> | <a href="https://twitter.com/reserveprotocol">𝕏 (Twitter)</a> | <a href="https://warpcast.com/reserve">Farcaster</a> | <a href="https://www.youtube.com/@reserveprotocol">YouTube</a> | <a href="https://www.instagram.com/_reserveprotocol">Instagram</a> | <a href="https://www.tiktok.com/@_reserveprotocol">TikTok</a> | <a href="https://reserve.org/">Reserve.org</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=f5be86e1f35b" width="1" height="1" alt=""><hr><p><a href="https://blog.reserve.org/community-update-where-to-talk-reserve-f5be86e1f35b">Community Update: Where To Talk Reserve</a> was originally published in <a href="https://blog.reserve.org">Reserve</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Peter Thiel on America’s Unspoken Debt Crisis]]></title>
            <link>https://blog.reserve.org/peter-thiel-on-americas-unspoken-debt-crisis-00c497622a3a?source=rss----5698c40d7862---4</link>
            <guid isPermaLink="false">https://medium.com/p/00c497622a3a</guid>
            <category><![CDATA[reserve-protocol]]></category>
            <category><![CDATA[monetarium]]></category>
            <category><![CDATA[cryptocurrency]]></category>
            <category><![CDATA[monetary-policy]]></category>
            <category><![CDATA[peter-thiel]]></category>
            <dc:creator><![CDATA[Jake “starl3xx” Bouma]]></dc:creator>
            <pubDate>Mon, 08 Sep 2025 16:37:38 GMT</pubDate>
            <atom:updated>2025-09-08T16:39:43.375Z</atom:updated>
            <content:encoded><![CDATA[<h4>An exclusive video clip from Monetarium Dialogs</h4><iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FQux-7amwvBA%3Ffeature%3Doembed&amp;display_name=YouTube&amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DQux-7amwvBA&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FQux-7amwvBA%2Fhqdefault.jpg&amp;type=text%2Fhtml&amp;schema=youtube" width="854" height="480" frameborder="0" scrolling="no"><a href="https://medium.com/media/510941f0f9e5f0a21cc7dff77e455d2f/href">https://medium.com/media/510941f0f9e5f0a21cc7dff77e455d2f/href</a></iframe><p>At <a href="https://reserve.org/monetarium/">Monetarium</a>, our <em>Dialogs</em> series brings together influential thinkers to explore pressing monetary challenges. In July 2025, we hosted PayPal co-founder and Palantir chairman Peter Thiel for an intimate Washington D.C. discussion on “The Debt, the Dollar, and Our Options From Here” with 50 subject matter experts.</p><p>In this exclusive clip, Thiel uses his classic PayPal pitch prop — a $100 bill — to explore what gives money its value. The bill states it’s “legal tender for all debts, public and private,” and Thiel reveals the violence implicit in this seemingly simple phrase. You must use dollars to pay taxes; if you don’t pay, “some people will come after you and if you resist them, they’ll come with guns and they’ll put you in jail.” This coercive backing, protected by military superpower status, is what makes the dollar “the best currency in the world” to foreign creditors.</p><p>Thiel identifies a fundamental contradiction at the heart of America’s debt crisis: Americans believe “we’re never gonna pay [the debt] off” and we’ll just “keep borrowing more forever,” while foreigners expect to get repaid in valuable dollars backed by military might. These conflicting expectations cannot both be true. The unspoken question becomes whether military power will ultimately protect the Federal Reserve’s ability to print money — or whether foreign creditors might have the military force to eventually demand “real money” instead of printed dollars. As Thiel notes, this critical tension “is never really articulated” in public discourse.</p><p>Monetarium Dialogs is an ongoing series that furthers Reserve’s mission to combat inflation by providing access to better financial products and fostering critical conversations about the future of money. Through intimate gatherings with leading thinkers, we explore the monetary challenges and opportunities that will shape tomorrow’s financial landscape.</p><p>This meeting was conducted under Chatham House Rules, and this clip was published with the permission of those quoted in order to provide a small window into the nature of the dialog.</p><p>To find out about future Moneterium Dialog events, subscribe <a href="https://reserve.org/monetarium/">here</a>.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*FHkIM-iNRimQtpiJA92BAA@2x.png" /><figcaption><a href="https://youtu.be/Qux-7amwvBA">https://youtu.be/Qux-7amwvBA</a></figcaption></figure><h3>About Reserve</h3><p><a href="https://t.me/reservecurrency">Telegram</a> | <a href="https://discord.gg/reserveprotocol">Discord</a> | <a href="https://twitter.com/reserveprotocol">𝕏 (Twitter)</a> | <a href="https://warpcast.com/reserve">Farcaster</a> | <a href="https://www.youtube.com/@reserveprotocol">YouTube</a> | <a href="https://www.instagram.com/_reserveprotocol">Instagram</a> | <a href="https://www.tiktok.com/@_reserveprotocol">TikTok</a> | <a href="https://reserve.org/">Reserve.org</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=00c497622a3a" width="1" height="1" alt=""><hr><p><a href="https://blog.reserve.org/peter-thiel-on-americas-unspoken-debt-crisis-00c497622a3a">Peter Thiel on America’s Unspoken Debt Crisis</a> was originally published in <a href="https://blog.reserve.org">Reserve</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[DTFs vs. ETFs: The onchain index advantage]]></title>
            <link>https://blog.reserve.org/dtfs-vs-etfs-the-onchain-index-advantage-ad3e878307f4?source=rss----5698c40d7862---4</link>
            <guid isPermaLink="false">https://medium.com/p/ad3e878307f4</guid>
            <category><![CDATA[index-investing]]></category>
            <category><![CDATA[etf]]></category>
            <category><![CDATA[reserve-protocol]]></category>
            <category><![CDATA[defi]]></category>
            <category><![CDATA[crypto]]></category>
            <dc:creator><![CDATA[nagaking]]></dc:creator>
            <pubDate>Thu, 22 May 2025 11:56:43 GMT</pubDate>
            <atom:updated>2025-05-22T12:08:42.670Z</atom:updated>
            <content:encoded><![CDATA[<h4><em>Why Decentralized Token Folios are a leap forward for institutions and everyday investors</em></h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*IZcpFDzyKTgDu_lTqyrEBw.png" /></figure><p>From index mutual funds in the 1970s to ETFs in the 1990s, traditional finance has spent decades refining diversified baskets. <strong>Each evolution</strong> <strong>lowered costs</strong>, <strong>tightened tracking error, and expanded market access</strong>. But both models were ultimately built for — and constrained by — legacy market rails.</p><p>Today, <strong>index funds are a $20 trillion‑plus market</strong>, broadening access to diversified investing and fueling decades of growth in passive asset management. Yet every share still moves through a gauntlet of custodians, brokers, and clearing houses, <strong>embroiling investors in a web of settlement lags, hidden fees, and opaque counterparty risk.</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*yBTmxumkVNbmp9ZrtOzGmA.png" /><figcaption><strong>ETF “plumbing” map: every ETF creation, redemption (left column) &amp; trade (right column) flows through a dense stack of intermediaries before positions are finally settled. </strong>DTFs collapse these functions into open, auditable, &amp; trustless smart contracts, replacing layers of off‑chain risk and reconciliation with transparent, atomic settlement.</figcaption></figure><p>Enter Decentralized Token Folios (DTFs).<strong> DTFs take the simplicity and accessibility of index investing to new levels with modern blockchain tech: </strong>placing the basket directly in smart contracts, enabling permissionless 24/7 trading, and replacing Wall Street middle‑men with decentralized onchain governance.</p><iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FEL9OHjIab_w%3Ffeature%3Doembed&amp;display_name=YouTube&amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DEL9OHjIab_w&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FEL9OHjIab_w%2Fhqdefault.jpg&amp;type=text%2Fhtml&amp;schema=youtube" width="640" height="480" frameborder="0" scrolling="no"><a href="https://medium.com/media/5dd118c7ea6085875405e4d5e2f12bb7/href">https://medium.com/media/5dd118c7ea6085875405e4d5e2f12bb7/href</a></iframe><p>Where mutual funds relied on end‑of‑day NAVs and ETFs added market‑hour liquidity, DTFs deliver <strong>real‑time transparency, instant mint‑and‑redeem, and programmable governance and fee flows</strong> that anyone can verify on the blockchain. Below, we unpack how DTFs stack up against their TradFi predecessors and how they change what’s possible for diversified investing.</p><h3>Core advantages of DTFs</h3><p>DTFs offer the familiar benefits of ETF investing, but with<strong> a new degree of openness, accessibility, and innovation </strong>through their blockchain-native design. This lets DTFs surpass older index vehicles in three key areas: investibility, accessibility, and flexibility.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*Awd2QC_74053DgFU" /><figcaption><strong>Side‑by‑side scorecard for index mutual funds, ETFs, and DTFs</strong> on three key dimensions: investibility, accessibility, and flexibility. DTFs match or surpass traditional baskets on every metric, while adding permissionless operation, onchain transparency, and decentralized governance.</figcaption></figure><p>Let’s take a closer look at DTFs’ advantages on each dimension:</p><h4>1. Investibility</h4><ul><li><strong>Easy diversification &amp; strategic exposure: </strong>From<strong> </strong>broad-market exposure to targeted narratives, all in a single click</li><li><strong>Fair pricing without middle-men</strong>: Dutch auctions &amp; solver networks (CoW Swap) provide deep liquidity without centralized intermediaries</li><li><strong>Fully on‑chain mechanics:</strong> Transparent execution &amp; less tracking error</li></ul><h4>2. Accessibility</h4><ul><li><strong>No gatekeepers: </strong>No minimum investment, no privileged entities</li><li><strong>Instant mint &amp; redeem: </strong>No settlement windows or NAV timing games</li><li><strong>Direct DeFi integration</strong>: Tap into deep liquidity for tight spreads and minimal slippage</li><li><strong>Live holdings reporting</strong>: Trace any asset or rebalance event in real time</li><li><strong>24/7 trading: </strong>Trade any time on decentralized exchanges</li></ul><h4>3. Flexibility</h4><ul><li><strong>Composability</strong>: DTFs can include any token, including AMM LP tokens, tokenized real-world assets, or lending positions</li><li><strong>Permissionless creation</strong>: Anyone can launch a new DTF — no custodians or authorized participants required</li><li><strong>Customizable governance</strong>: Choose <a href="https://www.coinbase.com/price/reserve-rights">Reserve Rights (RSR)</a>, another token, or even NFT‑based voting to steer fees, weights, and rebalancing rules</li></ul><h3>Why DTFs matter for markets today</h3><p>DTFs aren’t just a technical upgrade — they reshape how access, innovation, and value creation work in a fully onchain environment. Today, that shift is already changing what’s possible:</p><ol><li><strong>Less friction, more transparency</strong> — Real‑time data and smart‑contract enforcement remove guesswork and settlement risk.</li><li><strong>Faster access to emerging themes</strong> — With permissionless deployment, DTFs can be spun up instantly to track fast-moving narratives for timely, targeted exposure.</li><li><strong>Global 24/7 liquidity</strong> — No need to wait for New York’s opening bell; liquidity follows demand around the clock.</li><li><strong>Programmable value flows</strong> — Creators can route fees to RSR burns, delegate treasury growth, or share revenue directly with holders.</li><li><strong>Community‑driven innovation</strong> — Permissionless launch pads mean the next great thematic index can come from a DAO, not a Wall Street giant.</li></ol><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*QknjXhspHSE2YEEHsoQ6YA.png" /><figcaption>Transform murky back-office plumbing into one-click clarity with DTFs. Index investing but instant, permissionless, &amp; programmable.</figcaption></figure><h3>Join the onchain index revolution</h3><p>Diversified investing shouldn’t be gated by market hours, minimum balances, or opaque intermediaries. <strong>DTFs bring index investing onto open blockchain rails — adding speed, flexibility, and decentralized governance to the playbook. </strong>By unlocking instant, permissionless access, DTFs make markets faster, fairer, and open to all.</p><p>Ready to join the onchain index revolution?</p><ul><li><strong>Explore </strong>live DTFs on <a href="http://app.reserve.org">app.reserve.org</a></li><li><strong>Watch </strong>our video explainer, <a href="https://www.youtube.com/watch?v=EL9OHjIab_w">What is a DTF?</a></li><li><strong>Deep dive </strong>into the advantages of DTFs at <a href="http://reserve.org/dtf/">reserve.org/dtf/</a></li></ul><p>Head to <a href="https://app.reserve.org">app.reserve.org</a> to mint, trade, or govern your first DTF today.</p><h3>About Reserve</h3><p>Reserve’s ​​mission is to fight inflation and expand access to better financial products by providing a permissionless platform for anyone to create, own, and govern DTFs (Decentralized Token Folios). DTFs are indexes like ETFs, but in crypto. Because they harness blockchain and smart contract technology, DTFs are always backed 1:1, and allow 24/7 minting and redeeming onchain by users without the need for middlemen.</p><p><a href="https://discord.gg/reserveprotocol">Discord</a> | <a href="https://twitter.com/reserveprotocol">𝕏 (Twitter)</a> | <a href="https://warpcast.com/reserve">Farcaster</a> | <a href="https://www.youtube.com/@reserveprotocol">YouTube</a> | <a href="https://www.instagram.com/_reserveprotocol">Instagram</a> | <a href="https://www.tiktok.com/@_reserveprotocol">TikTok</a> | <a href="https://reserve.org/">Reserve.org</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=ad3e878307f4" width="1" height="1" alt=""><hr><p><a href="https://blog.reserve.org/dtfs-vs-etfs-the-onchain-index-advantage-ad3e878307f4">DTFs vs. ETFs: The onchain index advantage</a> was originally published in <a href="https://blog.reserve.org">Reserve</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Vote Locking on Reserve]]></title>
            <link>https://blog.reserve.org/vote-locking-on-reserve-19e19201d78e?source=rss----5698c40d7862---4</link>
            <guid isPermaLink="false">https://medium.com/p/19e19201d78e</guid>
            <category><![CDATA[defi]]></category>
            <category><![CDATA[reserve-protocol]]></category>
            <category><![CDATA[reserve]]></category>
            <category><![CDATA[cryptocurrency]]></category>
            <category><![CDATA[dtf]]></category>
            <dc:creator><![CDATA[nagaking]]></dc:creator>
            <pubDate>Mon, 05 May 2025 15:19:44 GMT</pubDate>
            <atom:updated>2025-05-05T15:19:44.615Z</atom:updated>
            <content:encoded><![CDATA[<h4>A new way to participate, govern, and earn through Reserve’s growing ecosystem</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*Cw-bjfP8ErZOJLu5rLNs1Q.png" /></figure><p>With the launch of Index DTFs, Reserve now offers <strong>a new, powerful way to participate in the ecosystem</strong> — vote-locking governance tokens, including <a href="https://www.coinbase.com/price/reserve-rights">Reserve Rights (RSR)</a>.</p><p>Vote-locking lets token holders steer index operations and, in the process, creates new value streams for vote-lockers &amp; RSR.</p><p>Here, we’ll walk through what vote-locking looks like, how it diverges from staking, and why it matters for RSR holders.</p><h3>What is vote-locking?</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/536/1*kGSq_qLm-UhOZ8yJdiILeA.png" /><figcaption>Govern &amp; earn from Index DTFs by vote-locking on <a href="http://app.reserve.org">app.reserve.org</a></figcaption></figure><p>Vote-locking commits tokens to a specific Index DTF to <strong>gain voting power over how that DTF operates</strong>. To prevent abuse, tokens can only be unlocked after a delay, usually one week after initiating withdrawal.</p><p>Through token-weighted voting, lockers can weigh in on decisions like:</p><ul><li>Which tokens the index includes</li><li>How tokens are weighted and/or rebalanced</li><li>Which fees are charged</li><li>Who can propose and/or veto changes</li></ul><p>By vote-locking, anyone can gain direct influence over these choices — and potentially earn a share of the fees the Index DTF generates.</p><h3>What tokens can be vote-locked?</h3><p>Index DTFs can be governed by any token<strong>. </strong>Often that token is RSR, but it can be <strong>any token chosen by the DTF’s creator</strong>: an existing governance token, a new token created for the DTF, or any other compliant token on the blockchain.</p><p><strong>Regardless of the choice, each Index DTF pays a platform fee that is automatically used to buy and burn RSR. </strong>So, no matter what token is used, Index DTF activity still adds fuels to the RSR fire.</p><h3>Staking vs. vote-locking</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*wwYxbbYPjX6WfKLPglsqCQ.png" /><figcaption>Two paths, one goal. RSR staking earns yield in exchange for governance and security. Vote‑locking<strong> </strong>grants voting power and a share of DTF fees. Each route benefits RSR holders through distinct mechanisms.</figcaption></figure><p>With the launch of vote-locking, the Reserve ecosystem now supports <strong>two complementary governance models </strong>tailored to each type of DTF.</p><p>For Yield DTFs, <strong>RSR staking</strong> earns yield in exchange for governance and security. Stakers pledge RSR as emergency first-loss capital while managing a DTF’s configuration and collateral. Learn how to stake RSR <a href="https://blog.reserve.org/how-to-stake-reserve-rights-rsr-f5393fe24573">here</a>.</p><p>For Index DTFs, <strong>vote‑locking </strong>grants voting power and, when enabled, a share of minting and TVL‑based fees. Index DTFs are not overcollateralized, so vote‑locking serves purely as a governance commitment.</p><h3>How to vote-lock</h3><p>Locking takes seconds on <a href="http://app.reserve.org">Reserve app page</a>: just select the Index DTF you want to support, scroll to <strong>Basket Governance</strong>, and hit the <strong>Lock button.</strong></p><p>For a click-by-click walk-through, watch the video below and vote‑lock with confidence.</p><iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FhPNruJ4TpNY%3Ffeature%3Doembed&amp;display_name=YouTube&amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DhPNruJ4TpNY&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FhPNruJ4TpNY%2Fhqdefault.jpg&amp;type=text%2Fhtml&amp;schema=youtube" width="854" height="480" frameborder="0" scrolling="no"><a href="https://medium.com/media/b631cf1ce6ae67891c72db35dde1ae7d/href">https://medium.com/media/b631cf1ce6ae67891c72db35dde1ae7d/href</a></iframe><h3>Time to lock in</h3><p>Whether you’re already staking RSR or just exploring the protocol, vote-locking gives you a direct voice in the future of decentralized index design. <strong>It’s an opportunity to back the strategies you believe in — and to help shape the way onchain portfolios evolve.</strong></p><p>Ready to lock in?</p><ul><li>Visit any Index DTF’s page on <a href="http://app.reserve.org">app.reserve.org</a></li><li>Scroll down to <strong>Basket Governance </strong>to vote-lock tokens</li><li>Check the <strong>Governance</strong> tab to explore proposals</li></ul><p>If you have any questions along the way, drop into the Reserve protocol <a href="https://discord.gg/reserveprotocol">Discord server</a> — there’s always someone around to help!</p><h3>About Reserve</h3><p>Reserve’s ​​mission is to fight inflation and expand access to better financial products by providing a permissionless platform for anyone to create, own, and govern DTFs (Decentralized Token Folios). DTFs are indexes like ETFs, but in crypto. Because they harness blockchain and smart contract technology, DTFs are always backed 1:1, and allow 24/7 minting and redeeming onchain by users without the need for middlemen.</p><p><a href="https://discord.gg/reserveprotocol">Discord</a> | <a href="https://twitter.com/reserveprotocol">𝕏 (Twitter)</a> | <a href="https://warpcast.com/reserve">Farcaster</a> | <a href="https://www.youtube.com/@reserveprotocol">YouTube</a> | <a href="https://www.instagram.com/_reserveprotocol">Instagram</a> | <a href="https://www.tiktok.com/@_reserveprotocol">TikTok</a> | <a href="https://reserve.org/">Reserve.org</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=19e19201d78e" width="1" height="1" alt=""><hr><p><a href="https://blog.reserve.org/vote-locking-on-reserve-19e19201d78e">Vote Locking on Reserve</a> was originally published in <a href="https://blog.reserve.org">Reserve</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Introducing the Reserve Index Protocol]]></title>
            <link>https://blog.reserve.org/introducing-the-reserve-index-protocol-8d0059978457?source=rss----5698c40d7862---4</link>
            <guid isPermaLink="false">https://medium.com/p/8d0059978457</guid>
            <category><![CDATA[rsr]]></category>
            <category><![CDATA[reserve]]></category>
            <category><![CDATA[dtf]]></category>
            <category><![CDATA[reserve-protocol]]></category>
            <dc:creator><![CDATA[Nevin Freeman]]></dc:creator>
            <pubDate>Thu, 19 Dec 2024 18:21:05 GMT</pubDate>
            <atom:updated>2026-05-04T13:44:43.254Z</atom:updated>
            <content:encoded><![CDATA[<h4>Positioning Reserve to become the decentralized version of BlackRock, building the infrastructure and brand to support asset-backed currency</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*VOUvgU0xRTDJsRsC" /></figure><p><strong>ABC Labs is busy building the Reserve Index Protocol</strong>, a new piece of software that will unlock the next phase of Reserve’s evolution toward supporting asset-backed currency.</p><p><strong>The Ethereum and Base version of the Index Protocol is already undergoing its first of three code audits.</strong> The Solana version is currently scheduled to undergo its first audit in January.</p><p>The front end interface for this new protocol (including the “zaps” needed to facilitate minting and redeeming) will probably take the longest to finish before public launch. There’s still a lot more code to write for these.</p><p>When will it launch?</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/200/0*y1KzUDGXiWtffK4C" /></figure><p>The Reserve Index Protocol will live side-by-side with the <strong>Reserve Yield Protocol</strong>, which is the new name for the software that powers ETH+, USD3, and all the other RTokens live today.</p><p>This release positions Reserve to become <strong>the decentralized version of BlackRock</strong> — the platform on which thousands of <strong>index DTFs</strong> can be built by anyone, for anyone.</p><p>An “index DTF” is like an index ETF, e.g. the S&amp;P 500 ETF, but in DeFi.</p><p>The Reserve Index Protocol lets you bundle together 100+ assets at a time (exact number varies by blockchain), with <strong>no need for any oracle price feeds or collateral adapter contracts</strong>. This difference is key, as it makes it very easy to create new index DTFs with any token you wish in the basket.</p><p>The Index Protocol also adds a <strong>powerful new incentive mechanism</strong>: creators are given more control over how Index RToken fees are divided up, allowing them to form teams, raise capital, offer liquidity incentives, and so on. <strong>I think it’s possible to attract everyone from individual young entrepreneurs up to the largest financial institutions in the world to create and govern DTFs on Reserve technology</strong>, and the Index Protocol was designed with this goal in mind.</p><p>To ensure that RSR holders are rewarded and incentivized to participate in key ways, <strong>Index RTokens collect a platform fee that goes to RSR holders in the form of an RSR burn</strong>. (RSR holders ultimately have shared control over this stream of capital; more details below.)</p><p>The first half of this post covers the strategy and background for this new phase, and the second half walks through how the new Reserve Index Protocol differs from the current Reserve Yield Protocol.</p><p>If you’re more of an auditory person, here’s the community call where I talk through all of the content of this post and answer some questions:</p><p><a href="https://www.loom.com/share/2c5fcfa741ff44c7a91fb2b34240f09c">https://www.loom.com/share/2c5fcfa741ff44c7a91fb2b34240f09c</a></p><h3>Why asset-backed currency</h3><p>The Reserve project is based on the premise that access to stable currency should be a human right. Fundamentally, when you do something valuable for society, we believe society should do something of equal value for you in return. That’s not what you get when you save money in an inflationary currency — if your money loses 10% of its value, you’re getting 10% less value back than what you provided to others. And in places like Venezuela where currency has inflated much faster, that effect can be extreme.</p><p>In Venezuela we didn’t waste time trying to improve upon the dollar, <a href="https://www.youtube.com/watch?v=X8JmdtULfwI">we offered a USD stablecoin wallet</a>, since it was clear that the dollar was a much better option than the Bolivar at that time. We served about 600k users and 26k merchants who collectively made $5.7 billion in stablecoin transactions on the platform, receiving a special license from the US Department of the Treasury’s Office of Foreign Asset Control covering our operations in Venezuela before having to <a href="https://www.observers.com/banks-cause-rpay-stablecoin-wallet-to-abandon-6-latam-countries/">shut the service down</a> in the face of local regulatory challenges and pressures from Operation Chokepoint 2.0 in the US.</p><p>But in the century-long big picture, the US dollar may not always be the answer. The US experienced first-hand the inflationary impacts of monetary policy in recent years, with a peak of 8% annual inflation in 2022, <a href="https://www.bls.gov/cpi/tables/supplemental-files/historical-cpi-u-202312.pdf">according to BLS</a>.</p><p>If the US dollar were to massively devalue (<a href="https://www.youtube.com/watch?v=xguam0TKMw8">as some think it eventually will</a>), the world could switch to the Euro, Bitcoin, or gold. The Euro has all the same systemic challenges of any large fiat currency, so we might not want it in a world where the dollar has just failed. Bitcoin’s fixed supply means it would have ever-increasing purchasing power in a growing economy, and we’ve seen that it remains highly volatile as it grows in adoption. Gold is perhaps the best option, as its supply can grow in response to growing monetary demand — more gets mined or converted from jewelry when gold value goes up — offering <a href="https://www.youtube.com/watch?v=5L6J84DQ8W4">surprisingly stable purchasing power over time</a>.</p><p>If you ask open-minded alt monetary economists <a href="https://www.amazon.com/Better-Money-Gold-Fiat-Bitcoin/dp/100932747X">which of these</a> options <a href="https://www.youtube.com/watch?v=rcS1Ot7ZQOQ">is best</a>, they <a href="https://www.youtube.com/watch?v=5L6J84DQ8W4">somewhat favor gold</a>, but the final answer you often get is: “let them compete and let the market decide.”</p><p>Well the way I see it, when it comes to storing value, the market has already decided. We pretty much all want a diversified portfolio — equities, bonds, real estate, gold, and crypto. You can see this preference in the extreme popularity of index investment products within TradFi.</p><p><strong>Reserve’s mission is to fight inflation and expand access to stable currency.</strong></p><p><strong>We suspect the solution is asset-backed currency — a diversified portfolio of the world’s assets represented in a single token, so you can store value without inflation over any timespan and transact freely with anyone on the planet.</strong></p><p>If we had asset-backed currency alongside bitcoin, gold, and other fiat monies, I believe the market would choose asset-backed currency as its reserve asset if the worst were to happen and the US dollar were to collapse.</p><p>Why do I believe this? Well, based on what we already select in order to preserve individual wealth, in some sense the choice has already been made.</p><h3>How to create asset-backed currency</h3><p>A central question in creating asset-backed currency is: which assets should back it?</p><p>How about we let the market decide. Give everyone access to every combination of assets they might want, and see which combinations bubble to the top.</p><p>This experiment has been underway for decades already. In the US, the S&amp;P 500 ETF is the most popular ETF, so we know that people like a broad market index. It performs really well over time, which reinforces its dominance.</p><p><strong>But what if we opened up index creation so that anyone in the world could create a new index product, including any financial asset in the world in their index, and then anyone else in the world could put their money into that index if they so chose?</strong></p><p><strong>What if each index was a freely transferable token that could be used to settle transactions worldwide in a few seconds?</strong></p><p>The market may land on a different choice than the S&amp;P 500 if you give people the ability to use each index in a money-like way and allow indices that span across all borders and asset classes.</p><p>And that’s exactly what we are working to do.</p><h3>The decentralized version of BlackRock</h3><p>At <a href="https://reserve.org/monetarium/">Monetarium 1</a> this July <a href="https://www.youtube.com/watch?v=THJJZGc4ND0">I pitched</a> the Reserve ecosystem on a strategy:</p><ol><li>Build Reserve into the decentralized version of BlackRock — make it the largest index platform in crypto, and eventually the largest in all of finance</li><li>Let the process of competitive evolution generate the best diversified stores of value</li><li>Socialize the idea of asset-backed currency more and more as assets on the Reserve platform grow in value over time, so that if the US dollar ever does fall apart, the world is well aware of this option</li></ol><p>In the decentralized version of BlackRock, instead of one company creating tons of the biggest index products, an open platform allows thousands of people and companies to create them. In fact, ABC Labs, which writes software to make this possible, has never created an index product itself, and does not intend to.</p><p>Note that even if Reserve tokens only become popular index products and are never used as money, ecosystem participants still stand to benefit, so this strategy does not incentivize RSR holders to fight <em>against</em> the US dollar. That’s important to me because the idea here is to build a backstop in case the world needs it, not to do anything that would weaken the current system.</p><p>This strategy received full support from everyone who has commented on it, so we all seem to be going full-force ahead. Let’s do it!</p><h3>DTFs</h3><p>“DTFs” are like ETFs but in DeFi.</p><p>Decentralized token folios.</p><p>Like an ETF, each unit is redeemable 1:1 for the basket of underlying assets. The difference is that instead of going to an investment company for redemption, you go to a smart contract, and instead of only market makers being allowed to redeem, anyone can. Since all of the underlying tokens in a DTF are held in a smart contract, no company is in custody, only code. (Some tokenized RWAs still are held by a company that issues the token.)</p><p>Another big difference between ETFs and DTFs is that DTFs can have decentralized governance, or no governance at all.</p><p>With an ETF, the issuer is the investment company that manages the assets.</p><p>With a DTF, <em>you</em> can be the issuer, since anyone can mint or redeem just by interacting with the smart contract, and <em>you</em> can be a governor, since in most decentralized governance approaches anyone can buy governance tokens and participate in guiding the asset selection.</p><p><a href="https://app.reserve.org/compare">Existing RTokens</a> are DTFs. There are many other projects offering or working on offering DTFs as well. The biggest so far has been the DeFi Pulse Index, which reached a market cap of $236M during the last market cycle, <a href="https://www.coingecko.com/en/coins/defi-pulse-index">according to CoinGecko</a>.</p><p>At this point in time, <a href="https://defillama.com/protocols/Indexes">Reserve is the largest DTF platform by TVL</a>.</p><p>ETFs are huge in TradFi. As DeFi grows, I expect that DTFs will be huge as well. This is of course speculation as it hasn’t happened yet, but I don’t see why the same reasons for ETF popularity will not apply.</p><h3>The initial wedge</h3><p>For DTF investing to get big, I suspect there will need to be one type of DTF that really takes off and leads the way. So which type might that be?</p><p>It may be similar to TradFi — a broad market index, like <a href="https://www.marketvector.com/coin50">Coinbase’s COIN50</a> or <a href="https://indices.coindesk.com/indices/cd20">CoinDesk’s CD20</a>, implemented onchain for people to buy and hold.</p><p>It may be a thematic index, which have also taken off in TradFi.</p><p>Maybe it’s baskets of memecoins.</p><p>Maybe it’s sector indices — AI, DeFi, DePIN, DeSci, GameFi, etc.</p><p>Maybe it’s more complex DeFi positions that generate yield along with their diversification.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*qk4ntID-vPuVTjGe" /><figcaption><a href="https://dtfs.reserve.org/">https://dtfs.reserve.org/</a></figcaption></figure><h3>An additional Reserve protocol</h3><p>In order to serve this use case, we’re launching a new protocol.</p><p><strong>Going forward, there will no longer be just one Reserve protocol, there will be two:</strong></p><ul><li><strong>The Reserve Yield Protocol (which exists today)</strong></li><li><strong>The Reserve Index Protocol (launching soon)</strong></li></ul><p>These two protocols both allow for the permissionless creation of DTFs, but they have different strengths and weaknesses, since they are built for different purposes.</p><p><strong>We’re purpose-building the Reserve Index Protocol for what we think is the next phase of DTFs in crypto: volatile index baskets that can include everything from Bitcoin to memecoins you deployed an hour ago.</strong></p><p><strong>The Reserve Index Protocol does not replace the Reserve Yield protocol.</strong></p><p>Think of them like two models of car produced by one car brand. A pickup truck is good for hauling and a sports car is good for tight turns; the car brand offers them year after year to different market segments</p><p>The two protocol models will co-exist to support index DTFs and yield DTFs. For example, USD3 and ETH+ are both yield DTFs that will continue to run on the Reserve Yield Protocol.</p><p>The Index Protocol will be deployed on Base and Ethereum first, with a Solana implementation soon after. It may be deployed elsewhere in the future.</p><p>The differences between the two protocols are explained below!</p><h3>An update on terminology</h3><p>We have a lot of new terminology in play to make all of this clear and easy to talk about. We’re changing the language within Reserve as well as overall in the industry.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*53bxTleX0wR-tuUd" /></figure><p>Main definitions:</p><ul><li><strong>DTF</strong> — Decentralized Token Folio — any token that is redeemable 1:1 for a basket of other tokens, regardless of which protocol or project created it. <em>Not</em> specific to Reserve. “Like an ETF but in DeFi.”</li><li><strong>Yield DTF</strong> — a DTF that is designed to capture yield, e.g. ETH+ or USD3. <em>Not</em> specific to Reserve; e.g. “USD+” from Overnight Finance is also a yield DTF.</li><li><strong>Index DTF</strong> — a DTF that is designed for broad, diversified token exposure. The DeFi Pulse Index (DPI) from Index Coop + Set Protocol was the most successful index DTF last cycle, for example.</li><li><strong>Reserve</strong> — when referring generically to the technology behind Reserve, you can just say “Reserve.” For example, “that DTF runs on Reserve.” It no longer makes sense to say the Reserve protocol, as there is not only one.</li></ul><p>Technical term definitions:</p><ul><li><strong>Reserve Yield Protocol </strong>— the existing protocol that ETH+, USD3, and other existing RTokens run on.</li><li><strong>Reserve Index Protocol </strong>— the new protocol model we are introducing in this blog post and launching soon.</li><li><strong>Yield RToken</strong> — a yield DTF built on the Reserve Yield Protocol. This is a bit of a technical term that may not get used all that much; within the main Reserve interface I expect they’ll just be called “yield DTFs.”</li><li><strong>Index RToken</strong> — an index DTF built on Reserve. This is a bit of a technical term that may not get used all that much; within the main Reserve interface I expect they’ll just be called “index DTFs.”</li></ul><h3>How the Reserve Index Protocol differs from the Reserve Yield Protocol</h3><p><em>Note: this description is for Reserve project members who are already familiar with the current Reserve protocol. When the Index Protocol is released, it will be accompanied by documentation for folks who know nothing about Reserve.</em></p><p>In a nutshell, the Reserve Index Protocol:</p><ol><li>lets you bundle together any tokens, with no need for collateral plugins specifically written for each token in the basket</li><li>allows for very large baskets of tokens (50+ on Ethereum, and about 100+ on Base)</li><li>distributes one portion of the fee income to governance token holders and the other portion of the fee income to RSR holders, via burning RSR or RSR LP tokens (and in the future, may distribute a portion to an RSR-governed DAO treasury, should RSR holders choose)</li><li>charges fees to RToken holders as a percentage of TVL of the RToken instead of a percentage of yield generated on the collateral</li><li>lets you use any token for decentralized governance, including but not limited to RSR; you can govern with RSR, create a brand new governance token, or bring an existing token and give it governance rights — <em>read below for the motivations behind this incentive design</em></li><li>does not include RSR overcollateralization</li></ol><p>You can start to get an idea of the differences in this simple diagram:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*sRg_WqM0QzJim-6q" /></figure><p>Let’s walk through these design choices one by one in detail.</p><h3>1. Adding a platform fee which goes to burning RSR</h3><p>Of the fees charged to holders of Index RTokens, a portion is taken off the top by the protocol itself and goes to burning RSR.</p><p><strong>Yes, we are bringing back the RSR burn 🔥🔥🔥</strong></p><p>A platform fee schedule will be released at launch.</p><p>RSR holders will ultimately have control of where the platform fee revenue goes. The main options are:</p><ul><li><strong>Direct burn:</strong> 100% of fees go to RSR burn</li><li><strong>LP burn:</strong> fees are converted to DEX liquidity tokens for RSR, which are burned — <em>the reasons to potentially prefer burning LP tokens instead of RSR directly are nuanced and this warrants community discussion to decide what we prefer</em></li><li><strong>RSR treasury:</strong> fees are stored in a treasury controlled by RSR holders</li></ul><p>As you digest the design choices below, you’ll see why we reached this conclusion. A platform fee guarantees that RSR holders would benefit from Index RToken growth and usage, should that occur. I’ll cover the governance roles RSR holders are expected to play below.</p><h3>2. Allowing Index RToken creators to use any token to govern an Index RToken</h3><p>Yield RTokens have so far all been governed by staked RSR.</p><p>(Technically speaking, a Yield RToken’s governor can be any smart contract you specify, so someone could create one that was governed by some other token, but so far nobody has been enterprising enough to do that. It would require technical sophistication.)</p><p><strong>Index RTokens, by contrast, will make it easy for their creators to select any token they want, including a brand new token they’ve just created, as the governance token.</strong></p><p><strong>An Index RToken’s governance token will be able to charge a governance fee to RToken holders, so the bigger the RToken gets, the more revenue the governance token will generate.</strong></p><p><strong>The reason to allow this, in short, is to create an extremely powerful incentive to attract all the best DTF creators and distributors in the next decade to build on Reserve.</strong></p><p>Imagine for a minute that Ethereum required that every app built on top of it could only use Ether as its governance token, and that all value from each app would thus have to accrue to ETH.</p><p>On one hand, if all apps on Ethereum suddenly paid out all their value to ETH, that would make ETH even more valuable than it is today.</p><p>On the other hand, if it had worked this way from the start, way fewer teams would have ever built apps. Only existing large ETH holders would have had the incentive to do so. It would have been extremely difficult to raise new capital and incentivize new teams to build new projects.</p><p>I think if Ethereum had worked that way it would have quickly been eclipsed by competitors that allowed builders to make their own tokens.</p><p><strong>I believe this same logic will apply to the universe of DTFs.</strong></p><p>Imagine this: you have a great idea for a new DTF. You can create it pretty much for free, and when you do, you mint a brand new governance token along with it. That governance token is yours to hand out to team members, partners, or investors in order to supercharge the launch of your DTF. You can stream it to DTF users as an incentive to get early users, or offer it to AMM liquidity providers to bootstrap liquidity for your DTF. And over time, your DTF develops a committed group of governance token holders who have an affinity for <em>that particular </em>DTF. They want more people to use <em>that</em> DTF, because the bigger it gets, the more valuable their governance token is. So what do they do? <strong>They do what every crypto community does: they shill! </strong>They talk not only about their own governance token and why it’s great, but about the DTF it’s connected to, and why that’s great.<strong> Now you have crypto’s decentralized marketing machine working for your DTF.</strong> And it may not even really be <em>your</em> DTF by this point. Maybe you created it on a lazy summer afternoon and put some energy in for a few months, then decided to sell your portion of the gov token and move on. It doesn’t need you — it has a whole thriving base of gov token holders who are incentivized to make it great and grow it.</p><p>Or imagine this: TradFiGiant, Inc. decides they want to get into the DTF game. They assign a team to study all the existing tech and conduct a “build or buy” analysis, to determine whether to make their own competing protocol or build on top of existing tech stacks. The team looks at Reserve first since it’s the biggest DTF protocol (true today, and hopefully indefinitely!). They see that they can create DTFs on Reserve and retain a good share of the fees for themselves via holding their own governance token. They work out a plan to launch TradFiGiant Token (TFGT) and use it as the gov token for all the DTFs they deploy on Reserve. <strong>They are happy to build on the industry leading tech stack instead of creating something from scratch, and the Reserve ecosystem is happy to host them and collect the platform fee as their DTFs grow.</strong> The more TradFiGiant markets their DTFs to their existing customer base, the more platform fees RSR holders get to direct, as described in section 1.</p><p>So you can see: in this vision, <strong>RSR remains the central asset in the Reserve ecosystem, just like ETH is the central asset in the Ethereum ecosystem.</strong> And by letting Index DTF creators bring their own tokens to the table, we invite WAY MORE people and companies to build on Reserve, just as Ethereum did from the start.</p><p>There are TONS of possibilities here.</p><ul><li>Existing memecoin communities can use their memecoin to govern DTFs.</li><li>Existing DeFi projects can use their governance token to govern DTFs.</li><li>Accelerators can form to incubate DTFs in exchange for 7% of their governance token.</li><li>Every DTF with a brand new gov token can choose whether to have a bonding curve, a dutch auction, an airdrop, farming rewards, a private round, vesting schedules, etc.</li></ul><p>Just as the giant mess of projects deployed on Ethereum have brought us some great tokens and some crappy ones, not every DTF gov token on Reserve will be something you’ll want to hold. But, in my vision of it, some really will be.</p><p>The obvious tradeoff is that any fees that go to some other governance token are not going to RSR holders. But I’m betting that gives us RSR holders a smaller slice of a much larger pie.</p><p>The near-term goal is, after all, to become the decentralized version of BlackRock. To be far and away the number 1 DTF platform. To be the Ethereum of DTFs.</p><p><em>Note that it is uncertain whether this will come to pass. We can design the software to create incentives, but many broad market forces have a lot of influence over the eventual outcome. As an ecosystem participant, you are the one with the power to create and participate in great DTFs and impact how this all turns out!</em></p><h3>3. RSR’s role in governing within the Reserve ecosystem</h3><p>RSR has three governance roles to play in the Reserve ecosystem:</p><ol><li><strong>Continuing to overcollateralize and govern Yield RTokens</strong></li><li><strong>Governing Index RTokens deployed by RSR holders</strong></li><li><strong>Meta-level governance within the Reserve ecosystem</strong></li></ol><p>Let’s break these down one at a time.</p><p>1. RSR will still be used to overcollateralize and govern Yield RTokens. This is pretty straightforward — nothing’s changing with the Yield Protocol, so as long as Yield RTokens in their current form keep seeing demand, RSR holders will continue to stake on them, govern, and earn staking rewards.</p><p>2. Like any other token, RSR can be used to govern any Index RToken. For existing RSR holders, deploying new DTFs with RSR as the governance token is a way to bring even more value to RSR. Such DTFs will benefit from an engaged and savvy community of governors, and may naturally receive the most support from people and companies that hold a lot of RSR. So we may see many Index RTokens deployed with RSR as the governance token. It’s worth noting that even Index RTokens that are not governed by RSR still generate platform fees that go to burning RSR or other uses as elected by RSR holders.</p><p>3. Although this plan is still in the discussion stage (publicly and within ABC Labs), there is an intention in the ecosystem to create a meta-level RSR DAO. Key likely responsibilities of this meta-level DAO include: directing protocol fees to burning RSR or other uses, governing which smart contracts existing RToken governors are allowed to update to (for greater system-wide security), governing the use of RSR emissions, and governing platform fees that are charged to Index RTokens.</p><p>I started by covering the design choices that most directly interface with RSR holders since RSR holders will read this article most closely. But let’s now turn to some of the choices that will be most relevant to making Index DTFs on Reserve a great product for users!</p><h3>4. Allowing any token with no collateral adapter needed</h3><p>For Yield RTokens, the protocol needs to know the price of each collateral asset at any point in time, because it needs to be able to tell when collateral has appreciated or defaulted.</p><p>Say you have an RToken with cUSDT (USDT lent out on Compound) as backing. The protocol has to be able to tell that the cUSDT gained in value via the yield that’s accruing to that position in order to calculate how to distribute the value of that underlying yield.</p><p>Similarly, if USDT were to de-peg, the protocol has to know this somehow in order to respond by trading out into other collateral and auctioning the right amount of staked RSR to make up the difference.</p><p><strong>Requiring pricing info means that each collateral asset must have an oracle price feed. But oracles cost money to maintain and only exist for a small minority of tokens out there, given how quickly new tokens are being created these days.</strong></p><p>Requiring a price oracle, in a world with different oracle providers, means that each collateral asset requires a collateral plugin smart contract that defines its oracle price feed so the protocol can understand it. This means a nontechnical person can’t add a new collateral asset to an RToken until a dev has taken the time to write this (simple, but still technical) new contract.</p><p>This means that the Reserve Yield Protocol has a more limited universe of potential collateral tokens. That’s fine for its main purpose, but when building index DTFs in DeFi it’s much better if creators and governors can easily add any token out there to the basket.</p><p><strong>Thus, in order to allow any token to be easily usable as collateral, the Reserve Index Protocol was designed to operate <em>without needing to know any prices of any collateral assets.</em></strong></p><p><strong>This choice is the central defining premise of the Index Protocol, around which all other design choices were made.</strong></p><p>The Index Protocol initially will be deployed on Ethereum, Base, and Solana. You’ll be able to bundle tokens <em>within </em>each blockchain. That can include tokens that are bridged from other blockchains, but Reserve will not have any additional bridging capability to offer.</p><p>Now let’s explore some of the resulting features that follow from this premise:</p><h3>5. Removing RSR staking and overcollateralization</h3><p>Without pricing info on collateral assets, it’s not possible for the protocol to detect defaults, since those are defined in terms of price deviations.</p><p>However, for the near-term index DTF use case, we’re betting that overcollateralization is less important, for two reasons:</p><p><strong>Reason 1: </strong>many of the collateral assets included in an index DTF in today’s market will be native tokens, which have no risk of default. Take for example a memecoin you just created — it’s just a token, not pegged to anything else, so one token is always one token, period. Its price does not relate to or depend on any other asset, so there is no way for it to “de-peg.”</p><p><strong>Reason 2: </strong>prospective index DTF users say in product interviews that they are fine taking the risk of bridged or wrapped assets.</p><p>The main tokens in index DTFs that could de-peg are bridged or wrapped assets, e.g. WBTC or bridged Bonk on Base. People told us they didn’t mind the “bridge risk” for the convenience of being able to hold a DTF that bundled many assets across chains.</p><p>And this makes sense. In the case of a yield DTF like USD3 or ETH+, the whole point is to hold a token that is “up only” with respect to its reference asset (in this case USD or ETH). Any case of loss relative to that asset would be really painful. And as we saw with the USDC de-peg early on in the life of eUSD, <a href="https://blog.reserve.org/eusd-emerges-strong-the-resilience-of-reserve-protocol-during-usdc-depegging-e5a698a990c9">the default response mechanism worked really well</a>!</p><p>For index DTFs, users are more interested in overall gains, irrespective of any specific reference asset. So the low risk that a wrapped collateral asset may de-peg at some point in the case of a bridge hack seems like a low-priority issue.</p><p><strong>This choice means that there is no need for RSR to be staked on Index RTokens.</strong></p><p>(In principle, an Index RToken could implement overcollateralization for the more established collateral assets that have oracle price feeds and are bridged or wrapped, such as WBTC. So if there is demand for this feature, a future version could bring the best of both worlds. However, it would have added a lot of code complexity and taken a lot longer to build, so didn’t seem like the right tradeoff to include at this point.)</p><h3>6. Charging governance fees as a percentage of TVL</h3><p>Like most index ETFs, it makes sense for index DTFs to charge a fee to users as a percentage of holdings.</p><p>If you hold $100 in an Index RToken and it charges holders an annual 1% fee, you will pay $1 per year in fees.</p><p>If it appreciated 20% in that year, your $100 would have turned into $120, and $1.20 would be deducted, leaving you with $118.80. (Technically it would happen continuously and the math would be ever so slightly different, but you get the idea.)</p><p>In contrast, Yield RTokens charge fees as a percentage of yield generated. This makes sense, given that their main value prop is yield.</p><p>For reference, TradFi fees, also called “expense ratios”, vary a lot according to research conducted by the <a href="https://www.ici.org/system/files/2023-03/per29-03.pdf">Investment Company Institute (ICI)</a>:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/585/0*o7ri1aCCoKpNJtRU" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/653/0*l1x3mpGeIYlLSmMV" /></figure><p>Governance fees can vary depending on the DTF. A large-cap crypto index that rarely changes or rebalances may charge a very low fee. In contrast, a memecoin index with frequent basket changes hunting for the newest meta may charge 5% or even more, and that may be totally worth it. For the DTF holders searching for 10–100x opportunities, a high-fee, high-variance DTF may achieve that outcome.</p><p>Part of the fee charged to RToken holders goes to the platform (i.e. RSR holders) and part goes to the RToken’s governors. These are called the <strong>platform fee</strong> and the <strong>governance fee</strong>. Governors cannot remove the platform fee.</p><p>Because a fee that’s a flat percentage of all of the tokens in the basket can be calculated in terms of number of tokens regardless of their market price, no collateral pricing info (and hence no oracle price feeds) are required for these fees.</p><h3>7. Allowing for very large collateral baskets</h3><p>The Yield Protocol contains quite a lot of code to do the fancy accounting necessary to track yield, monitor tokens for default, make use of staked RSR in defaults, and so on. The Index Protocol is comparatively simple.</p><ul><li>The Yield Protocol is 10,052 lines of code.</li><li>The Index Protocol is only 1,053 lines of code!</li></ul><p><em>(both numbers for the Ethereum versions)</em></p><p><strong>The reduction in lines of code means lower gas usage and fees on minting and redeeming. This means you can have much more diverse collateral baskets.</strong></p><p>On Ethereum L1:</p><ul><li>Yield RTokens can handle about 10 collateral tokens before they become too computationally expensive</li><li><strong>Index RTokens will be able to handle 50+ collateral tokens before they become too computationally expensive</strong></li></ul><p>On Base:</p><ul><li>Yield RTokens can handle about 20 collateral tokens before they become too computationally expensive</li><li><strong>Index RTokens will be able to handle 100+ collateral tokens before they become too computationally expensive</strong></li></ul><p>On Solana:</p><ul><li>As development is still underway, this number is not known yet.</li></ul><h3>8. Deploying the Index Protocol on Solana</h3><p>We believe the crypto space is ready for Index DTFs, and clearly there is a lot of action on Solana, so it made sense to deploy the Reserve Index Protocol there.</p><p>For now there is not a near-term plan to deploy the Yield Protocol on Solana. It’s complex enough that this would be quite a lot of additional development work.</p><h3>Timelines</h3><p>As I said in the introduction:</p><p><strong>The Ethereum and Base version of the Index Protocol is already undergoing its first of three code audits.</strong> The Solana version is currently scheduled to undergo its first audit in January.</p><p>The front end interface for this new protocol (including the “zaps” needed to facilitate minting and redeeming) will probably take the longest to finish before public launch. There’s still a lot more code to write for these.</p><p>When will it launch?</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/200/0*TIreyiRNJLHaKJ9A" /></figure><p><a href="https://twitter.com/reserveprotocol">𝕏 (formerly Twitter)</a> | <a href="https://warpcast.com/reserve">Farcaster</a> | <a href="https://www.youtube.com/@reserveprotocol">YouTube</a> | <a href="https://reserve.org/">Reserve.org</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=8d0059978457" width="1" height="1" alt=""><hr><p><a href="https://blog.reserve.org/introducing-the-reserve-index-protocol-8d0059978457">Introducing the Reserve Index Protocol</a> was originally published in <a href="https://blog.reserve.org">Reserve</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[How Reserve Helps DeFi Meet Users Where They’re At]]></title>
            <link>https://blog.reserve.org/reserve-helps-defi-meet-users-where-theyre-at-9a7a7cf43ac3?source=rss----5698c40d7862---4</link>
            <guid isPermaLink="false">https://medium.com/p/9a7a7cf43ac3</guid>
            <category><![CDATA[cryptocurrency]]></category>
            <category><![CDATA[rtoken]]></category>
            <category><![CDATA[decentralized-finance]]></category>
            <category><![CDATA[defi]]></category>
            <category><![CDATA[fintech]]></category>
            <dc:creator><![CDATA[nagaking]]></dc:creator>
            <pubDate>Wed, 04 Dec 2024 19:24:55 GMT</pubDate>
            <atom:updated>2024-12-04T19:24:55.793Z</atom:updated>
            <content:encoded><![CDATA[<h4>Breaking down barriers to DeFi’s money magic</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*62Gx09eiwOeeVq3G_Mmghw.png" /></figure><p>Decentralized finance (DeFi) unlocks financial freedom for everyone. No gatekeepers. No middlemen. Just direct access to raw financial innovation, supercharged by radical transparency and composability.</p><p>The promise is nothing short of <a href="https://blog.reserve.org/the-defi-revolution-hiding-in-plain-sight-8157b9514d7a">revolutionary</a>. Banking the unbanked, cutting remittance costs, and democratizing finance, all while streamlining global markets and even inventing <a href="https://blog.reserve.org/a-future-without-inflation-7efd62e354a0">new, better forms of money</a>.</p><p>Still, for most, DeFi is largely unusable. Users just don’t have time to navigate the convoluted, ever-changing landscape of apps, terminology, and evolving risk/reward.</p><p><strong>DeFi deserves to be used by the whole world, not just early adopters and true believers.</strong></p><p>So, how do we get there?</p><h3>Breaking down barriers</h3><p>To realize its promise, DeFi needs to be less like a full time job and more like a long-term investment — just set it and forget it, no matter who you are, no arcane knowledge needed.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*tjS6kRXL_NpFas0JMJzuDw.png" /><figcaption>Reserve unlocks easy access to DeFi by abstracting away complications. One-click minting (bottom) handles multiple transactions (top) under the hood to optimally assemble a diversified RToken.</figcaption></figure><p>The Reserve protocol enables this vision by breaking down three key barriers to entry into DeFi:</p><ol><li><strong>DeFi is daunting. </strong>Information overload makes DeFi unapproachable. Everyday investors don’t have time to keep up with “flavor of the week” apps and incentives, scour social media for alpha, or monitor for hacks, depegs, or rug-pulls. Investing should be dead simple.</li><li><strong>DeFi is disjointed. </strong>Too often, DeFi feels like a piecemeal hodgepodge of apps and services: on-ramps, chains, wallets, and dApps, each with their own unique interfaces and idiosyncrasies. A unified user experience is sorely needed.</li><li><strong>DeFi is dangerous. </strong>Despite major progress in risk monitoring and audits, DeFi is still riddled with scams, hacks, and depegs. Beyond the tough-to-swallow tail risk, threat monitoring can be an enormous time sink.</li></ol><p>By pushing unnecessary complications to the back-end, the Reserve protocol isolates these pain points and offloads them away from the end user.</p><p>Easy, safe, effective DeFi.</p><h3>RTokens: a single interface to all of DeFi</h3><p><a href="https://app.reserve.org/compare">RTokens</a> act like a standardized interface to <a href="https://app.reserve.org/explorer/collaterals">all of DeFi</a> — a single point of entry to top opportunities, with yield-chasing and depeg risk offloaded to <a href="https://blog.reserve.org/how-to-stake-reserve-rights-rsr-f5393fe24573">Reserve Rights (RSR) stakers</a> on the back end.</p><p>Instead of mastering the ins and outs of multiple DeFi platforms, RTokens let users pick their favorite flavor of DeFi — stablecoin lending, market-making, liquid staking — and earn diversified yield with a single click.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*un3QBVoR1at5ULojCAwbDA.png" /><figcaption>RTokens offer a single point of entry to a wide range of DeFi products. The Reserve protocol supports <a href="https://app.reserve.org/explorer/collaterals">70+ tokenized assets</a> that anyone can freely combine to <a href="https://blog.reserve.org/rtoken-basket-design-1d20ae03bf89">create custom RTokens</a>.</figcaption></figure><p>From there, the pains of position management are delegated to <a href="https://blog.reserve.org/how-to-stake-reserve-rights-rsr-f5393fe24573">RSR stakers</a>. Stakers earn a portion of an RToken’s yield in exchange for governance and security — pledging their RSR as emergency first-loss capital while managing the RToken’s configuration and collateral.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*YqJcSyHLvJV-TNBZYpxUxA.png" /><figcaption>RSR stakers make RToken investing simple by managing asset allocations and backstopping losses.</figcaption></figure><p>This separation of concerns unlocks two RToken “superpowers” that enable “set it and forget it” DeFi investment:</p><h4><strong>RTokens are shape-shifting</strong></h4><p>RSR stakers manage the <a href="https://blog.reserve.org/rtoken-basket-design-1d20ae03bf89">collateral composition</a> of RTokens, and can sub in better yielding, more liquid, or safer assets whenever necessary. This takes yield chasing and position management out of the hands of RToken holders, who just hold a single token while stakers handle the rest.</p><h4><strong>RTokens are <em>self-healing</em></strong></h4><p>Staked RSR also acts as an emergency backstop — sold off to cover losses if <a href="https://blog.reserve.org/eusd-emerges-strong-the-resilience-of-reserve-protocol-during-usdc-depegging-e5a698a990c9">collateral depegs</a>. This mitigates potential losses for RToken holders, and incentivizes RSR stakers to maintain safe collateral. Since stakers are the first ones “on the hook” if collateral defaults, they’re incentivized to monitor risks proactively — one less thing for RToken holders to worry about.</p><p>RTokens offer a single, simple interface to all of DeFi: one-click access to safer, sustainable yield. But what about users who aren’t quite ready to dive into DeFi?</p><h3>Easy access through fintech app integrations</h3><p>Fintech app integrations allows users to earn RToken yield without interacting with the blockchain. No wallet, no chain explorer, no dApps — just DeFi yield wrapped in a familiar app format.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/700/0*0a28EHP3t-L3H9ls.jpeg" /><figcaption><a href="https://ugly.cash/">UGLYCASH</a> allows users to earn RToken yields through their banking and payments app, no blockchain needed.</figcaption></figure><p>Reserve Protocol <a href="https://forum.reserve.org/t/rfc-eusd-rev-share-with-fintech-apps/801/20">shares revenue</a> with RToken integrators, who can then share it with their users. On-chain interactions all happen behind the scenes, giving users low-friction access to RToken yield through a simple app interface.</p><h3>DTFs: Just buy the haystack</h3><blockquote>“Don’t look for the needle in the haystack. Just buy the haystack!”</blockquote><blockquote><strong><em>John C. Bogle, Vanguard Founder</em></strong></blockquote><p>As crypto markets grow increasingly complex, zeroing in on particular investment theses grows increasingly difficult. Today, over 4 million crypto tokens are traded on DEXs — up over 200% this year — with at least 3,500 tokens boasting a $1M+ market cap (source: <a href="https://www.geckoterminal.com/">GeckoTerminal</a>, <a href="https://www.coingecko.com/">CoinGecko</a>).</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/641/1*IkatTef-6Iey5r200tiYPA.png" /><figcaption>Exponential growth in the number of tokens traded on decentralized exchanges (as of November 2024).</figcaption></figure><p>Clearly, no one person can keep track of them all.</p><p>Enter <strong>Decentralized Token Folios, </strong>or <strong>DTFs</strong>, a new crypto index platform coming soon from the Reserve Protocol. DTFs allow anyone to create a tradeable portfolio of tokens — like TradFi index funds — that tracks any theme, trend, or market sector with a single token.</p><p>So, instead of scouring social media, whitepapers, or DEXscreener for concentrated bets on particular theses, investors can just choose from thematic DTFs that target their preferred narrative— memecoins, AI, DePIN, DeFi, GameFi, DeSci, <em>etc.</em></p><p>DTFs let users focus on the narratives they care about, offloading the tedium to portfolio curators.</p><h3>Meet Reserve, wherever you’re at</h3><p>Whether it’s yield farming, saving, or trading you’re after, the Reserve protocol offers straightforward access to all that DeFi has to offer.</p><p>Interested in learning more?</p><ul><li>Check out our <a href="https://blog.reserve.org/preserve-your-purchasing-power-with-asset-backed-currencies-bf6f61d41908">new user guide </a>— no experience necessary!</li><li>Explore <a href="https://app.reserve.org/">top RTokens</a> and <a href="https://app.reserve.org/earn">yield opportunities</a> on Reserve Register</li><li>Follow Reserve on <a href="https://x.com/reserveprotocol">𝕏 (formerly Twitter)</a> and <a href="https://warpcast.com/reserve">Farcaster</a>, or join the <a href="https://discord.gg/reserveprotocol">Reserve Discord server</a> for more in-depth discussion</li></ul><h3>About Reserve</h3><p>​​Reserve is a free, permissionless platform to build, deploy, and govern asset-backed currencies called “RTokens.” RTokens are always backed 1:1, are overcollateralized, and allow permissionless minting and redeeming onchain by users without the need for middlemen. Overcollateralization is provided by <a href="https://reserve.org/en/protocol/reserve_rights_rsr/">RSR governance token</a> stakers. Each RToken can have an entirely different governance system and is governed separately by ecosystem stakers. Thus far the Reserve protocol has launched on Ethereum mainnet, Base, and Arbitrum One, and completed its ninth <a href="https://reserve.org/protocol/security/#smart-contract-security-audits">audit</a> in April 2024.</p><p><a href="https://discord.gg/reserveprotocol">Discord</a> | <a href="https://twitter.com/reserveprotocol">𝕏 (formerly Twitter)</a> | <a href="https://warpcast.com/reserve">Farcaster</a> | <a href="https://www.youtube.com/@reserveprotocol">YouTube</a> | <a href="https://reserve.org/">Reserve.org</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=9a7a7cf43ac3" width="1" height="1" alt=""><hr><p><a href="https://blog.reserve.org/reserve-helps-defi-meet-users-where-theyre-at-9a7a7cf43ac3">How Reserve Helps DeFi Meet Users Where They’re At</a> was originally published in <a href="https://blog.reserve.org">Reserve</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Preserve Your Purchasing Power with Asset-Backed Currencies]]></title>
            <link>https://blog.reserve.org/preserve-your-purchasing-power-with-asset-backed-currencies-bf6f61d41908?source=rss----5698c40d7862---4</link>
            <guid isPermaLink="false">https://medium.com/p/bf6f61d41908</guid>
            <category><![CDATA[fintech]]></category>
            <category><![CDATA[defi]]></category>
            <category><![CDATA[decentralized-finance]]></category>
            <category><![CDATA[cryptocurrency]]></category>
            <category><![CDATA[rtoken]]></category>
            <dc:creator><![CDATA[nagaking]]></dc:creator>
            <pubDate>Thu, 31 Oct 2024 20:34:58 GMT</pubDate>
            <atom:updated>2024-10-31T21:26:54.810Z</atom:updated>
            <content:encoded><![CDATA[<h4>A practical guide to the Reserve protocol for all skill levels</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*q6FwoBy1eGAbJEsLxESY1g.png" /></figure><p>Money is <a href="https://blog.reserve.org/a-future-without-inflation-7efd62e354a0">always losing value</a>. From 2020 to 2024, consumer prices rose 20–30% in most developed countries, and at least three national currencies — the Turkish Lira, Argentine Peso, and Venezulean Bolivar — crashed over 80%.</p><p>Those building the Reserve protocol believe <a href="https://blog.reserve.org/a-future-without-inflation-7efd62e354a0">we can do better</a>. By bundling assets and using them as money, Reserve enables a new type of inflation-resistant money: asset-backed currencies, or “<a href="https://reserve.org/protocol/rtokens/">RTokens</a>”.</p><p><strong>Today, over $200M in RTokens have been minted on Reserve, and anyone is free to use them. So, how do you get started?</strong></p><p>This guide explains how to start using savings-like RTokens and, if you’re interested, how to earn more with Reserve. The guide is divided into 3 tiers:</p><ul><li><strong>Beginner:</strong> Depositing via fintech app</li><li><strong>Intermediate: </strong>Minting RTokens on the blockchain</li><li><strong>Advanced:</strong> Staking RSR to secure RTokens and earn more</li></ul><h3>Beginner: Deposit via fintech app</h3><p>Currently, the easiest way to earn RToken yield is to use the <a href="https://ugly.cash/">UGLYCASH</a> app. UGLYCASH is a banking and payment app that allows users to earn RToken yields through their UGLYCASH Earn feature. If it’s available where you live (U.S. and Latin America¹), you can get started with just a few steps.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*LxquSE0NhYTNdzzcv_Ie1w.jpeg" /><figcaption>UGLYCASH Earn: a simple app interface for RToken yield</figcaption></figure><h4><strong>For U.S. users:</strong></h4><ol><li><strong>Download the app </strong>from your device’s app store (<a href="https://apps.apple.com/us/app/ugly-cash/id1587912468">Apple App Store</a>, <a href="https://play.google.com/store/apps/details?id=rsv.walletapp.reserve">Google Play</a>).</li><li><strong>Create an account.</strong> Verify with your phone, click “Start banking now!”, and follow the prompts to choose a username, register your email address, and verify your identity and location.</li><li><strong>Add funds. </strong>Click “Add funds” to transfer money into your Ugly Cash checking account.</li><li><strong>Connect your bank account</strong>. Follow the prompts to connect your account using Plaid.</li><li><strong>Deposit into UGLYCASH Earn. </strong>Click “Add money” under the UGLYCASH Earn tab to start earning interest using RTokens under the hood.</li></ol><h4><strong>For Users in Latin America:</strong></h4><ol><li><strong>Download the app </strong>from your device’s app store.</li><li><strong>Create an account.</strong> Verify with your phone, click “Submit your info now,” and follow the prompts to choose a username, register your e-mail address, and verify your identity and location.</li><li><strong>Add funds. </strong>Click “Add funds,” choose how you’d like to deposit, and follow the prompts. Currently, there are 4 deposit options:<br>– <strong>Deposit stablecoins </strong>from Tron (USDT), Ethereum (USDC or DAI) or Base (eUSD, hyUSD or USD3)<br>– <strong>Deposit via local bank transfer</strong> (only in MX)<br>– <strong>Receive money </strong>from LATAM or some US states via P2P or Sobrecito (Transfer Link).<br>– <strong>Open a virtual account</strong> to receive ACH/wire transfers from the US. Click “US Bank” in the home screen and follow the prompts ($5 minimum deposit required).</li><li><strong>Earn yield automatically </strong>once your funds are received.</li></ol><p><strong>Congrats! </strong>You’re now officially preserving your purchasing power with asset-backed currencies. You can always retrieve your funds by withdrawing from UGLYCASH Earn and into your bank account with the “Withdraw” button.</p><h3>Intermediate: Mint RTokens on the blockchain</h3><p>You can also mint RTokens directly on the blockchain using Ethereum, Base, or Arbitrum. This route requires some setup (see DeFi Rate’s <a href="https://defirate.com/projects/">new user guide</a>), but opens up more possibilities, like <a href="https://app.reserve.org/compare">selecting specific RTokens</a> and <a href="https://app.reserve.org/earn">using them throughout DeFi</a>.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/858/1*8J_k_Th9IeoXsD2_kWTc9Q.png" /><figcaption>Mint RTokens with one transaction at <a href="https://app.reserve.org/">https://app.reserve.org/</a></figcaption></figure><p>RTokens can be minted on Ethereum mainnet, Base, or Arbitrum by following the steps below:</p><ol><li><strong>Connect to Reserve Register Dapp</strong>. Connect your wallet at <a href="https://app.reserve.org/">https://app.reserve.org/</a></li><li><strong>Choose an RToken</strong>. Click “Browse” to compare or the “RToken” dropdown to choose directly. If you choose an RToken on another chain, your wallet should prompt you to switch networks. To earn interest on dollar stablecoins, check out <a href="https://app.reserve.org/ethereum/token/0x0d86883faf4ffd7aeb116390af37746f45b6f378/overview">USD3</a> or hyUSD (<a href="https://app.reserve.org/ethereum/token/0xacdf0dba4b9839b96221a8487e9ca660a48212be/overview">mainnet</a>, <a href="https://app.reserve.org/base/token/0xcc7ff230365bd730ee4b352cc2492cedac49383e/overview">Base</a>).</li><li><strong>Navigate to the “Mint” page </strong>using the vertical menu to the left.</li><li><strong>Mint the RToken. </strong>Choose an asset to pay with in the “You use:” box. Enter an amount to pay, and check how many RTokens you’ll receive in the “You receive:” box. If you’re satisfied, click the “Zap Mint” button.</li><li><strong>Approve and execute the transaction </strong>using your wallet. Once the transaction is confirmed, the minted RTokens will be available in your wallet.</li></ol><p><strong>Done!</strong> RTokens in your wallet will automatically accrue interest and can be <a href="https://app.reserve.org/earn">used throughout DeFi</a> to earn more. To withdraw, you can exchange for common assets using the “Redeem” tab on the “Mint” page.</p><h3>Advanced: Stake RSR to secure RTokens &amp; earn more</h3><p><a href="https://reserve.org/protocol/reserve_rights_rsr/">Reserve Rights</a> (RSR) is the Reserve protocol’s governance token. It can be <a href="https://blog.reserve.org/how-to-stake-reserve-rights-rsr-f5393fe24573">staked on individual RTokens</a> to earn yield in exchange for governing RTokens and providing first-loss capital in case of depeg. Whenever you unstake, there is an unstaking delay (typically 2 weeks) to prevent potential abuse.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/858/1*zM3DU5G76uw4Ub2cqfFXWw.png" /><figcaption>Example staking interface on <a href="https://app.reserve.org/">https://app.reserve.org/</a></figcaption></figure><p>Staking RSR can help you preserve purchasing power through additional yield and direct input into RToken governance decisions (e.g., which collaterals to on- or off-board). Staking RSR gives you a stake in an RToken’s future. RSR can be staked on any RToken as follows:</p><ol><li><strong>Purchase RSR </strong>from your preferred exchange (see all markets on <a href="https://coinmarketcap.com/currencies/reserve-rights/">CoinMarketCap</a>).</li><li><strong>Connect to Reserve Register Dapp</strong>. Connect your wallet at <a href="https://app.reserve.org/">https://app.reserve.org/</a></li><li><strong>Choose an RToken</strong>. Click “<a href="https://app.reserve.org/compare">Browse</a>” to compare or the “RToken” dropdown to choose directly. If you choose an RToken on another chain, your wallet should prompt you to switch networks. Your RSR will have to be on the same network, so be sure to purchase or <a href="https://app.reserve.org/bridge">bridge</a> it there.</li><li><strong>Navigate to the “Stake” page </strong>using the vertical menu to the left.</li><li><strong>Stake your RSR. </strong>Choose how much RSR you’d like to stake in the “You stake:” box. Check how much staked RSR you’ll receive in the “You receive:” box. If you’re satisfied, click the “Stake RSR” button.</li><li><strong>Approve and execute the transaction </strong>using your wallet. Once the transaction is confirmed, the staked RSR will be available in your wallet.</li></ol><p><strong>Congrats!</strong> You’ve now delved one step deeper into the Reserve ecosystem. Staking interest will automatically accrue to your staked RSR, and you can initiate unstaking on the “Stake” page. You can monitor governance proposals on the <a href="https://forum.reserve.org/">Reserve Forum</a> and vote or create proposals under “Governance” on each RToken’s page.</p><h3>About Reserve</h3><p>​​Reserve is a free, permissionless platform to build, deploy, and govern asset-backed currencies called “RTokens.” RTokens are always backed 1:1, are overcollateralized, and allow permissionless minting and redeeming onchain by users without the need for middlemen. Overcollateralization is provided by <a href="https://reserve.org/en/protocol/reserve_rights_rsr/">RSR governance token</a> stakers. Each RToken can have an entirely different governance system and is governed separately by ecosystem stakers. Thus far the Reserve protocol has launched on Ethereum mainnet, Base, and Arbitrum One, and completed its ninth <a href="https://reserve.org/protocol/security/#smart-contract-security-audits">audit</a> in April 2024.</p><p><a href="https://discord.gg/reserveprotocol">Discord</a> | <a href="https://twitter.com/reserveprotocol">𝕏 (formerly Twitter)</a> | <a href="https://warpcast.com/reserve">Farcaster</a> | <a href="https://www.youtube.com/@reserveprotocol">YouTube</a> | <a href="https://reserve.org/">Reserve.org</a></p><p><em>¹ UGLYCASH Earn is currently available in Argentina, Chile, Colombia, Costa Rica, Dominican Republic, Ecuador, El Salvador, Guatemala, Honduras, Mexico, Panama, Paraguay, Peru, Uruguay, Venezuela, and the following U.S. states: CO, CA, DE, IL, IN, KS, KY, MA, MO, MS MT, NE, ND, NH, NJ, PA, SC, TN, TX, VA, VT, WI, &amp; WY</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=bf6f61d41908" width="1" height="1" alt=""><hr><p><a href="https://blog.reserve.org/preserve-your-purchasing-power-with-asset-backed-currencies-bf6f61d41908">Preserve Your Purchasing Power with Asset-Backed Currencies</a> was originally published in <a href="https://blog.reserve.org">Reserve</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
    </channel>
</rss>