<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Stable</title>
        <link>https://blog.stable.xyz</link>
        <description>Stable is the first StableChain designed for seamless financial transactions, powered by USDT as the native gas token.</description>
        <lastBuildDate>Mon, 24 Aug 2026 00:50:35 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Stable</title>
            <url>https://storage.googleapis.com/papyrus_images/f2b6c94a65f71bde0b4ecc80a3dcba9aecd385ba3b45507731e90449aad42ce4.jpg</url>
            <link>https://blog.stable.xyz</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Stable Mainnet v1.8.0 Upgrade]]></title>
            <link>https://blog.stable.xyz/stable-mainnet-v180-upgrade</link>
            <guid>E6BSHsqqQB0XmnwU3itF</guid>
            <pubDate>Thu, 20 Aug 2026 09:07:24 GMT</pubDate>
            <description><![CDATA[We are pleased to announce that Stable Mainnet will be upgraded to Stable v1.8.0 on August 26, 2026. Stable v1.8.0 is a protocol upgrade focused on two capabilities that payment infrastructure needs at scale: throughput and predictability. The upgrade introduces coordinated improvements across transaction execution, mempool processing, state storage, and transaction inclusion, including Guaranteed Blockspace for eligible traffic, helping the network process higher transaction volumes efficien...]]></description>
            <content:encoded><![CDATA[<p>We are pleased to announce that Stable Mainnet will be upgraded to <strong>Stable v1.8.0 on August 26, 2026.</strong></p><p>Stable v1.8.0 is a protocol upgrade focused on two capabilities that payment infrastructure needs at scale:<strong> throughput and predictability</strong>. The upgrade introduces coordinated improvements across transaction execution, mempool processing, state storage, and transaction inclusion, including Guaranteed Blockspace for eligible traffic, helping the network process higher transaction volumes efficiently while delivering more consistent performance under sustained demand.</p><p>Together, these improvements strengthen Stable's capacity to support high-volume payments and settlement activity 24/7, giving enterprise applications the performance and transaction certainty needed to move more critical financial activity onchain.</p><h2 id="h-upgrade-overview" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Upgrade Overview</h2><p>Stable v1.8.0 improves the full transaction lifecycle, from the moment a transaction is submitted to when it is executed and permanently recorded onchain.</p><ul><li><p>Upgrade activation: August 26, 2026 (around 07:00 UTC)</p></li><li><p>Upgrade height: 36976000&nbsp;</p></li><li><p>Recommended upgrade preparation: At least 24 hours before activation if using Stablevisor or Cosmovisor. </p></li><li><p>For node operators not using Stablevisor or Cosmovisor, wait for the node to reach the upgrade height and replace the binary once the node stops at that height.</p></li></ul><h2 id="h-what-the-upgrade-means" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What the Upgrade Means</h2><ul><li><p>For users, this means more consistent transaction performance during periods of high demand.</p></li><li><p>For developers and businesses, it means applications can operate multiple transaction streams from the same account, reduce delays caused by transaction queues, and gain more reliable inclusion for eligible priority traffic.</p></li><li><p>For validators, it means using available computing and storage resources more efficiently, allowing the network to scale more effectively.</p></li></ul><h1 id="h-stable-v180-upgrade-highlights" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Stable v1.8.0 Upgrade Highlights&nbsp;</h1><p><strong>At a high level, v1.8.0 delivers two major improvements: higher throughput and more predictable transaction inclusion.</strong></p><h2 id="h-higher-throughput" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Higher Throughput&nbsp;</h2><p>Stable can process more transactions by executing independent activity in parallel, reducing unnecessary work after each block, and making state storage more efficient.</p><p>Instead of relying on one optimization, the upgrade addresses multiple bottlenecks across the transaction lifecycle.</p><h2 id="h-more-predictable-transaction-inclusion" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">More Predictable Transaction Inclusion</h2><p>Applications can submit transactions across independent nonce channels, preventing one delayed transaction from blocking subsequent transactions from the same account.</p><p>Through Guaranteed Blockspace, the network can also reserve block capacity for selected traffic categories when configured through governance. This gives eligible, time-sensitive payment and settlement traffic more reliable access to blockspace during periods of high network activity.</p><p><strong>These improvements are introduced through four protocol-level upgrades:</strong></p><ul><li><p>Optimistic Parallel Execution</p></li><li><p>Selective RecheckTx</p></li><li><p>MemIAVL</p></li><li><p>2D Nonce and Guaranteed Blockspace</p></li></ul><p>Each upgrade targets a different stage of the transaction lifecycle. Together, they improve how Stable accepts, prioritizes, executes, and stores transactions.&nbsp;</p><h2 id="h-guaranteed-blockspace-for-enterprise-payments" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Guaranteed Blockspace for Enterprise Payments</h2><p>For enterprises, v1.8.0 delivers greater transaction capacity and more reliable execution for high-volume payment and settlement flows. Independent transaction streams and Guaranteed Blockspace ensures that critical activities continue smoothly without affecting transaction speed or finality, even during periods of high network demand.</p><p>Together, these improvements strengthen the network for payment providers, exchanges, and treasury platforms operating 24/7/365, <strong>providing a stronger foundation for moving high-volume payment and settlement activity from traditional rails onchain.</strong></p><h2 id="h-improving-the-transaction-lifecycle" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Improving the Transaction Lifecycle</h2><p>Every transaction moves through a series of stages before it is finalized onchain.</p><p>A user or application submits it, the network selects it for inclusion in a block, executes it, and commits it to storage. After the block is committed, remaining pending transactions are reviewed again.</p><p>Stable v1.8.0 improves each of these stages:</p><ul><li><p><strong>Submission</strong>: Applications can submit transactions through independent nonce channels, so one delayed transaction does not block the rest.</p></li><li><p><strong>Inclusion</strong>: Block capacity can be reserved for selected transaction categories during periods of high activity.</p></li><li><p><strong>Execution</strong>: Independent transactions can run simultaneously across multiple CPU cores while preserving deterministic results across the network.</p></li><li><p><strong>Storage</strong>: State changes can be recorded with substantially fewer disk writes.</p></li><li><p><strong>Post-block processi</strong>ng: Nodes recheck only pending transactions that may have been affected by the latest block.</p></li></ul><p>The result is a network designed to sustain higher transaction volumes while maintaining predictable performance.</p><h2 id="h-built-for-high-volume-payments" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Built for High-Volume Payments</h2><p>Stable v1.8.0 strengthens the network's foundation for high-volume payments, exchange settlements, treasury operations, and agent-driven transactions as activity continues to grow.</p><p>With this upgrade, we are improving the transaction lifecycle end to end so Stable can support higher volumes with greater efficiency, reliability, and predictability.</p><h2 id="h-build-on-stable" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Build on Stable</h2><p><strong>Documentation</strong>: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz"><u>https://docs.stable.xyz</u></a><br><strong>Mainnet Hub:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz"><u>https://hub.stable.xyz</u></a><br><strong>StablePay</strong>: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.stablepay.to/"><u>https://www.stablepay.to/</u></a><br><strong>Blog</strong>: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz"><u>https://blog.stable.xyz</u></a><br><strong>X</strong>: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable"><u>@Stable</u></a><br><strong>Community</strong>: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"><u>https://discord.gg/stablexyz</u></a></p><p><br><br></p>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/b6b6ed2878699c62d3bfa5ade9c2a676e4c6e7ec365212143d0abccbc07d961e.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[USDT as Everyday Money | Stable Thesis]]></title>
            <link>https://blog.stable.xyz/usdt-as-everyday-money-or-stable-thesis</link>
            <guid>8UebZcCKekUB4O0yci8q</guid>
            <pubDate>Tue, 11 Aug 2026 14:02:22 GMT</pubDate>
            <description><![CDATA[Welcome to the third edition of Stable Thesis, a series where we explore real-world stablecoin use cases on Stable. This edition looks at what it takes to bring USDT's scale into everyday payments, and how StablePay is designed to make that experience simple enough for daily use. TL;DR StablePay is designed to make everyday USDT payments feel simple by keeping networks, gas, and wallet addresses out of the user experience. StableChain supports that experience with the settlement infrastructur...]]></description>
            <content:encoded><![CDATA[<p>Welcome to the third edition of Stable Thesis, a series where we explore real-world stablecoin use cases on Stable. <strong>This edition looks at what it takes to bring USDT's scale into everyday payments, and how StablePay is designed to make that experience simple enough for daily use.</strong></p><h3 id="h-tldr" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>TL;DR</strong></h3><ul><li><p>StablePay is designed to make everyday USDT payments feel simple by keeping networks, gas, and wallet addresses out of the user experience.</p></li><li><p>StableChain supports that experience with the settlement infrastructure purpose-built for USDT payments.</p></li><li><p>Users can pay, receive and request USDT, add funds, withdraw anytime, and access StableEarn, all from one app through StablePay.</p></li><li><p>StablePay and StableEarn create a more continuous journey around the same USDT balance, from paying, getting paid to putting idle funds to work.</p></li></ul><h2 id="h-the-premise" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The Premise</h2><p>For stablecoins to reach mainstream adoption, they need to work the way people already expect money to work: easy to send, easy to receive, simple to request, and immediately usable once it arrives. The complexity of wallets, networks, addresses, and gas should sit behind the experience, not in front of the user.</p><p>That is the experience StablePay is built around: making the infrastructure less visible so users can focus on what they actually want to do with their USDT.</p><h2 id="h-from-global-rails-to-everyday-life" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">From Global Rails to Everyday Life</h2><p>Stablecoins have become one of the clearest examples of real-world utility in crypto.</p><p>Everyday payments present a different challenge. Sending money home, splitting a dinner bill, paying a freelancer, covering rent, or reimbursing a friend are some of the frequent and familiar money movements in our daily lives. Yet even after years of stablecoin growth, the consumer experience has lagged. Users still encounter:</p><ul><li><p>Long wallet addresses&nbsp;</p></li><li><p>Separate gas tokens and unpredictable fees</p></li><li><p>Multiple apps or bridges</p></li><li><p>Delays and uncertainty when moving value across borders</p></li></ul><h2 id="h-the-gap-between-holding-usdt-and-using-it" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The Gap Between Holding USDT and Using It</h2><p>USDT adoption continues to grow. In Q2 2026 alone, Tether reported that its global user base increased by more than 30 million users. In its latest report, 88.2% of 2.2 billion onchain USDT transfers in Q4 2025 were worth less than $1k, showing how much activity already happens at amounts relevant to individual users.</p><p>Sending USDT can still require users to choose a network, confirm that the recipient supports it, copy a wallet address, maintain another token for gas, and move between multiple applications.</p><p><strong>StablePay is built to remove that complexity.</strong></p><p>It turns USDT from a balance users hold into money they can pay, receive, request, and put to work from one simple app.</p><h2 id="h-everyday-usdt-payments-in-one-app" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Everyday USDT Payments in One App.</h2><p>StablePay is built around what the user wants to do:</p><p><strong>Pay. Receive. Request. Earn.</strong></p><p>To make a payment, users select an amount and find the recipient through their name, email address, phone number, StableName, or QR code. Transfers are instant and at no cost. Both parties receive confirmation when the payment is complete.</p><p><strong>This simplifies the user experience as StablePay abstracts all the friction points such as choosing a blockchain, asking recipients long wallet addresses.</strong> They enter an amount, confirm the recipient, and pay.</p><p>That distinction is essential for everyday use. Infrastructure decisions that are manageable during an occasional crypto transfer quickly become unnecessary friction when payments happen regularly.</p><h2 id="h-how-stablepay-delivers-a-simple-payment-experience" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">How StablePay Delivers a Simple Payment Experience</h2><p>StablePay is the everyday app for global USDT payments, live on iOS and Android across 160+ countries. It is self-custodial and built directly on StableChain.&nbsp;</p><p>The core experience includes:</p><ul><li><p>Instant, free transfers between StablePay users, 24/7.</p></li><li><p>Pay by StableName, email, phone number, or QR code. No long addresses required.</p></li><li><p>Request payments via link or QR</p></li><li><p>Add funds from wallets, exchanges, or supported fiat methods</p></li><li><p>Withdraw to external wallets or exchanges in a few taps</p></li><li><p>Built-in StableEarn so idle balances can earn yield without leaving the app.</p></li></ul><p>StablePay brings these actions into one connected experience so users can focus on what they want to do with their USDT balance rather than evaluating the infrastructure required to do it.</p><p><strong>Why SableChain Matters</strong></p><p>The simple payment experience is supported by the infrastructure designed specifically around USDT.&nbsp;</p><p>StableChain uses USDT for payments and gas, provides sub-second finality, and keeps transaction costs predictable. <strong>These properties give StablePay the foundation to abstract network complexity and offer instant, free payments between StablePay users.</strong></p><p>StablePay sits on top of that infrastructure and hides the complexity. The blockchain becomes invisible; the money just moves.</p><h2 id="h-one-balance-multiple-uses" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">One Balance, Multiple Uses</h2><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/f4716554f51f53fc9d4eff0a1921f3c8ec15908cd56ab8d12c88331958a947f3.jpg" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAIAAABj86gYAAAACXBIWXMAABYlAAAWJQFJUiTwAAAFW0lEQVR4nEVVSWxTVxQ9ISEJBCeene/he/jfsz+28z0ksTM4UWwMGXCBECdx4zgumBJECCLQQEAVJAhVhUqN1EWkVmJXpKoLWiiCdgELQIWoXbSLSlVVqYsu2kWXXbm6z06RrqIvv9x73r33nPMANaBhoQe4BlhawbfB1g5BCVEFUQOnHm4DPJ3wGyGZEDQjbKlH0ALJDL+JTl0GiDqIasq1tMLYCAOgA6AEfVmVsKlgV1N1q4JVV1N1l56SfRwCO6VlHhEeESsLHnINw0j/4zZA1FIu3wrzbrouASgArgnxAPrDiPtg3kPHdgVd36mGU0dpNQC6NQ/ZiqiNQrbTt8xDstBpvYkaQBsDaKKpoJ01woFmxYE12AZeAUFFTfh27k6XtSJmR0xARKC/MQFRB/UR5utNuDtpnv9PycSmRB2YYDrj11W8jUW3Zy1qX5U1S8H2pRAWAliSpQ9TrlsDsU8yjo0BLMa49SFufQjvdlMHURurbkKAzYdGpKHube07TeyqAbT6iqPSiQn/qdy+432BMzn34mHMDtqXcm3lg5rFidC1ec/VKdulvGJ5yny5YFmd0azMoPQWKpOYPYRSDsfT5tMF5LMthfHd+YOIeWBuoklwTWzJeoBXw6aGXQtBD7ETXiO8JkhWyAKiTvS6kfBjMIgRGcNd9RgJIbUf/QH0+dDrRNzFehIRctAyrHupCWPjzuh1NZoCpl3gd0PYR6N0aeDRQ+pE0IgoW0BCQJ8TSRG9DvqFFmCGxMHP5uNiC6gx0N5BGARQE4FfjSiHiBuyiGQAPV4MhjAsIxNDthtHU8j1YyKJI/2YHKKP8QSODGKsF2MJHOrBgRhGIkiFKSvuIYIQgAKmlp27O5XwahESEBWQ9CLpw+B+pILIxpGJYLQHByJUNJekGO/BaDfBZOMEPxJmowuiz49+iUYqaiDWABprHG1gSma60DcQrF1J0hM0JE4PR0yXrZB4CqI/U4BkoT15OGKnqKvrVFDB2gFzB7hm2gF1oALcqtzdzLHPs+UHufMvZ08+OTb9ZW5lu3jhVXFle778OD99f7LwIL/8unzhh4Xio5m5b2YKD/LlJ7PnXpbmH+bnH+ZXXi1c/rF86tuZ4/eOTn9xdOlp4cLzOezvhKGBsajLsLY9u/Ji6uYv80+qV76uvnf59ezmn5XH1SvfV2/e/Wf53LP8R79Vnlevv6he//iP08tPp2/8VP6quvZd9f3V7bmVl4Wtv5ZeVDfu/Xvx7LPJGz9X7vy+uPX3OcRN0IItwLoHWR4zbmQdGHfhiBczMkoplPqRD6AYw0IfFgdRiuPtCIpRnBlAoQvFCKZDbZUUit2Y8FDWVDh2tYicFxkHhm20BtIB10SjT6fd65ukBksHjM3jG1vHNj9DyE3Djbpv3X+F1TW4THDpd5Uqy5++RqKbbEfUb63f3vzgIlmLVQmn8dajX5EdZ9RvJlsjmnLNRP/0IZy+TTnkJ2pMjGrLJxB1QTZDtoxcv6Mqn2VqsGD6sPDOJaTDxH2/cfZ8pXLtVN10xQ7MnUSmj9mzom7aRCG+DQEzOVdCIgVIFka4AIlAMpFQhySkAshEkfAiHUGuF0MhDIXR48FIFH1BpLrgNiJox3AEST8CNvKJegfGRgIQVHAaKFzsbQlaEN6xSZkncURsRM2gmQwjHUPEAb+ZTpMB+nAaiNmyg58aaxkbQNBBZLU0M5rWAKwK0p6offN++Thy4ICJBUfhNzJPNsCprRuDU89cXQtBzaSzl5zG2MAsp4U5dg2AHpkahpI9ezrKdDF78XS+CSrKwll7HXWkREENGxOtpZXCvIeKmlqoLIv/AHXzKsYB5JujAAAAAElFTkSuQmCC" nextheight="794" nextwidth="1280" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Receiving USDT should not create another series of steps before the money becomes useful.</p><p>Consider someone who is paid in USDT for freelance work. The funds may initially arrive in a wallet, but using them can require moving them to an exchange, converting or withdrawing a portion, and then making a payment through another app.</p><p>The value moves, but the experience remains fragmented.</p><p>With StablePay, once funds arrive, a user can:</p><ul><li><p>Pay another StablePay user.</p></li><li><p>Respond to a payment request.</p></li><li><p>Send money to a friend or family member.</p></li><li><p>Keep funds available for future payments.</p></li><li><p>Access StableEarn for USDT that is not immediately needed.</p></li><li><p>Withdraw to an external wallet or exchange.</p></li></ul><p>Users can also add funds from a supported wallet, exchange, or fiat payment method. External transaction costs and withdrawal fees are shown before confirmation, giving users visibility before their funds move.</p><p>This makes StablePay more than an interface for isolated transfers. It gives users a place where USDT can arrive, remain available, move again, or be put to work.</p><h2 id="h-put-idle-usdt-to-work" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Put Idle USDT to Work</h2><p>Everyday balances are not constantly in motion.</p><p>Money often sits between the moment it is received and the moment it is needed. In traditional financial products, users may need to move these funds into a separate savings product to earn on them.</p><p><strong>StablePay brings access to StableEarn into the same application used for Payments</strong></p><p>Users can browse available vaults, deposit USDT, monitor their position, and withdraw through the app. This gives them the option to put idle funds to work without leaving the Stable ecosystem or navigating a separate onchain application.</p><p>The payment balance and the earning experience remain distinct, but they are connected through one interface.</p><h2 id="h-the-thesis" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">The Thesis</h2><p>Stablecoins have already made digital dollars easier to hold and move globally. The next challenge is making them easier to use in our daily lives.</p><p>Users should not have to think about networks, wallet compatibility, gas tokens, or settlement mechanics before making a payment.&nbsp;</p><p>StablePay simplifies that experience by bringing the core actions around USDT into one place: pay, receive, request, and earn. Built on StableChain, it keeps the infrastructure in the background while giving users a familiar way to use USDT day to day.</p><p><strong>From holding USDT to using it as everyday money, with StablePay.</strong></p><p><strong>Download StablePay and and start using USDT every day</strong>: </p><p><strong>App Store:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.co/KlG9R6bhsR"><u>stablepay.to/app-store</u></a></p><p><strong>Google Play:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.co/j9H3iK5Grc"><u>stablepay.to/play-store</u></a></p><h2 id="h-build-on-stable" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Build on Stable</strong></h2><ul><li><p><strong>StablePay: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.stablepay.to/"><strong><u>https://www.stablepay.to/</u></strong></a></p></li><li><p><strong>Documentation:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/"><strong> </strong></a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz"><strong><u>https://docs.stable.xyz</u></strong></a></p></li><li><p><strong>Mainnet Hub:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz/"><strong> </strong></a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz"><strong><u>https://hub.stable.xyz</u></strong></a></p></li><li><p><strong>Blog:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz/"><strong> </strong></a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz"><strong><u>https://blog.stable.xyz</u></strong></a></p></li><li><p><strong>X: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable"><strong><u>@Stable</u></strong></a></p></li><li><p><strong>Community:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"><strong> <u>https://discord.gg/stablexyz</u></strong></a></p></li></ul><br>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/92af9499135714991e7604ee3f835ce8160e0e2813689eb26ba1e28d3e441a57.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[The Stable Standard: Issue #10]]></title>
            <link>https://blog.stable.xyz/the-stable-standard-issue-10</link>
            <guid>9UUXuf6zrnyQzQSZhY2F</guid>
            <pubDate>Mon, 03 Aug 2026 14:16:58 GMT</pubDate>
            <description><![CDATA[July 2026 Welcome to the tenth edition of The Stable Standard, where we share progress across Stable and the broader shift toward stablecoin-native financial infrastructure. This month marked a major step forward with the launch of StablePay, bringing instant global USDT payments to users across 160+ countries. StableChain also reached a new daily activity record, processing more than one million transactions in a single day while maintaining sub-second block times. Key Takeaways Launched Sta...]]></description>
            <content:encoded><![CDATA[<p><strong>July 2026</strong></p><p>Welcome to the tenth edition of The Stable Standard, where we share progress across Stable and the broader shift toward stablecoin-native financial infrastructure.<br><br><strong>This month marked a major step forward with the launch of StablePay,</strong> bringing instant global USDT payments to users across 160+ countries. StableChain also reached a new daily activity record, processing more than one million transactions in a single day while maintaining sub-second block times.</p><h2 id="h-key-takeaways" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Key Takeaways</strong></h2><ul><li><p>Launched StablePay, the everyday app for instant global USDT payments, now available on iOS and Android across 160+ countries.</p></li><li><p>Expanded access to StableEarn through StablePay, allowing users to earn yield on idle USDT balances directly in the app.</p></li><li><p>Network activity reached new peaks, including 1M+ transactions in a single day, with sub-second blocks maintained throughout.</p></li><li><p>Published two new Stable Build editions on building stablecoin neobanks and programmable USDT treasuries.</p></li><li><p>Transaction volume surged by more than 700% over a two-day period, with RPC capacity expanded to meet demand.</p></li><li><p>Expanded institutional and ecosystem support with Chainalysis, Cactus Custody, Philidor Labs and more.</p></li><li><p>Expanded trading access through Ave, GMGN, and GeckoTerminal.</p></li><li><p>Released the collaborative Agentic Payment Whitepaper with Interlace and partners.</p></li></ul><h2 id="h-network-growth" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Network Growth</strong></h2><p>StableChain saw its strongest period of network activity to date during July.</p><p>Month-end network metrics:</p><ul><li><p><strong>21M+ total transactions </strong>processed, up ~193% from June.</p></li><li><p><strong>280k+ total addresses</strong>, up ~509% from last month.</p></li><li><p><strong>23k+ smart contracts</strong>, up ~288% from June.</p></li><li><p><strong>12K+ tokens</strong> on the network.</p></li></ul><p>The network also processed 1M+ transactions in the last 24 hours, reflecting growing activity across payments, trading, smart contracts, and application deployments. StableChain maintained sub-second block times as activity reached a new daily all-time high.</p><h2 id="h-stablepay-is-live" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>StablePay Is Live</strong></h2><p>July marked the global launch of StablePay, the everyday app for global USDT payments.</p><p>StablePay is now live on iOS and Android across more than 160+ countries, bringing everyday USDT payments, requests, withdrawals, and StableEarn into a single-app experience.</p><p>With StablePay, you can:</p><ul><li><p>Send and receive USDT instantly, 24/7.</p></li><li><p>Send USDT to other StablePay users at no cost.</p></li><li><p>Pay using a StableName, email address, phone number, or QR code.</p></li><li><p>Request payments through a link or QR code.</p></li><li><p>Add funds from a crypto wallet, exchange, or supported fiat payment method.</p></li><li><p>Withdraw USDT to external wallets and exchanges.</p></li><li><p>Access StableEarn directly within the app.</p></li></ul><p><strong>Explore the StablePay guide </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz/using-stablepay"><strong><u>here</u></strong></a><strong>.</strong></p><p>StablePay is designed to remove the complexity commonly associated with stablecoin payments. Users do not need to manage long wallet addresses, separate gas tokens, or multiple applications to move and manage their USDT.</p><p>Whether splitting a bill, sending money home, paying someone abroad, or receiving a global payment, StablePay makes moving USDT as simple as sending a message.</p><p>We also published a complete StablePay guide covering account creation, funding, payments, requests, Earn, security, and withdrawals.</p><p><strong>Download StablePay:&nbsp;</strong></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://stablepay.to/app-store"><u>App Store</u></a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://stablepay.to/play-store"><u>Google Play</u></a>&nbsp;</p><p><strong>Read the launch announcement </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz/introducing-stablepay-the-everyday-app-for-global-usdt-payments"><strong><u>here</u></strong></a><strong>.</strong></p><h2 id="h-stableearn" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>StableEarn</strong></h2><p>StableEarn continued to expand throughout July, making it easier for users to put idle USDT to work without leaving the Stable ecosystem.</p><p>With the launch of StablePay, users can now access StableEarn directly within the app.</p><p>Users can deposit USDT into available vaults, track their positions, and withdraw funds through the same interface they use for everyday payments.</p><p><strong>Explore </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz/earn/stable-main-earn"><strong><u>StableEarn</u></strong></a><strong>.</strong></p><h2 id="h-stable-build" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Stable Build</strong></h2><p>In July, we released two new Stable Build editions to continue exploring how developers can build on Stable's payment, settlement and yield infrastructure into production-ready financial applications. The two editions explored:</p><p><strong>Stable Build #2:</strong> <strong>Build a Neobank </strong>explored how to create the core components of a stablecoin neobank using the Stable SDK. The guide covered account management, bridging USDT onto StableChain, instant transfers, token swaps, StableEarn deposits, withdrawals, and balance tracking through a unified developer interface. Together, these components provide a simpler foundation for wallets, payroll platforms, savings products, card programs, and consumer financial applications. <strong>Read the full guide</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz/stable-build-2-build-a-neobank"><strong><u>here</u></strong></a><strong>.</strong></p><p><strong>Stable Build #3: A Programmable Stablecoin Treasury for USDT Payouts </strong>showed how businesses can build a treasury system that executes payments only when they meet predefined rules.<strong> </strong>The guide covered approved recipients, invoice verification, payout limits, multi-party approvals, daily spending controls, and transaction signing through Portal's MPC wallet infrastructure, providing a practical framework for automating secure and policy-controlled USDT payouts. <strong>Read the full guide</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2082466364141482127?s=20"> <strong><u>here</u></strong></a><strong>.</strong></p><h2 id="h-community-and-ecosystem-updates" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Community and Ecosystem Updates</strong></h2><p>Throughout July, Stable continued to expand access to StableChain while strengthening the infrastructure available to users, traders, developers, and institutions.</p><p><strong>Institutional &amp; Compliance</strong></p><ul><li><p><strong>Chainalysis extended automatic token support to Stable.</strong> Institutions and businesses can now seamlessly monitor assets, screen addresses, and investigate transactions with real-time KYT monitoring without manual token onboarding. Learn more<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2077050951912100085"> <u>here.</u></a></p></li><li><p><strong>Cactus Custody integrated with Stable,</strong> enabling institutions to securely store, manage, and transact assets on StableChain through institutional-grade custody infrastructure. Learn more<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2083102495396758003"> <u>here</u></a>.</p></li><li><p><strong>Philidor Labs went live on Stable,</strong> providing independent risk scores, TVL, and live lending data for Morpho vaults, including StableEarn. Learn more<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2082867445283598780?s=20"> <u>here.</u></a></p></li></ul><p><strong>Agentic Payments &amp; Industry Conversations</strong></p><ul><li><p><strong>Stable joined the collaborative Agentic Payment Whitepaper</strong> “Building the Value Transfer Layer for the AI Economy”, <strong>initiated by Interlace</strong> together with seven ecosystem partners including Stable, was officially released. The whitepaper outlines a shared network of secure, compliant, and interoperable AI-native payment systems, with Stable powering the USDT-native settlement layer for agentic payments. Learn more<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2078059157996138515"> <u>here.</u></a></p></li><li><p><strong>Our CEO, Brian Mehler, appeared on the Stabledash podcast </strong>to discuss stablecoin adoption, institutional use cases, payment infrastructure, and the regulatory developments shaping the industry. Learn more<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2075164844173701276?s=20"> <u>here.</u></a></p></li><li><p><strong>Stable partnered with Billions Network </strong>to bring verified identity to the agentic payments stack on Stable, combining trusted identity for AI agents with Stable’s payment infrastructure. Learn more<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2073076853859070110?s=20"> <u>here</u></a>.</p></li><li><p><strong>Our CEO, Brian Mehler, participated in a KuCoin X Space</strong> alongside the launch of StablePay, discussing global payments, AI, and the growing onchain economy. Learn more<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2076892243718447564?s=20"> <u>here.</u></a><u>&nbsp;</u></p></li></ul><p><strong>Meme Season &amp; Trading Platforms</strong></p><ul><li><p>Stable was added to GeckoTerminal (by CoinGecko), allowing users to explore tokens, pools, liquidity, and trading activity across the ecosystem in real time. Learn more<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2080656297251504483"> <u>here</u></a>.</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://GMGN.ai">GMGN.ai</a> went live with Stable support for token discovery and trading, with app support coming soon)</p></li><li><p>Ave fully integrated StableChain, enabling users to trade meme tokens and other assets directly through their platform. The Ave × Stable Trading Competition with 8K+ USDT in rewards is now live. Learn more<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/StableChainHub/status/2083178512798913009?s=20"> <u>here.</u></a></p></li><li><p>​​Based now supports Stable, allowing users to swap tokens on StableChain directly on Based. Learn more<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/BasedOneX/status/2081604698881314930?s=20"> <u>here</u></a>.</p></li><li><p>Strong community activity around memecoins drove record transaction volume. Check out our<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2080166573340504403?s=20"> <u>tweet</u></a> to learn more.</p></li></ul><h2 id="h-whats-ahead" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What’s Ahead</strong></h2><p>As activity across StableChain and StablePay continues to grow, our focus remains on strengthening the infrastructure and products required to support stablecoin payments at scale.</p><p>Upcoming work remains focused on:</p><ul><li><p><strong>Stable will be a sponsors KBW 2026</strong>, connecting with builders, partners, and institutions across the ecosystem.</p></li><li><p><strong>StablePay: </strong>Continuing to improve the product experience and expanding the ways users can fund, send, receive, earn, and withdraw USDT.</p></li><li><p><strong>StableChain performance:</strong> Advancing protocol improvements focused on higher throughput, more efficient transaction processing, and greater predictability under sustained demand.</p></li></ul><ul><li><p><strong>Ecosystem growth:</strong> Strengthening integrations across wallets, exchanges, custody providers, analytics platforms, and trading applications.</p></li><li><p><strong>Developer ecosystem: </strong>Expanding the Stable SDK, technical documentation, and Stable Build resources for payment and treasury applications.</p></li></ul><p>Stable remains focused on building the infrastructure and products that make global USDT payments faster, simpler, and more accessible.</p><h2 id="h-build-on-stable" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Build on Stable</strong></h2><ul><li><p><strong>Documentation:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/"> </a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz"><u>https://docs.stable.xyz</u></a></p></li><li><p><strong>Mainnet Hub:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz/"> </a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz"><u>https://hub.stable.xyz</u></a></p></li><li><p><strong>StablePay: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.stablepay.to/"><u>https://www.stablepay.to/</u></a></p></li><li><p><strong>Blog:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz/"> </a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz"><u>https://blog.stable.xyz</u></a></p></li><li><p><strong>X: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable"><u>@Stable</u></a></p></li><li><p><strong>Community:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"> <u>https://discord.gg/stablexyz</u></a></p></li></ul><p><strong>Thank you for building with Stable.</strong></p><p><strong>The next issue of The Stable Standard will arrive next month.</strong></p>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/e4b32094d778ca335b412842a77b8cbc2298d8f4896f7a956538955e4ea80855.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Stable Build #3: A Programmable Stablecoin Treasury for USDT Payouts]]></title>
            <link>https://blog.stable.xyz/stable-build-3-a-programmable-stablecoin-treasury-for-usdt-payouts</link>
            <guid>3VUnFwH7m9s4w6MkWotS</guid>
            <pubDate>Wed, 29 Jul 2026 13:59:32 GMT</pubDate>
            <description><![CDATA[A programmable stablecoin treasury is a company wallet that moves money only when a payout matches rules you control. Your supplier payout starts with an invoice, an approved address, and an amount. Your policy service checks those facts. A Portal wallet signs the transaction, and Stable settles it in USDT0, the omnichain version of USDT that also pays for gas on Stable. The wallet protects the signing material. Your code decides whether the payment should exist. What is a programmable treasu...]]></description>
            <content:encoded><![CDATA[<p>A programmable stablecoin treasury is a company wallet that moves money only when a payout matches rules you control.</p><p>Your supplier payout starts with an invoice, an approved address, and an amount. Your policy service checks those facts. A <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.portalhq.io/"><u>Portal</u></a> wallet signs the transaction, and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://stable.xyz/?utm_campaign=stable-build-03"><u>Stable</u></a> settles it in <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/architecture/usdt-specific-features/usdt-as-gas-token?utm_campaign=stable-build-03"><u>USDT0</u></a>, the omnichain version of USDT that also pays for gas on Stable.</p><p>The wallet protects the signing material. Your code decides whether the payment should exist.</p><h1 id="h-what-is-a-programmable-treasury" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What is a programmable treasury?</h1><p>A programmable treasury turns your payment policy into a check that runs before the wallet signs.</p><p>Suppose an operations lead can pay approved suppliers up to $5,000. A controller must co-approve anything larger, and the company caps supplier payouts at $100,000 per day. You store those rules beside the invoice records they govern.</p><p>Portal gives the organization an <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.portalhq.io/resources/portals-mpc-architecture"><u>MPC wallet</u></a>, short for multi-party computation. MPC distributively generates cryptographic signing material so no stored share carries the whole signing authority. Stable gives that wallet a dollar balance whose transaction fees come from the same asset. Your finance team sees one USDT0 balance instead of a payment balance plus a separate gas token.</p><h1 id="h-what-does-the-architecture-look-like" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What does the architecture look like?</h1><p>You need four components: a payout service, a policy service, a Portal wallet, and Stable settlement.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/5e39eb0cdc61ab3791edf5358e3dd07a8bcf7604ccaa8ef95fc0e77ba72e6b87.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAIAAAC1qksFAAAACXBIWXMAABYlAAAWJQFJUiTwAAAEcUlEQVR4nE1VS28bZRQ9wU7sBCdxM/bY47FnPO6MPeNnrNSesYkb24pDHk1SaOOobUrbAAmqVJEmcdOEkiZSF4hV1Q2P/AGEQEJQdcEOdiy7KgQQC9gAOyq6YGN0P0+aSkdX9jzO+e65jwE4YAgYALzsB8fgB3hAAMSXEOlG1ANlkBAbgOqFyhE0FgleqCcQ89IDUQ8kFyIuelFgPEQXckLloQzRpRfZI930tNzPBBiL6oPmg+Y/RpxjVzioTF7xQO6jtzoCAbBTywMYVlFIIOQigc7Bw06iVgaR8CEbJOQEZAXkQjbyLGZEpEQYAvQg4gFoPFQ/nUbyEAMJcIAWhJVEUaeYkpGJIh9DQSNU0x/8fuPjf9Y/ebpx8Kz1RfvOl+1dhvc/b+8++u/ub7u7j9du/3Rr57C183Nr59dbd37c3P5j625778PPlt88ysAQUS84pl5BvUDsWYWozQRMHfXs/b/XD/5d//RZ66OnN79u7z1s7z9s7z9q73/V3vu+fe/P/f0n67d/ab33ZGPncGP7cGP78Vrrr6299r3736y8wwT8LAmVo8oIzC4qoJ9FH/QALAl1DVUN4waqcYq1BMXxFMoKTBWmhqKKgophBakIQeOJR+o9ykBwXNk7QMVE4xQaRUyXMV06qmEAVhgXxryrTVybd6wu+N5dcl1fPHHjIs6UkJeI/Vx1YPX8y8vzjqVp7xszrsWJnmaDzmcXmWM9E/DQf8lld6TmQ5yHwSMtUBnzMkZVjGo4nbBR0VCUYCnIi8iJyIqUq+Yj3mgfFVnuo07h7QzgapSoU2NeasR4gIFHUiABK4qqjtEEqgbqSTQymMyThhVDUaYMxlIMaYolHSWD6if3H83BACD1fvvDd+7JCiYK5M98BbWcLZARUYni7Sl58xquL7huXhravIKlVzGeRUFGQcJItOvSpPvyDL11toqJgnNuDFNlKgDP7CERmikHRDZZigexfhoc3Y90EPkwGV1UbGeqOsWixBDFiETPjMhkptwDyUkkAQahiyIJ8GySszpNg+ZHUkROItMLCjmbi6ASo4appVEzUE+hlqTjj+kknAtR/5R1yrg2TNGMo5zEcIzY7QyoR4PJnQcwU5i2cK6O16poNnC+TgXIhsmi5Ul96y1+7SKWZzFnYcZEPUPyrAW6mo2TKwvJlUUnWWRiwsKISqXtDADpiKCxDjvIqGgfLS/Nx1ooSBblIpSQFYOpkCdZAakAUkG6mw6yUoWQjVCU2CR1Vlkn2gJhB7R+xIZoRvQgtVo8ACNIRU6FWBclqENGE6gkYJ5EOU7FNxi7IRA0nrxV/awVOVvAzsDPBE5xyISHmhPkoOJhI8YThSHAFNE83b981nl11n111n35DC5Msr3Gpj0RxFTJ/XodU9bg3BgsA4mQTX1skcDqTC51MYvYkohztobOZHJhOnUyQDHOH30MvGys2Kci0o1wD5F6X3DpuE2FLns/dyaZVn9n0bORJsbOl4BjtxiindXfS4frbIXnH6vn/nD4H2tJ53ZEQj2OAAAAAElFTkSuQmCC" nextheight="1800" nextwidth="3200" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Create one Portal client for the treasury and keep its client signing share in your protected backend. Portal stores the other share. Use the <code>sendAssets</code> function from Portal to specify the transaction you want to execute. Portal signs and broadcasts it against Stable's RPC. Your policy service gets the final say.</p><h1 id="h-where-do-spending-rules-run" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Where do spending rules run?</h1><p>Your spending rules run in Portal's pre-sign approval path, immediately before the wallet signs a transaction.</p><p>Enable <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.portalhq.io/resources/alert-webhooks#signature-approvals"><u>Signature Approvals</u></a> and point the webhook at your policy service. Portal sends the chain ID, client ID, and signing request. Return a 2xx status to allow it or <code>400</code> to deny it. Portal denies the request if your service does not answer within 30 seconds.</p><pre data-type="codeBlock" text="const decision = await policy.authorize({
  invoiceId: &quot;INV-2048&quot;,
  supplier: &quot;0x7a2e...91c4&quot;,
  amount: 12_400,
  approvals: [&quot;ops-lead&quot;, &quot;controller&quot;],
  idempotencyKey: &quot;INV-2048:0x7a2e...91c4&quot;,
});

console.log(decision);"><code><span class="hljs-keyword">const</span> <span class="hljs-variable constant_">decision</span> = await policy.<span class="hljs-title function_ invoke__">authorize</span>({
  <span class="hljs-attr">invoiceId</span>: <span class="hljs-string">"INV-2048"</span>,
  <span class="hljs-attr">supplier</span>: <span class="hljs-string">"0x7a2e...91c4"</span>,
  <span class="hljs-attr">amount</span>: <span class="hljs-number">12_400</span>,
  <span class="hljs-attr">approvals</span>: [<span class="hljs-string">"ops-lead"</span>, <span class="hljs-string">"controller"</span>],
  <span class="hljs-attr">idempotencyKey</span>: <span class="hljs-string">"INV-2048:0x7a2e...91c4"</span>,
});

console.<span class="hljs-title function_ invoke__">log</span>(decision);</code></pre><pre data-type="codeBlock" text="{ allowed: true, rule: &quot;two-approver-threshold&quot;, reservedDailyTotal: 47400 }"><code>{ <span class="hljs-attr">allowed:</span> <span class="hljs-literal">true</span>, <span class="hljs-attr">rule:</span> <span class="hljs-string">"two-approver-threshold"</span>, <span class="hljs-attr">reservedDailyTotal:</span> <span class="hljs-number">47400</span> }</code></pre><p>Reserve the daily spend in the same database transaction that returns <code>allowed: true</code>. If $10,000 remains under the cap, two concurrent $7,000 requests must not both pass. Put a unique constraint on the idempotency key too. A retry should find the first payment, not create its twin.</p><h1 id="h-how-does-a-supplier-payout-move" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">How does a supplier payout move?</h1><p>You submit one USDT0 transfer after the policy service records an approved payment intent.</p><pre data-type="codeBlock" text="import { parseUnits, toHex } from &quot;viem&quot;;

const response = await fetch(portalSignUrl, {
  method: &quot;POST&quot;,
  headers: {
    Authorization: `Bearer ${portalClientApiKey}`,
    &quot;Content-Type&quot;: &quot;application/json&quot;,
    &quot;Idempotency-Key&quot;: invoice.id,
  },
  body: JSON.stringify({
    share: treasurySigningShare,
    method: &quot;eth_sendTransaction&quot;,
    params: {
      from: treasury.address,
      to: invoice.supplierAddress,
      value: toHex(parseUnits(invoice.amountUsdt0, 18)),
      data: &quot;0x&quot;,
    },
    rpcUrl: stableRpcUrl,
    chainId: &quot;eip155:988&quot;,
  }),
});

const { data: txHash } = await response.json();
console.log({ invoiceId: invoice.id, txHash });"><code><span class="hljs-keyword">import</span> { <span class="hljs-title">parseUnits</span>, <span class="hljs-title">toHex</span> } <span class="hljs-title"><span class="hljs-keyword">from</span></span> <span class="hljs-string">"viem"</span>;

const response <span class="hljs-operator">=</span> await fetch(portalSignUrl, {
  method: <span class="hljs-string">"POST"</span>,
  headers: {
    Authorization: `Bearer ${portalClientApiKey}`,
    <span class="hljs-string">"Content-Type"</span>: <span class="hljs-string">"application/json"</span>,
    <span class="hljs-string">"Idempotency-Key"</span>: invoice.id,
  },
  body: JSON.stringify({
    share: treasurySigningShare,
    method: <span class="hljs-string">"eth_sendTransaction"</span>,
    params: {
      <span class="hljs-keyword">from</span>: treasury.<span class="hljs-built_in">address</span>,
      to: invoice.supplierAddress,
      <span class="hljs-built_in">value</span>: toHex(parseUnits(invoice.amountUsdt0, <span class="hljs-number">18</span>)),
      data: <span class="hljs-string">"0x"</span>,
    },
    rpcUrl: stableRpcUrl,
    chainId: <span class="hljs-string">"eip155:988"</span>,
  }),
});

const { data: txHash } <span class="hljs-operator">=</span> await response.json();
console.log({ invoiceId: invoice.id, txHash });</code></pre><pre data-type="codeBlock" text="{ invoiceId: &quot;INV-2048&quot;, txHash: &quot;0x8f3a...2d41&quot; }"><code>{ invoiceId: <span class="hljs-string">"INV-2048"</span>, txHash: <span class="hljs-string">"0x8f3a...2d41"</span> }</code></pre><p>Keep <code>invoice.amountUsdt0</code> as a decimal string so JavaScript never rounds the payment. Stable's <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/developers/mainnet/mainnet-information?utm_campaign=stable-build-03"><u>mainnet configuration</u></a> uses 18 decimals for native USDT0, which is why <code>parseUnits</code> receives <code>18</code>. Stable charges the fee from that same balance.</p><p>Do not mark the invoice paid when you receive the hash. Store the hash, wait for a successful receipt, and then move the invoice from <code>submitted</code> to <code>paid</code>. A reverted transaction still has a perfectly real hash.</p><h1 id="h-how-do-you-keep-a-payout-batch-moving" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">How do you keep a payout batch moving?</h1><p>You keep a payout batch moving by separating submission lanes and reserving capacity for priority transfers.</p><p>Stable's independent nonce channels let one treasury wallet submit transactions on parallel sequences, so one stuck payout does not block every later one. The default channel preserves normal EVM behavior. Confirm that Portal supports Stable's custom transaction envelope before you use the additional channels through its signer.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/explanation/guaranteed-blockspace/?utm_campaign=stable-build-03"><u>Guaranteed Blockspace</u> </a>reserves per-lane gas capacity for priority traffic. It does not replace your retry logic. Underneath that, Stable's <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/explanation/execution/?utm_campaign=stable-build-03"><u>execution layer</u></a> runs non-conflicting transactions in parallel, rechecks only affected senders after commit, and persists changes through an append-only log against a memory-mapped snapshot.</p><h1 id="h-how-do-you-delegate-payment-authority" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">How do you delegate payment authority?</h1><p>You delegate payment authority by giving a worker wallet an exact token allowance, then keeping recipient and invoice checks in the same policy path.</p><p>Portal's <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.portalhq.io/apis/enclave-mpc/guide/delegations"><u>token delegation API</u></a> builds ERC-20 approvals and lets a delegate call <code>transferFrom</code>. USDT0 supports those operations on Stable. Pass its contract address, not <code>NATIVE</code>. An allowance caps how much the delegate can move. It does not restrict the destination or attach the transfer to an invoice.</p><p>Approve the amount needed for the current payout window, inspect every delegated transfer, and revoke unused allowance. Stable's USDT0 balance can decrease through <code>transferFrom</code> without calling wallet code, so your reconciler must read the real onchain balance. Never treat your internal ledger as proof of solvency.</p><h1 id="h-what-should-you-record-after-each-payment" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What should you record after each payment?</h1><p>You should record the payment intent, policy decision, transaction hash, and final receipt as separate events.</p><p>That sequence gives finance an audit trail and gives engineering a precise place to resume after a crash. If the process dies after broadcast but before your database update, retry with the same Portal idempotency key and inspect the wallet nonce before creating a new payment.</p><p>Contract calls can use the same boundary. If you later move idle funds into a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://morpho.org/"><u>Morpho</u></a> vault or claim <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://merkl.xyz/"><u>Merkl</u></a> rewards, decode the calldata and allow only the expected contract address, function selector, and amount. Arbitrary calldata turns a narrow treasury role into full wallet access.</p><h1 id="h-check-before-going-to-production" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Check before going to production</h1><p>Stable mainnet uses chain ID <code>988</code>, Portal chain identifier <code>eip155:988</code>, and the RPC endpoint <code>rpc.stable.xyz</code></p><p>Test the failures that move money twice: concurrent cap checks, webhook timeouts, duplicate invoices, reverted transactions, and a delegate spending its remaining allowance</p><h1 id="h-start-building" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Start Building</h1><p>With policy checks, signing controls, and reconciliation logic in place, you can build a programmable treasury that moves USDT0 on Stable according to clearly defined rules, recovers safely from failures, and scales supplier payouts without giving up control.&nbsp;</p><p>If you're building on Stable, find us in <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"><u>Discord</u></a> and tell us what you're shipping.</p>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/c3efdfbecb5c6d212b9b71e2a76e155a44dc66f1f4ad6e7b32d428ba30ab005c.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Using StablePay]]></title>
            <link>https://blog.stable.xyz/using-stablepay</link>
            <guid>CVjV3QJpoirx3Vp72onv</guid>
            <pubDate>Wed, 15 Jul 2026 13:16:17 GMT</pubDate>
            <description><![CDATA[StablePay is built to make sending and receiving USDT simple and free for everyday payments. It is designed for instant global transfers with zero fees, making payments fast and effortless, wherever you are. If you're new to StablePay, this guide will walk you through creating your account, adding funds, sending money to friends or family, using the Earn feature and withdrawing your USDT. To learn more about StablePay visit stablepay.to Creating an Account Download StablePay from the App Stor...]]></description>
            <content:encoded><![CDATA[<p>StablePay is built to make sending and receiving USDT simple and free for everyday payments. It is designed for instant global transfers with zero fees, making payments fast and effortless, wherever you are.<br><em><br></em>If you're new to StablePay, this guide will walk you through creating your account, adding funds, sending money to friends or family, using the Earn feature and withdrawing your USDT.</p><p>To learn more about StablePay visit <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://stablepay.to"><u>stablepay.to</u></a>&nbsp;</p><h3 id="h-creating-an-account" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Creating an Account</strong></h3><ol><li><p>Download StablePay from the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://apps.apple.com/app/apple-store/id6755461772?pt=128275195&amp;ct=Stable%20Blog&amp;mt=8"><u>App Store</u></a> or <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://play.google.com/store/apps/details?id=to.stablepay.app&amp;referrer=utm_source%3Dblog%26utm_medium%3Dblog"><u>Google Play</u></a>.</p></li><li><p>Tap “Sign Up” to begin.</p></li><li><p>Enter a valid email address and phone number; StablePay verifies both to keep your account secure.</p></li><li><p>Once verified, your StablePay account is ready to send and receive USDT.</p></li></ol><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/d6d947528aa013900df04966b437c3994d10c7d451a41dce8f0f850071c83798.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAIAAAC1qksFAAAACXBIWXMAABYlAAAWJQFJUiTwAAAFKElEQVR4nF2S6U4bVxiGv8NiY8C78RnPYuzxLN6wGe9sNhgHjG1ss3lRIIQ1K62TppC2qdqqhZQ0UpSkm1Sp6S20itJG+dGfkSIlyj0URVF6EVONAylBenU05znvfM/oaOBAfvaP/PSN/OJ4XssvXsnPX8nP38gvj+e1/PJAfnYgP/1X2b7XP5CfHsjPTvBX8nP4+e/v1/auTDVquQ+badTHLyys7V/cvn+1slXLbxTz69NKNovjS1MXb25ef/D5xv617FY116i/6zd+/Gj7l8/P7jYmL1dyV+q5Ri1/pT66Obv/+x588dtXmTOroDeCwQx6E1h6QKNzDPZn5jMkKwIAoFaA9pYWNQD4o8LclfWx6iK0qqAHg6lHWTV6qTBU+fhSfLqkcKMZdCbABLR3L91YhtXb5xFJa2OSWvJ3hALIzSOSZPPDqXpGS/favG4VgcFoaOkxg7pTysUHV0pCbsoznUVuDjgHCBwiqdhKNlTN8VNZoZCN1ivecr4t6AGLdXF3Da492IlX68m1M6fOrY5vrLimToHFwkwlRuppHcNSfh/p8yrTjXpQaXwToVOX69kL55Mrp72zhfaAB5w0YBw9m+VLSeNAVBePdEb7uyL9ioCw1b5ehrW751s9ftNg2JocMg9Gwc0BgelcPDY7DJ06DUl02LCKwG3YAuquQDaSOFtgJyekSsk+kQIXA4ILkVR8fZIaHVF7YqqoT4EsDYITXK7a7jKcvrWISNwSFIF3oF4bcAwiMZ2Ph8sJaFWDxQB6HRj0YDJAqzqYC3MzI8Bx4OFB5MDNIb+AGCq2nrGnxoDrRwFeuTeOAc4OLld1bwlW7y3hIV6XTKgifYqWtzcFsXA5figw6JSYDNCu8mZDicVBT8bbGgsBb1cGsSTyiMOX8oZRL6IxcHRzOgOCA0ymhd0qrNyrmxOceiiCvDyITQGFyUJUKsdOCtrU/nzIVY6DiwK361Ag2BFDRs9ljOkgspPAHwlEB2Dr3F4Fztyvmgf4llgABQUQ2XeCYDkCbW+vqFuJSQ9tHX35oL0YQST+f5DAIBsOr6eNaT+y2w6tR4LZvXk4fXehU3Kgfh55OYUKNKKxbTocmYlCm0ZlNnRjrCWw2mqCdk10WmKKYeUqBBp4SolIIwqHN1LGtA/1Esc4A4RlZq8MM9+WwGAAkQaeVA6aAku+f2Y56cIUJm00QzscDoyxXmtOz8epYkgRiO8JpI3koUCkjguKeyUo3S4hmwX5ehW50HzBTmiznq0b9dHYMGlnrBhbrFZMYLMRp+fjZDmM7AS4GaUsUOBWPih4blg/4QeWBDd9xBlks07fLEDxThHZSSRxyO98G3DRxrx7+dONgJSlaIwJG1YWorvTOFIKUZUY8DQKsof9gBOcZOBiUpsPgug4xlnEEIVbBSj+MANuFxr2oLiIYs34WFMtmllKsDTLCTxhIwgbQVI2g96UnJOo5QEU5FHiqBwXwMsGG6O6uSiSeJQQFBgVUEIA0VG4U4DyTwsomWyZHGqZGEHxPhTkgWNNC+GB0pChw4ktRFeHUasxartMKtAOTPp7qnEQOSQJyn8R5JEkANfru5zUTEfBo2xRUDjkzt6p73Kw+dcitZXyfJIRt8eF7bS4PcZ+kErdKdS+GR/Ie0cqgZGFPiWVQKLgrX2ZHL1b6G2Mijtp4bA/7txKFX8tD+zn2Ktjb6GwnXbvpJlLqbU/avBQvvZE3nksXz+eP+WdR8rDZyfyqHl0ovxYvv5IgSf5E3nnobz9H3slocV5GgvHAAAAAElFTkSuQmCC" nextheight="1640" nextwidth="2938" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Tip: </strong>Before you do anything else, turn on two-factor authentication (2FA) under Account &gt; Two-Factor Authentication. Select a passkey (Face ID, fingerprint) for the strongest protection, or a 6-digit passcode as a backup.</p><h3 id="h-adding-funds-to-your-account" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Adding Funds To Your Account</strong></h3><p>To get started, you will need to add funds to your account via a transfer or a deposit</p><p><strong>From another StablePay user: </strong>Share your @Stablename, username, or QR code to receive USDT directly. You can also go to the Request tab to send a request or generate a payment link.<br><strong><br>From an external wallet: </strong>Transfer USDT from another crypto wallet or exchange into StablePay. These deposits depend on blockchain confirmation times, so they may take a little longer during periods of high network activity.</p><p><em>Incoming funds automatically appear in your wallet, and you'll receive a confirmation notification the moment they arrive.</em></p><h3 id="h-transfer-money-to-anyone-anywhere" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Transfer Money to Anyone, Anywhere</strong></h3><p><em>Once you have a balance, sending money is just a few taps:</em></p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/6fedaad2cf120989587e9a4c3c4b33d893d8768c3659f9fdf7e0299f328138dd.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAIAAAC1qksFAAAACXBIWXMAABYlAAAWJQFJUiTwAAAF1ElEQVR4nG2UW0yb5xnH/8F1SAkhAYxP2Ab8+YTPZ7D9GRsfvs8nMD7bsR1sA8aw0FJISpVA8EhpVuW0QXZqJ0VKK1VKlOYiVW96U2k3U9eiapqmXS1TI1WBSVvV3Oebvm2tumnS7+K5+Ol53vfV/33wNfP59xwyXxwxXx4xXx4yB4fMwb/rox9wyBw8Y80vvvP/4xwyB18znz1l+d2z75oc/UvGzU/26MtLqZ2V/O4qfWl+fDlnrs/kd5cXb5+3FsJkI+Gpxd21ODmXsBao2m5z6Z3NxNZSun0+t/NKaK3qWspa6snm/muNa+cLl1uV9nJwMWMv02PViL4Y3/nwGqp7a7C74PeB9EJvwrAcfLGIIk3THgDoOYUTJ3CiC93dADRhh3i+BH8IdBRUFOMeWB3QGHXzaX3MLyK9+nicq1KB1w+B4OWEeuujDZRvLUM1CpsJKgJqBZx2aLVEIWouBtjuUhEkAoh4kArR26egbdq7d7o+/T1mkqApJJPIphCNW9rL4kwMbm9nIo6g/1iU7kzEiA3qJ5/9GNkbLRBKjDlg0rNYjFApB3JBQ2ECXVxI+JCIoFayYzo5ioid2H8Td36DagWzs0il2UkhilhvZu+ttn67jFgWFI3QJCJB2D25X11E7meLcNhl1aJuoSGvVYi5KqiwrDGtzZPoOQmZCEIebHbEY5AOE7R55HYbuzewew2bV1AqIZ1EKKx6fY6+sU7vLaFQRCqCcAB0EG536d01pG/NgSAQDyMZQZI6lorAbuCVJvVnJ8A7A5kwMzu1ul6FhkCI1hUDZzaX8OpFlIugA5iKIh6BlzS8XqVvL/uu1y3bpdOtGAI+BH2wOLK/XEH1QVux/y5KWcxQSFOgPUPt7cS9m+q8E11cnm3024/3mT+976THwOePX2kONqaTyQjyKcyW2XfwOWE1m1YzqjcqAxfSiIVAeuBxweuC1pTeb6H2+C3zvYco5zAdxTSNoGdk52ri3i3DAgVBL6QDW82Zt19NcxVidHHd7aZsfoYuziAeRcgPnwc+F3Ra/fkpRXnG4vdihkbKj/A4HFYQ6vTtBvL3L6O1gnIWlB/BCQQmYDK+XJh0tRtQKI577KcyqdOF/CkqAH7fWLvJOxdBMo0oDaeNPSzphs6krYfNs/lKLc9Gi3TCbsKYHUNE6vpZzP16rp4IcubPolFGkIRnHAZzbyGgn59EMAjNMBQSqIegV8IfGF2ICApeTPo6/OOw6qBRYVSNIcJYIYW56ZOx6Y4JH4wGmPQn3TbIRpJXMyjcXRquVXAuhXoRfjfMekiH+5JuIm8GMYz0FBwWWPSYikFvkCV0khwJs/El6yjHqMao6rjNiiFCV/Xwo/4eF8mxmNlMK+ScURUGZVM7U0i+t4I3byI3zQZLRWBYin6hIGRUnHOi5yWM8OGysbdWSnCiQ5a2DMZsUKmPaRVcq6nDYuJYzZDKtWWXKDDG1ZggV3BGVVyDptumh0gytZNAbr8srP+I/V/SQTaXgj50dPH8GqI+hsF+EEKIuyE8jqE+9J+UZIz8sAFCMeRDkIhZWcRDL19bHjvjNmNQDvkIxGL08yEUorsvsRNF/ucVzfoVTiyKcBgOB+w2aE3StEexMA65EDop1INQikAIwD8lyeokOQ/ISUQj8HphtbA+OWlqBWVx80DYMBg3dpNKjlV+3EV0eojU9ThKD9/gPj7Q/OEr3ZNvdU++0T99PvD5V+SDu+KyiV1ESinkIsgELD2nRUGZ853r0j//w/SXv+uefGP463PL0+f9n/7R/dONxl1673Bx71nzzrPmnaOFX/xtcfWTzCuP86jdPzu0WjZt17WXatpLNf3mLHGhOvlWyfs2daxoO1NznK7YekuW3pK5M6F1XfJ4r6aUGzX95vd+XbF+LnozG2lT1DYV3g76t3z+rYlA2+9cI5sPMnjErN1nlv6LF62HzMoj5uL/Y+NDZvX+i9b/+I+Y1QfMhQ9erH3AvPZDHjIX/gnntwDpt10XbgAAAABJRU5ErkJggg==" nextheight="1640" nextwidth="2940" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><ol><li><p>Tap “Pay” on your home screen.</p></li><li><p>Enter the amount and add an optional note.</p></li><li><p>Search for your recipient by name, email, @Stablename, or phone number, or, when in person, you can scan their QR code.</p></li><li><p>Double-check the details, then confirm.</p></li><li><p>The transfer process is instant, and both you and the recipient receive a notification.</p></li></ol><p><em>Sending money between StablePay users is completely free. If you're sending to an external wallet, a small network fee applies based on blockchain conditions and is always shown clearly before you confirm.</em></p><p><em>Need to request money? Use the Request button, enter an amount and note, and the recipient can pay you with one tap. Unpaid requests expire automatically after 48 hours.</em></p><h3 id="h-earn-yield-on-idle-usdt-balances" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Earn Yield on idle USDT balances</strong></h3><p><em>Put your idle USDT to work directly through StablePay</em></p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/fee9a0ed70ad19870f19e3aa4534aab004d08e2775bdeaa66c4ce631b772aa62.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAIAAAC1qksFAAAACXBIWXMAABYlAAAWJQFJUiTwAAAFsElEQVR4nG2S7W9a5xnGryV1mmarySDGvNjAeeEczjm8n3MAgw0cDBzwC47BgAPG9hIntZNSx6E2tuN4S6uoXrpNSd+rbVWXatEarcvqfqqqql9WKeuSSotWLd8qbVq0/RVnOslUbdWkn249unTrvp7reW481O4+1O79U7v3L+3Lh9q9b/ib9sXftS/+W3nM19qdr7U732r+h17vPh71v/pdrL3dcZdSwcY4P5MVG3mxofLHleluq/N2N33meLiuig0dqVHgplJzl09v/2pnqtPyljNiQw3XH/enT+6t1LYWQ9WcVM9LdVWqq5FGkSulu7/cxGS7emFu/d2Xf2TlaBz6LkwmHDhskfn2K+djJ4o48AQMR3H4ezAagR6+MHRmb8U3lcFTvTD2wWCE0QQcis4oLiWCpwzoPfofdP3A1HMzmNw48fPdl7Uvfz9SysBsBDEIU/9APpDfeQOje450hMimXPk4SAd6DeFmLttuuvIJqhDHgAW2fjhtMByVWyqpxmG1gXBgwK7jHESvsdQ9gamt2cbJpbfevEKkY7qB0waTsT8VfOa9bvO9c+2PqnO/KB1LBg/5GAxYowt58dQs/D74WfA0ggw4GpRTWh7va5QQECFKCEsIhhEMwkGO7S6itXeyJ+CF0aznddjgsMBosGWl6R9P+Z8PKVdHg90EYj7IXjCkfKboXRoDSSHMicszkfYshkVkotFu9UhzGqEYonFEYzqCP3/p3NbtF/GD1+eldiK7m4msxg9HOQgU7P1kaSg8nwNFw8uD5TAURDaGWJBvT7C1EZBOcBR8DEQBsoCQx/vcJLE8rvfk4giJegJfEPGh2k+fwbmbCxOvDZ3ZL9VvFE2K70mRA+mgp4eiZ4tH0rGBsmKtZp8uK721PCaS/PkJ/8LooWQEfgYeSq9RH0SeWymEXloxtGtPl9O6geCDzwvzoLpVxdileZRvmdJJUyIMlw0Dffi+wV4MB5YyYJwIsQiy+iCJg5/hV4tUOQqHFdQAvBQ4EqwTAs00ooGf7aF1FnEZvgA8HnAeWJ3qThWF3RnEFyB5wbvAOsATIAf6J0X52SzCJIJu3UAWMBxCyMOeL1BlGdZjICxw20Ha9MOglWkEwhc/wMRl+Ei4PaDdcNMw2fKbx5HdKUKm2fki0VQxHNb/MxHorw9FVhUkhIMpGRkJagylESRF95pKlsP69RkbBBfYQdA2eAiyEpm4vuBeKn5HlvTRLgIEAYM53x2Dsl0E5cKIHwkfohziAmJ8fz0inBoGSyJIw0sixCDGI+RmV3NEOYxBM6hHCSgbKCsIC9OMCaeTkD0QeLA0XC4QThiOjW4UkNpU4WZAk7DbQZH6dnNuc1kOraSd5dyBVEg3kDkkvIjyXEd1VsIg7XoCrwueR1G4QaomDe8WjWPhgz5vT4A7KDBPBlg4CXWziNErRfOizHZG3J2kez1Fbyl9nTTXTlKnEvo6iiwkD8IsojxCrHst62zKsJtBW/XnFlygLbD1uecjUjt5JO7p4bknOPdBnukRGNido10VE69PnvqksvNV64cPWpcfLL7wYPHCnVnlpYxwIWdp5lCOY1I21EfI0wXkRH5bpZcTkAgkaCg8UiwSFEJkYDVpzvhhtoAaBOXQYZ2wWDKbORSuVEDLYILwRUEJ4H0gQ+5G7uR+dfmz+tofG9t/aW3fn9/962L7D/W59yuN9yurdxrb9+e2789t/Xlu96uFZz+vN25Mtd4Zv/D5bPvT2sU/NS/ebV66N3f245mzt6pY+WA+sTaV7JYyW9PDG+Mjm+PxtcnaK43qbyqxq6ry2ljqejF5rZC6Nja0l6/drEzfqCR+Uki9quupa2PK9WLiqlr7dXl8L5/aTCmXFGUnrbOrxDuJpZtl7Gvr+9rGR1r3cX3Exr62/qG28Ttt/Vvc1jb+r/6htnFb69zSOr/Vef4bbmvr/wY+3OvTJB6dWQAAAABJRU5ErkJggg==" nextheight="1648" nextwidth="2940" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><ol><li><p>Tap “Earn” on your home screen to browse available vaults.</p></li><li><p>Select a vault, then tap “Deposit &amp; Earn”.</p></li><li><p>Enter your deposit amount and tap “Continue”.</p></li><li><p>Review the details, then confirm the deposit.</p></li><li><p>The transfer process is instant, with your earnings displayed on the summary page.</p></li></ol><h3 id="h-withdraw-your-usdt" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Withdraw Your USDT</strong></h3><p><em>When you're ready to move your USDT from StablePay to an exchange or another crypto wallet, the process is also simple and straightforward.&nbsp;</em></p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/aae43ca7d2904fdb79b3e5edb1d49b8a8081fe4df74a71a221e8beea955107a5.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAIAAAC1qksFAAAACXBIWXMAABYlAAAWJQFJUiTwAAAFbUlEQVR4nGWS/08TdxjH3wWhooEJNqWl9K73pdf27gptr9/vamkphVIKPVpqEZDqRKnIFlmEIdMqc7ot2dyM+8VkMzH7admmbolbss0f3A9LnBr3R8xFzf6GWw41cZq88snn3p/nuffzeZ4P/tbuPtLuPtUevswT7eEj7d4/2r3X9AdPtAeviE+1h4+3Ul4R/9X+eqw9wGe3Ptl78shgvTxUL2cWS4P1snJwYm7z0Klrp0prtdSRycxiKb1Yyh4ty7XC0uXjRy++nXhzYrBeTm/pW/HjS5ePz20eGjhcGlqq6Ef18tBSJTSXf/+bTWx8eWagMofmVrTuRFsHOk1o3mENeBY/XlKqozAY0bEb7V26DmOomOwvDqDtDV15RqcJBmNQTXXmR8D74JPglSD4wYmIxg98voIjny7b9qTZ4SHvxHh7UIK9F2YrMRgprteE0khkesQ1lmzmOZAEuszh2RFpOgubDSwNmgJJgiJhtgilbP3XZflSGQEFcVlHjiMYmb60gumzB0A7jT7vNkEAy2wlWImUlNx8y1JWQ1NZ/Ufmbtjt2LFLqg7y5SF09YChQBC6SBIwmflSpnS1Rr8zjEQcWRmhsA7tLl1YxOTpGfAJoxQA7dDTWAoU7SwogfkcbBQY1pSSu4cTkPrh4foXx7MbFXZvHNEIwlEEw5AkOAXvgiqeUHuX0oHT+Y7pJEQ/AgFQXPHCAoqNafhzHfEYOCcYRq+XFwU1GahPwOWFVxDnVe/CFJJhJILMscqVX2rnvxqCO6obhCMIReDyiouqdX4UQzKG44gGEfTD1wc7UzxfQ7GxF55YWyT03IChwThdalKcSmC3RffT+0DqTaco10xq7KOaciyjHM12FhJ6pX4/GI+nNmKuz7Y3zrWMyRgIItwH0QMLMXFuFmONKcTDHXIUnOv5DVw8X04JFQUmCxykgaUNLA3CDjspqNHIxXcdywvZ1f1kZQxOD7wiSFqoZS37csjlEAlBFOHiEfCBYsc390I9PQmbwyC6QVE6NI3uXiIfEarPDUCS+uogYLJ4qwlusQh/SG+xIILnwXtgdwjzmR41jUAQ3n7dgOe3hwKgneNnp1BuqN2e6I5YaKs/jD5nkmYn4p6KDBu5NXba4GS2nCihIgv1cWM23V3I7BpUWmOhloi/RQpIBwfNeUUvnHfD5W7i+Z2SDwRVaBQx2iiAi7WGgnCy+gBoB1i3c1LxVOLo6tZfoV4+qW/MVr4q84dzxljMEJLQ54XAb/f3twiid06x5KIGUWzi3fpb55xtPgEEPdaYQP6Mih43GAKUQ4ehYLLYcpKnGoO1FxTZxDFNHAOaBE3z1Zi7lmmRpBa/D04XGLbNJxgFUZiVLcPBjnBwR0AEw4Jht/fxIJl8I4+RMxOQ1NaAD84XLaI5phh3V8IwmmDtQS+BXru+MZr4aoydVWCn9bsShA7lgLmHn5FNyX6QW1O09epQDnRZRk7lkGvkdknprqQMngPHgKWavX3uitI3HwFpa+EJU9htCruNPNlE2aWDcX5O2eZiwDpA2uHohd3e7iFCB+P2cWmn7Nkpuw08bRCpJoHaFmAKF0aRWU2jh4fbCysFsx3mHnTTXYr/7JXMze8Td24P/n47dee39B939M8L14at2QA6bLA4YCZ0LA502NmCdODrwsb9uY27M+t/zqzfnXnv/uzCD5PL1yuoXVWto/3cvjBXDXHVkGtfmCz2J9aS+78YHVuJT27sUU8m1JOJyY09+ZV47Uo+c2aIUiXXvsiL+AitSrkPhvMfDg+sD6ROpZ6RbqSVE0r9uyn8qK39rJ38SVt/mVva+g1t7dvXuK6t3fp/5Iv4d29qaze01Ve4qa3+B3llyFK6dr+MAAAAAElFTkSuQmCC" nextheight="1644" nextwidth="2940" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><ol><li><p>Tap "Account" in the top-right corner and navigate to "Withdraw Funds"</p></li><li><p>Select your desired chain and token</p></li><li><p>Enter the destination address and withdrawal amount</p></li><li><p>Verify all details carefully before proceeding.&nbsp;</p></li><li><p>Confirm the transfer. A standard network fee applies, and the amount is shown upfront.</p></li><li><p>Track its progress in your Activity tab while it processes on the blockchain. Withdrawal times and fees depend on the destination and token.</p></li></ol><h3 id="h-additional-tips" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Additional Tips</strong></h3><p><strong>Stuck transfer?</strong> Refresh the app first. If a StablePay-to-StablePay transfer remains pending after 5 minutes, contact support with your transaction ID.</p><p><strong>Missing funds?</strong> Check your transaction history. For external transfers, verify your transaction hash on a block explorer.</p><p><strong>Suspicious message?</strong> StablePay will never ask for your password or 2FA code. Report any unusual activity to <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:support@stablepay.to"><u>support@stablepay.to</u></a><strong>.</strong></p><p><strong>Have questions?</strong> Visit our Help Center at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.stablepay.to/help"><u>https://www.stablepay.to/help</u></a> to find troubleshooting guides and answers.</p>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/55f4d59cf63f357f7c1b57208c23e4d859af1a79b2d5a1777365250500b06632.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Introducing StablePay: The Everyday App for Global USDT Payments]]></title>
            <link>https://blog.stable.xyz/introducing-stablepay-the-everyday-app-for-global-usdt-payments</link>
            <guid>TLJsZ1g1963lMWSUeAcI</guid>
            <pubDate>Wed, 15 Jul 2026 11:16:00 GMT</pubDate>
            <description><![CDATA[Stablecoins made it possible to move money globally in seconds. So why does sending and receiving payments across borders still feel harder than it should? Sending money home, paying a friend, or getting paid abroad are everyday payments, yet global payments still come with delays, costs, wallet addresses, multiple steps, and friction. That’s why we built StablePay. StablePay is your everyday app for global USDT payments, designed to make moving money feel simple, instant, and accessible from...]]></description>
            <content:encoded><![CDATA[<p>Stablecoins made it possible to move money globally in seconds. So why does sending and receiving payments across borders still feel harder than it should?</p><p>Sending money home, paying a friend, or getting paid abroad are everyday payments, yet global payments still come with delays, costs, wallet addresses, multiple steps, and friction.</p><p><strong>That’s why we built StablePay.</strong></p><p>StablePay is your everyday app for global USDT payments, designed to make moving money feel simple, instant, and accessible from anywhere, at no cost. When you're not spending your USDT, you can also earn yield with StableEarn, available directly in the app.</p><p><strong>Experience a simpler way to send money every day. Download StablePay today on the </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://apps.apple.com/app/apple-store/id6755461772?pt=128275195&amp;ct=Stable%20Blog&amp;mt=8"><strong><u>App Store</u></strong></a><strong> and </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://play.google.com/store/apps/details?id=to.stablepay.app&amp;referrer=utm_source%3Dblog%26utm_medium%3Dblog"><strong><u>Google Play</u></strong></a><strong>. Learn more at </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://stablepay.to"><strong><u>stablepay.to</u></strong></a><strong>.</strong></p><p><strong>Tap. Send. Done.</strong></p><div data-type="embedly" src="https://x.com/Stable/status/2077348728424505617?s=20" data="{&quot;provider_url&quot;:&quot;https://x.com&quot;,&quot;description&quot;:&quot;StablePay is now live.Send USDT to anyone, anywhere 🌍Simple, instant, no-cost everyday payments.Built for how money should move.Download StablePay today: https://t.co/C1h3ano5ym pic.twitter.com/2lRNjcSXsL&quot;,&quot;title&quot;:&quot;Stable on X (formerly Twitter): \&quot;StablePay is now live.Send USDT to anyone, anywhere 🌍Simple, instant, no-cost everyday payments.Built for how money should move.Download StablePay today: https://t.co/C1h3ano5ym pic.twitter.com/2lRNjcSXsL / X\&quot;&quot;,&quot;author_name&quot;:&quot;Stable&quot;,&quot;thumbnail_width&quot;:1200,&quot;width&quot;:550,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/bd560383209d029c24e9df07a9cabb66cff906fb16481244ceb7d52e772e1ce0.jpg&quot;,&quot;html&quot;:&quot;&lt;blockquote class=\&quot;twitter-tweet\&quot;&gt;&lt;p lang=\&quot;en\&quot; dir=\&quot;ltr\&quot;&gt;StablePay is now live.&lt;br&gt;&lt;br&gt;Send USDT to anyone, anywhere 🌍&lt;br&gt;&lt;br&gt;Simple, instant, no-cost everyday payments.&lt;br&gt;&lt;br&gt;Built for how money should move.&lt;br&gt;&lt;br&gt;Download StablePay today: &lt;a href=\&quot;https://t.co/C1h3ano5ym\&quot;&gt;https://t.co/C1h3ano5ym&lt;/a&gt; &lt;a href=\&quot;https://t.co/2lRNjcSXsL\&quot;&gt;pic.twitter.com/2lRNjcSXsL&lt;/a&gt;&lt;/p&gt;&amp;mdash; Stable (@Stable) &lt;a href=\&quot;https://x.com/Stable/status/2077348728424505617?ref_src=twsrc%5Etfw\&quot;&gt;July 15, 2026&lt;/a&gt;&lt;/blockquote&gt;\n&lt;script async src=\&quot;https://platform.x.com/widgets.js\&quot; charset=\&quot;utf-8\&quot;&gt;&lt;/script&gt;&quot;,&quot;author_url&quot;:&quot;https://x.com/Stable&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;url&quot;:&quot;https://x.com/Stable/status/2077348728424505617&quot;,&quot;provider_name&quot;:&quot;X (Formerly Twitter)&quot;,&quot;cache_age&quot;:3153600000,&quot;type&quot;:&quot;rich&quot;,&quot;thumbnail_height&quot;:675,&quot;image&quot;:{&quot;base64&quot;:&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAIAAAC1qksFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGVUlEQVR4nD2QfUwb9xnHf7TKUqVdQtOWl9IUQgKGEAw2Dn65s7nzu88+v9sxsY2NDcZnML47uPMLts+4YKcJISShoxkpXhYl6eIkaNmadmtDNy0tU6VKm9S106Rp0966FynbPyybtj8mIOujzx/PX8/n+3yBgGyTJDvhXA+c60E5wQ4ilBMheRGcFkqoXikj6iN65JRMzSLGnN6UNxozRmPGpGWMqrhWMabq88FdHtnL2q5nxc3g6H7Q/DVQB0AtAHvA9rSG6juIpl6ylU8fFac7+ph2AdkmpHhCqkMY7xDEOkUJvjgmgEipclqBUAptUoulMUMa0zKYdlL3fwH0qoFfC7eBrjpw5Lkngqd3BHstoNb1zCvBFw+HntAaqj8Wa20fbWkfbeETPFGCLxkXSif65QlIxaAopcTSGJY06Gg9No1rJg2SIUWPV95m729UHfs6dPSp3sbtP+oAOABADQBAs00Ntm3apda1r8lf1zzUyIscESW6T5ACaUIip2QIKUcohT6lw9IYnjIapgy7AiiMysLqXq/iuBtq0nTvh9sAv+HJHy8AAFAAEABkAAzsYAAH3Qde8Te2BA7xIkdFiW5BlC9NSNCkQsOiGlZpyhtNSQOWNFjSJhNjNlAmNKKBR1TyUZ04oOHZxPUDvFppy9Pd9aB1xwFgAOQ7qABQgxpsT73npYbBhsOB5q5oR2/suIjo089qdRkNntdbiyYzhzvyFnPKiE3pLazJmrSaaLMhblRHDeiYod+LdDmkTWjHQXHzvt6X9xx7AQApABIAFABoagC2d7/9QMNgw6u+Q8ejXd1Er3BCCE9DyiSiSyqNWa21iLtLdhdndcyYrWmTK2dz5xz2lM2RduGkGSfNSFgF+eV9bmkHxm9V8Q4pjuyUA+2APrNHv/8lV2OTt6UtxBMm+qQshKQRbW47vjGnd5222WfNTs7sLtjcBdtg0eGfc5/iXA4Wt1GYjTZZJjEsqkODA7JBSGDuEZh7OtTtAMB7Afpsjf7gPnP989bGw0Fe57gAyiASVj6QU2MlHC9bzfMW12lH8KLXXbJ75my+knvnuisw6/RnbB4G9zD4SQZzkjrbuEYfhpV+MezshR09/XgnALq6p0yN+xyHXxxsbw4e59Nwf1qJzmKGedxYstjPON1LHveC+9RZz+ibw8Hz3uGFU6EFb+T8ULjsCRUcoYIzkLUEshY/g3kpvZNALSNyg/+ExiNUOvlKJx88d5JX6+lsDPDbxyV9KTVcMCpmcd3rLvtFn3vZ7/tGMHg5FPpmeOxyeKISJVZGopcC8TfCxDl/ZN4dKjhGi85RzuqjtIMTqH9S6Z9AT0ZkzmGJI9hvC5zAvX2gJSJuHYO7aLU4Y1QUHaalgGtldPAtwl8Zp9/jmHtZ8jY7dTc1fXOKuUmRawS1Go2/ESYvDMdOD1KL/njJFc1bwowuRKkilDIcR8IT8hABDUUkgTGpZ7gf9KSMJzh7P+dCF4L2CjlSzZE/KE//cJ59f477ycLcR4uv/fjs3EYpu57Nrc9kq2zuO0yyMk5fClGLfnrBF+OsxIwxltITU+rRuCIyDkcI2XBYtIvPLwCSglt5LmRbIwN3csQ7JfLBYvHTtTOffWvx87WLv6ys/vbmyudr5zaXyh+U5t4t5u+kCreSM1fj7MoIvTTELvrIoi2eMZFZLM5oIoSMiMnISYichOLx7YWIyYBtjQzeKUTvn0l/8lbx51cXfl29/OfvX/3H+5W/3b/65fra727d+NPdNz+7cv6nF15/UH7te/nZaip/jcqtEqlLIWreOT3noPM4ncHGJxGKQlgGSTJyloJZCqZJGcsggLh/Ov3Jlfkvqmd+dXf10ca1rYeVvz+4+fjh7a0fVbc+vPHXe9f+eGdXUP6gVH6Hm62mUldimVViZjlMl1x0wcpwOMlqkzN6jjMkmQE6LtllKi5LJxHA/axy7jfry1++t/po4/rjzeuPN288fnjr3x9/97+b1a0Pr/3l3rf/cPvSpyvnN5fm3i0W17O56zSzEmGWQ9RZD1m0UZyZTOt340/RMENBX11nE1CSloPSF9dXH21sZ//nR18J3v7X5vp/NqtbG5Xf313+RWXh44vlB+XUrWT2bZZajSYuBIiyK5w3haY1YVoZoQaicXi3H4aCEoR4Ki7bhZoQ/w+Di2+1fJgdzwAAAABJRU5ErkJggg==&quot;,&quot;img&quot;:{&quot;width&quot;:1200,&quot;height&quot;:675,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/bd560383209d029c24e9df07a9cabb66cff906fb16481244ceb7d52e772e1ce0.jpg&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/bd560383209d029c24e9df07a9cabb66cff906fb16481244ceb7d52e772e1ce0.jpg"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://x.com/Stable/status/2077348728424505617?s=20" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Stable on X (formerly Twitter): "StablePay is now live.Send USDT to anyone, anywhere 🌍Simple, instant, no-cost everyday payments.Built for how money should move.Download StablePay today: https://t.co/C1h3ano5ym pic.twitter.com/2lRNjcSXsL / X"</h2><p>StablePay is now live.Send USDT to anyone, anywhere 🌍Simple, instant, no-cost everyday payments.Built for how money should move.Download StablePay today: https://t.co/C1h3ano5ym pic.twitter.com/2lRNjcSXsL</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://x.com</span></div><img src="https://storage.googleapis.com/papyrus_images/bd560383209d029c24e9df07a9cabb66cff906fb16481244ceb7d52e772e1ce0.jpg" alt="Stable on X (formerly Twitter): &quot;StablePay is now live.Send USDT to anyone, anywhere 🌍Simple, instant, no-cost everyday payments.Built for how money should move.Download StablePay today: https://t.co/C1h3ano5ym pic.twitter.com/2lRNjcSXsL / X&quot;"></div></a></div></div><h2 id="h-designed-for-everyday-payments" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Designed for Everyday Payments</strong></h2><p>StablePay brings everyday USDT payments and Earn into a single mobile app.<br><br>With StablePay, you can:</p><ul><li><p>Send and receive USDT <strong>instantly, anywhere, 24/7, at no cost.</strong></p></li><li><p><strong>Earn yield on your idle USDT balance with StableEarn, available directly in the app.</strong></p></li><li><p>Add funds from a crypto wallet, exchange, or supported fiat payment method.</p></li><li><p>Pay using a simple StableName, email or phone number. No wallet address required.</p></li><li><p>Withdraw to any crypto wallet in just a few taps.</p></li></ul><p>Whether you are splitting a bill, paying rent, sending money home, or getting paid, StablePay makes everyday payments simple.</p><p><strong>No delays. No fees. No friction. Just money that moves at the speed of the internet.</strong></p><h2 id="h-stablename-an-effortless-way-to-move-money" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Stablename: An Effortless Way to Move Money</strong></h2><p>StablePay makes sending and receiving USDT feel simple from the moment you open the app. With Stablename, users can create a simple identity to send and receive payments without relying on long wallet addresses.</p><p>Choose your Stablename. No wallet addresses required to pay.</p><p>Sending money should feel as easy as sending a username.</p><h2 id="h-the-future-of-global-payments" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The Future of Global Payments</strong></h2><p>Stablecoins are already changing how money moves across the world. The next step is making those payments feel effortless in everyday life.</p><p>At Stable, we believe sending and receiving money globally should feel instant, accessible, and as natural as sending a message. No friction, no complexity, and no borders.</p><p><strong>StablePay is built for that future.</strong></p><p>A future where global payments feel simple by default, and where your USDT can continue working for you through StableEarn when you're not spending it.</p><h3 id="h-stablepay-is-now-live" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>StablePay is now live.&nbsp;</strong></h3><p><strong>Ready to move money at the speed of the internet?</strong></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://apps.apple.com/app/apple-store/id6755461772?pt=128275195&amp;ct=Stable%20Blog&amp;mt=8"><strong><u>Download on the App Store</u></strong></a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://play.google.com/store/apps/details?id=to.stablepay.app&amp;referrer=utm_source%3Dblog%26utm_medium%3Dblog"><strong><u>Get it on Google Play</u></strong></a></p>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/e06b0a26e664f53aae29e018b276d2f0b16f6cd38e10ea89ef7ba229f4823cf2.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Stable Build #2: Build a Neobank]]></title>
            <link>https://blog.stable.xyz/stable-build-2-build-a-neobank</link>
            <guid>FRfNsP4FOszyDjHtypXr</guid>
            <pubDate>Thu, 09 Jul 2026 14:09:37 GMT</pubDate>
            <description><![CDATA[A neobank is a bank delivered as an app. No branches, just a balance and the software that moves it. A stablecoin neobank keeps that balance in dollars on a chain. Transfers settle in seconds instead of days, a payout to another country is the same call as a payout across town, and yield comes from onchain lending markets rather than a treasury desk. Building one usually means stitching together a bridge provider, a payments rail, a yield protocol, and gas management, each with its own SDK, d...]]></description>
            <content:encoded><![CDATA[<p>A neobank is a bank delivered as an app. No branches, just a balance and the software that moves it.</p><p>A stablecoin neobank keeps that balance in dollars on a chain. Transfers settle in seconds instead of days, a payout to another country is the same call as a payout across town, and yield comes from onchain lending markets rather than a treasury desk.</p><p>Building one usually means stitching together a bridge provider, a payments rail, a yield protocol, and gas management, each with its own SDK, decimals, and failure modes. On <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://stable.xyz?utm_campaign=stable-build-02-neobank"><u>Stable</u></a>, those pieces sit behind one client.</p><blockquote><p>If you're shipping a global spending app, a payroll product, a savings app for users whose local currency is the problem, or a card program, you're building the same five components. This post maps each one to the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/reference/sdk?utm_campaign=stable-build-02-neobank">@stablechain/sdk</a> call that implements it.</p></blockquote><h2 id="h-so-what-would-the-tiniest-neobank-look-like" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">So what would the tiniest neobank look like?</h2><p>The tiniest neobank on Stable is a single call: an amount moving between two addresses, with the fee settled in the same dollars it moves.</p><p>That works because the balance asset here is USDT0, the multichain variant of USDT, and gas is denominated in it too. A user with fifty dollars can spend fifty dollars. There is no native token to acquire first, and no gas balance to explain in your onboarding flow.</p><blockquote><p>The SDK is moving quickly. The snippets below are accurate at the time of writing, but the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/reference/sdk?utm_campaign=stable-build-02-neobank"><u>SDK reference</u></a> is always the source of truth.</p></blockquote><pre data-type="codeBlock" text="const { txHash } = await stable.transfer({
  from: &quot;0xSender&quot;,
  to: &quot;0xRecipient&quot;,
  amount: 10,
});"><code>const { txHash } <span class="hljs-operator">=</span> await stable.<span class="hljs-built_in">transfer</span>({
  <span class="hljs-keyword">from</span>: <span class="hljs-string">"0xSender"</span>,
  to: <span class="hljs-string">"0xRecipient"</span>,
  amount: <span class="hljs-number">10</span>,
});</code></pre><pre data-type="codeBlock" text="{ txHash: &quot;0x8f3a...2d41&quot; }"><code>{ txHash: <span class="hljs-string">"0x8f3a...2d41"</span> }</code></pre><p>The SDK fetches token decimals on-chain and settles gas in USDT0 automatically. <code>amount: 10</code> means ten dollars.</p><h2 id="h-how-do-you-handle-user-accounts" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">How do you handle user accounts?</h2><p>An account on Stable is an address plus a signer, and who holds the key is a product decision the chain doesn't make for you.</p><p>An embedded wallet gives each user their own signer; a custodial backend keeps one signer and an internal ledger. The SDK doesn't care which you pick, because <code>createStable</code> takes any viem-compatible account. What it does separate for you is the write path from the read path: dashboards and balance screens shouldn't need a key, so <code>createStableReader</code> builds a read-only client from nothing but an address.</p><pre data-type="codeBlock" text="import { createStable, createStableReader, Network, STABLE_VAULT_ADDRESS } from &quot;@stablechain/sdk&quot;;

// Write path: any viem-compatible signer
const stable = createStable({ network: Network.Mainnet, account });

// Read path: an address is enough
const reader = createStableReader({
  network: Network.Mainnet,
  earn: { vault: STABLE_VAULT_ADDRESS },
  address: user.address,
});

const { assets } = await reader.earn.position();"><code><span class="hljs-keyword">import</span> { <span class="hljs-title">createStable</span>, <span class="hljs-title">createStableReader</span>, <span class="hljs-title">Network</span>, <span class="hljs-title">STABLE_VAULT_ADDRESS</span> } <span class="hljs-title"><span class="hljs-keyword">from</span></span> <span class="hljs-string">"@stablechain/sdk"</span>;

<span class="hljs-comment">// Write path: any viem-compatible signer</span>
const stable <span class="hljs-operator">=</span> createStable({ network: Network.Mainnet, account });

<span class="hljs-comment">// Read path: an address is enough</span>
const reader <span class="hljs-operator">=</span> createStableReader({
  network: Network.Mainnet,
  earn: { vault: STABLE_VAULT_ADDRESS },
  <span class="hljs-keyword">address</span>: user.<span class="hljs-built_in">address</span>,
});

const { assets } <span class="hljs-operator">=</span> await reader.earn.position();</code></pre><pre data-type="codeBlock" text="{ assets: 1250.42, sharesFormatted: 1248.9, assetAddress: &quot;0x779D...3736&quot;, ... }"><code>{ <span class="hljs-attr">assets:</span> <span class="hljs-number">1250.42</span>, <span class="hljs-attr">sharesFormatted:</span> <span class="hljs-number">1248.9</span>, <span class="hljs-attr">assetAddress:</span> <span class="hljs-string">"0x779D...3736"</span>, <span class="hljs-string">...</span> }</code></pre><p>The reader needs no key and no connected wallet, which is exactly what a backend rendering ten thousand balance screens wants.</p><h2 id="h-how-do-users-deposit-money" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">How do users deposit money?</h2><p>Users deposit by bridging stablecoins they already hold, whether sitting in a wallet on another chain or withdrawn from an exchange, into USDT0 on Stable; a fiat on-ramp lands the same way, one hop earlier.</p><p>Most of your early users already have USDT somewhere, and exchanges are the most common somewhere. A withdrawal to Ethereum mainnet puts that USDT exactly where the snippet below picks it up. From there it's a two-call pattern: <code>quoteBridge</code> returns the expected output for the user to confirm, and<code>bridge</code> executes against that exact quote, moving the funds through <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://LI.FI"><u>LI.FI</u></a>.</p><pre data-type="codeBlock" language="ts" text="import { CHAIN_CONFIGS, Chain, STABLE_USDT_ADDRESS } from &quot;@stablechain/sdk&quot;;

const params = {
  fromChain: Chain.Ethereum,
  toChain: Chain.Stable,
  fromToken: CHAIN_CONFIGS[Chain.Ethereum]!.usdt, // USDT on Ethereum
  toToken: STABLE_USDT_ADDRESS,                   // USDT0 on Stable
  amount: 100,
};

const quote = await stable.quoteBridge(params);
// show quote.toAmount, then execute against the quote the user confirmed
const { txHash } = await stable.bridge({ ...params, quote });"><code><span class="hljs-keyword">import</span> { <span class="hljs-variable constant_">CHAIN_CONFIGS</span>, <span class="hljs-title class_">Chain</span>, <span class="hljs-variable constant_">STABLE_USDT_ADDRESS</span> } <span class="hljs-keyword">from</span> <span class="hljs-string">"@stablechain/sdk"</span>;

<span class="hljs-keyword">const</span> params = {
  <span class="hljs-attr">fromChain</span>: <span class="hljs-title class_">Chain</span>.<span class="hljs-property">Ethereum</span>,
  <span class="hljs-attr">toChain</span>: <span class="hljs-title class_">Chain</span>.<span class="hljs-property">Stable</span>,
  <span class="hljs-attr">fromToken</span>: <span class="hljs-variable constant_">CHAIN_CONFIGS</span>[<span class="hljs-title class_">Chain</span>.<span class="hljs-property">Ethereum</span>]!.<span class="hljs-property">usdt</span>, <span class="hljs-comment">// USDT on Ethereum</span>
  <span class="hljs-attr">toToken</span>: <span class="hljs-variable constant_">STABLE_USDT_ADDRESS</span>,                   <span class="hljs-comment">// USDT0 on Stable</span>
  <span class="hljs-attr">amount</span>: <span class="hljs-number">100</span>,
};

<span class="hljs-keyword">const</span> quote = <span class="hljs-keyword">await</span> stable.<span class="hljs-title function_">quoteBridge</span>(params);
<span class="hljs-comment">// show quote.toAmount, then execute against the quote the user confirmed</span>
<span class="hljs-keyword">const</span> { txHash } = <span class="hljs-keyword">await</span> stable.<span class="hljs-title function_">bridge</span>({ ...params, quote });</code></pre><pre data-type="codeBlock" text="{ toAmount: 99.94 }
{ txHash: &quot;0xabcd...7890&quot; }"><code>{ toAmount: <span class="hljs-number">99.94</span> }
{ txHash: <span class="hljs-string">"0xabcd...7890"</span> }</code></pre><p>Pass <code>recipient</code> to land the funds in the user's address rather than the signer's, which is how a treasury-funded onboarding flow works. If a user arrives holding something that isn't USDT, <code>swap</code> routes it into USDT0 inside the same client. Routing, approvals, and chain switching are handled internally.</p><h2 id="h-where-does-yield-come-from" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Where does yield come from?</h2><p>Yield comes from lending: idle USDT0 deposits into a Morpho-backed vault (StableEarn) that supplies onchain lending markets, and the vault's rate is what your users see as their savings APY.</p><p>This is the savings-account leg of the product. <code>deposit </code>moves a balance into the vault, the reader hands the live position and APY back for the dashboard, and <code>preview</code> projects yield over a horizon, which is the "deposit $1,000, earn about $58 this year" line every savings app puts on its deposit screen. How you surface those numbers to end users is a compliance decision in several jurisdictions; the SDK gives you the figures, the display is your call.  Merkl incentive rewards stack on top: <code>incentiveRewards.fetch</code> and <code>.claim</code> collect every reward token in one transaction, proofs included, and the reader exposes the same fetch without a signer.</p><pre data-type="codeBlock" text="const { txHash } = await stable.earn.deposit({ amount: 100 });

const { apy } = await reader.earn.getYield();
const { projectedYield } = await reader.earn.preview({ amount: 1000, horizonDays: 365 });"><code>const { txHash } <span class="hljs-operator">=</span> await stable.earn.deposit({ amount: <span class="hljs-number">100</span> });

const { apy } <span class="hljs-operator">=</span> await reader.earn.getYield();
const { projectedYield } <span class="hljs-operator">=</span> await reader.earn.preview({ amount: <span class="hljs-number">1000</span>, horizonDays: <span class="hljs-number">365</span> });</code></pre><pre data-type="codeBlock" text="{ txHash: &quot;0x41c7...9be2&quot; }
{ apy: 0.058, native: 0.041, rewards: [...], ... }
{ projectedYield: 58.31, apy: 0.058, horizonDays: 365 }"><code>{ <span class="hljs-attr">txHash:</span> <span class="hljs-string">"0x41c7...9be2"</span> }
{ <span class="hljs-attr">apy:</span> <span class="hljs-number">0.058</span>, <span class="hljs-attr">native:</span> <span class="hljs-number">0.041</span>, <span class="hljs-attr">rewards:</span> [<span class="hljs-string">...</span>], <span class="hljs-string">...</span> }
{ <span class="hljs-attr">projectedYield:</span> <span class="hljs-number">58.31</span>, <span class="hljs-attr">apy:</span> <span class="hljs-number">0.058</span>, <span class="hljs-attr">horizonDays:</span> <span class="hljs-number">365</span> }</code></pre><p>At scale you won't deposit one balance at a time. A nightly sweep is bulkDeposit: it takes the whole batch, attempts every item, and returns per-item results, so three failed accounts don't sink the other ten thousand.</p><pre data-type="codeBlock" text="const { succeeded, failed, results } = await stable.earn.bulkDeposit(
  idleBalances.map((amount) =&gt; ({ amount })),
  { idempotencyKey: &quot;sweep-2026-07-07&quot; },
);"><code>const { succeeded, failed, results } <span class="hljs-operator">=</span> await stable.earn.bulkDeposit(
  idleBalances.map((amount) <span class="hljs-operator">=</span><span class="hljs-operator">&gt;</span> ({ amount })),
  { idempotencyKey: <span class="hljs-string">"sweep-2026-07-07"</span> },
);</code></pre><pre data-type="codeBlock" text="{ succeeded: 9997, failed: 3, results: [...] }"><code>{ <span class="hljs-attr">succeeded:</span> <span class="hljs-number">9997</span>, <span class="hljs-attr">failed:</span> <span class="hljs-number">3</span>, <span class="hljs-attr">results:</span> [<span class="hljs-string">...</span>] }</code></pre><p>Approvals, permit signatures, and share math happen behind the scenes. Pass <code>idempotencyKey</code> so a retried call, or a re-run sweep, joins the in-flight operation instead of sending a second one.</p><h2 id="h-how-do-withdrawals-and-payouts-work" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">How do withdrawals and payouts work?</h2><p>Withdrawals pull USDT0 out of the vault by asset amount (<code>withdraw</code>) or by share count (<code>redeem</code>), and a payout from there is a <code>transfer</code> on Stable or a <code>bridge</code> back out to another chain. A payroll run is the same shape at batch size: <code>bulkWithdraw</code> frees the balances, then the transfers go out.</p><p>Vault liquidity is the one place a savings product can surprise its users, so check it first. <code>withdrawability</code> tells you whether an amount exits instantly and how much idle liquidity the vault holds; when idle liquidity is short, <code>forceWithdraw</code> and <code>forceRedeem</code> deallocate from the underlying markets in the same call.</p><pre data-type="codeBlock" text="const { isInstant, availableLiquidity } = await reader.earn.withdrawability({ amount: 500 });

if (isInstant) {
  await stable.earn.withdraw({ amount: 500 });
}"><code>const { isInstant, availableLiquidity } <span class="hljs-operator">=</span> await reader.earn.withdrawability({ amount: <span class="hljs-number">500</span> });

<span class="hljs-keyword">if</span> (isInstant) {
  await stable.earn.withdraw({ amount: <span class="hljs-number">500</span> });
}</code></pre><pre data-type="codeBlock" text="{ isInstant: true, availableLiquidity: 182304.11, tokenDecimals: 6 }"><code>{ <span class="hljs-attr">isInstant:</span> <span class="hljs-literal">true</span>, <span class="hljs-attr">availableLiquidity:</span> <span class="hljs-number">182304.11</span>, <span class="hljs-attr">tokenDecimals:</span> <span class="hljs-number">6</span> }</code></pre><p>Share-to-asset conversion and vault accounting are handled for you. The payout itself is the same <code>transfer</code> call from the first section.</p><h2 id="h-architecture-at-a-glance" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Architecture at a glance</h2><table><colgroup><col><col><col></colgroup><tbody><tr><th colspan="1" rowspan="1"><p><strong>Component</strong></p></th><th colspan="1" rowspan="1"><p><strong>SDK surface</strong></p></th><th colspan="1" rowspan="1"><p><strong>What the SDK abstracts</strong></p></th></tr><tr><td colspan="1" rowspan="1"><p>Accounts</p></td><td colspan="1" rowspan="1"><p><code>createStable, createStableReader</code></p></td><td colspan="1" rowspan="1"><p>Signing plumbing; reads without a key</p></td></tr><tr><td colspan="1" rowspan="1"><p>Deposits</p></td><td colspan="1" rowspan="1"><p><code>stable.bridge, stable.quoteBridge</code></p></td><td colspan="1" rowspan="1"><p>Routing, approvals, chain switching</p></td></tr><tr><td colspan="1" rowspan="1"><p>Conversion</p></td><td colspan="1" rowspan="1"><p><code>stable.swap, stable.quoteSwap</code></p></td><td colspan="1" rowspan="1"><p>Approvals, output quoting</p></td></tr><tr><td colspan="1" rowspan="1"><p>Moving money</p></td><td colspan="1" rowspan="1"><p><code>stable.transfer</code></p></td><td colspan="1" rowspan="1"><p>Gas in USDT0, on-chain decimals</p></td></tr><tr><td colspan="1" rowspan="1"><p>Yield</p></td><td colspan="1" rowspan="1"><p><code>stable.earn.deposit, reader.earn.getYield / .preview</code></p></td><td colspan="1" rowspan="1"><p>Approvals, permits, share math</p></td></tr><tr><td colspan="1" rowspan="1"><p>Balance sweeps</p></td><td colspan="1" rowspan="1"><p><code>stable.earn.bulkDeposit / .bulkWithdraw</code></p></td><td colspan="1" rowspan="1"><p>Per-item results, batch dedup</p></td></tr><tr><td colspan="1" rowspan="1"><p>Rewards</p></td><td colspan="1" rowspan="1"><p><code>stable.earn.incentiveRewards.fetch / .claim</code></p></td><td colspan="1" rowspan="1"><p>Merkl proofs, multi-token claims</p></td></tr><tr><td colspan="1" rowspan="1"><p>Withdrawals</p></td><td colspan="1" rowspan="1"><p><code>reader.earn.withdrawability, stable.earn.withdraw / .redeem</code></p></td><td colspan="1" rowspan="1"><p>Liquidity checks, share accounting</p></td></tr></tbody></table><h2 id="h-get-started" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Get started</h2><p><code>npm install @stablechain/sdk viem</code> and you have the client. The <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/tutorial/sdk-quickstart?utm_campaign=stable-build-02-neobank"><u>SDK quickstart</u></a> walks through your first transfer and deposit on testnet.</p><h2 id="h-start-building" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Start building</h2><p>The <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/reference/sdk?utm_campaign=stable-build-02-neobank"><u>SDK reference</u></a> is the canonical surface for every method and parameter. If you're building on Stable, find us in <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"><u>Discord</u></a> and tell us what you're shipping.</p><p><br></p>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/5460f0692b3bd4105598153fb53adbb4be8e00ace438a25a48a1e2badaa861df.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[The Stable Standard: Issue #9]]></title>
            <link>https://blog.stable.xyz/the-stable-standard-issue-9</link>
            <guid>om6maOiAYbogj9LuKJb7</guid>
            <pubDate>Fri, 03 Jul 2026 14:03:35 GMT</pubDate>
            <description><![CDATA[June 2026 Welcome to the latest edition of The Stable Standard, where we share progress across the Stable Network and the broader shift toward stablecoin native financial infrastructure. This month, we cover the launch of SDK v0, continued progress toward StablePay, expanding ecosystem, and growing network activity. Key Takeaways Mainnet activity surpassed 7.18M transactions, 46.6K addresses, and 6K+ deployed contracts StableEarn became one of the leading USDT yield vaults on Morpho, reflecti...]]></description>
            <content:encoded><![CDATA[<p><strong>June 2026&nbsp;</strong></p><p>Welcome to the latest edition of The Stable Standard, where we share progress across the Stable Network and the broader shift toward stablecoin native financial infrastructure. This month, we cover the launch of SDK v0, continued progress toward StablePay, expanding ecosystem, and growing network activity.</p><h2 id="h-key-takeaways" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Key Takeaways</strong></h2><ul><li><p>Mainnet activity <strong>surpassed 7.18M transactions, 46.6K addresses, and 6K+ deployed contracts</strong></p></li><li><p><strong>StableEarn became one of the leading USDT yield vaults on Morpho</strong>, reflecting strong adoption of Stable’s treasury infrastructure. Explore<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.morpho.org/stable/vault/0xb7Df8db22A5DBBFA9ebeb94b3910aec6a4f05c08/stableearn#overview"><u> the StableEarn Vault here.</u></a></p></li><li><p><strong>Launched Stable SDK v0</strong>, enabling developers to build USDT-native applications.</p></li><li><p><strong>Continued progress toward StablePay launch</strong>, previewing fast, seamless, and no-cost USDT payments for everyday use.</p></li><li><p><strong>Joined the Mesh Alliance Program</strong>, expanding USDT-native settlement across exchanges, wallets, and payment platforms.</p></li><li><p>Collaborated with Interlace and other ecosystem partners on the <strong>Agentic Payment Whitepaper initiative</strong>, advancing standards for AI-native commerce and programmable payments.</p></li><li><p>Expanded Stable’s presence across conversations on global payments, AI-native finance and stablecoin infrastructure.</p></li></ul><p>With new developer infrastructure, growing ecosystem collaboration, and continued momentum toward StablePay this month, June marked another step forward in making stablecoin payments seamless and more accessible.</p><h2 id="h-network-growth" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Network Growth</strong></h2><p>Stable continued to see steady network activity throughout June:&nbsp;</p><ul><li><p><strong>7.18M+</strong> total transactions processed (~160% increase from May)</p></li><li><p><strong>46.6K+</strong> total addresses</p></li><li><p><strong>6k+</strong> smart contracts deployed (up ~4% from May)</p></li><li><p><strong>562</strong> tokens on the network</p></li></ul><p>The network also processed over <strong>127K transactions in the last 24 hours</strong>, reflecting continued activity across payments, smart contracts, and developer deployments.</p><h2 id="h-stable-sdk-v0" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Stable SDK v0</strong></h2><p>June marked one of the biggest milestones yet for developers building on Stable with the release of <strong>Stable SDK v0</strong>.</p><p>The SDK provides a unified interface for building USDT-native applications, abstracting much of the complexity involved in cross-chain stablecoin infrastructure.</p><p>Developers can now:</p><ul><li><p>Transfer USDT0</p></li><li><p>Bridge assets across supported networks</p></li><li><p>Execute token swaps</p></li><li><p>Abstract routing and approvals</p></li><li><p>Integrate StableEarn directly into applications</p></li></ul><p><strong>The SDK also introduces native support for StableEarn</strong>, allowing applications to deposit assets, withdraw funds, claim rewards, and access live APY and position data through a single developer experience.</p><p>Whether building wallets, neobanks, payroll platforms, treasury tools, or payment applications, the SDK serves as the foundation for Stable's payment and yield infrastructure.</p><p>To learn more, follow <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz/stable-build-1-introducing-the-sdk-for-stablecoin-builders"><u>Stable Build</u></a>, a new technical series focused on helping developers ship production-ready applications on Stable.</p><h2 id="h-stablepay-launching-soon" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>StablePay (Launching soon)</strong></h2><p>Throughout June, we continued the progress toward everyday stablecoin payments by advancing StablePay, our upcoming consumer payments app designed to make everyday USDT payments simple.</p><p>This month, Stable had the following announcements:</p><ul><li><p>Introduced no-cost payments as one of the core product promises.</p></li><li><p>Shared the first public previews of the StablePay experience. For example: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2069794481441005759?s=20"><u>https://x.com/Stable/status/2069794481441005759?s=20</u></a></p></li></ul><ul><li><p>Showcased how StablePay aims to simplify global USDT transfers for everyday use. Read more here: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2067973865113047460?s=20"><u>https://x.com/Stable/status/2067973865113047460?s=20</u></a></p></li></ul><p>As development continues, StablePay represents the next step in making global USDT payments fast, accessible and frictionless.</p><p><strong>Stay tuned for the launch.&nbsp;</strong></p><h2 id="h-stableearn" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>StableEarn</strong></h2><p>StableEarn continued to see rapid adoption throughout June, becoming one of the leading USDT yield vaults on Morpho. The milestone highlights growing demand for capital-efficient treasury management and native yield opportunities on Stable.</p><h3 id="h-stable-thesis-2" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Stable Thesis #2</strong></h3><p>This month, we also published Stable Thesis #2, continuing our series exploring real-world stablecoin use cases and infrastructure trends. This edition explores the challenge of idle balances held by payment providers, fintechs, exchanges, global businesses and <strong>how StableEarn enables capital efficiency without sacrificing liquidity or accessibility.</strong></p><p>Read the full thesis here:<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz/stablecoins-as-treasury-infrastructure-or-stable-thesis"><u> https://blog.stable.xyz/stablecoins-as-treasury-infrastructure-or-stable-thesis</u></a></p><h2 id="h-community-and-ecosystem-updates" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Community &amp; Ecosystem Updates</strong></h2><p>In June, Stable continued to expand its presence in conversations around AI-native commerce, programmable finance, and stablecoin infrastructure while strengthening partnerships across the broader digital asset ecosystem.</p><ul><li><p>Stable joined Interlace in the Agentic Payment Whitepaper, a collaborative initiative exploring the standards and architecture needed for AI-native finance. The whitepaper will be announced on July 17 during Interlace x BlockSec's seminar. It outlines a shared vision for agent-driven payments and highlights Stable’s role as a USDt-native settlement layer. Learn more<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2067250398109585751?s=20"><u> here</u></a>.</p></li><li><p>We also joined the <strong>Mesh Alliance Program </strong>as a gold member, expanding access to USDT-native settlement across Mesh’s network of exchanges, wallets, and payment providers. The partnership helps strengthen interoperability and makes it easier for businesses and developers to integrate stablecoin payments into existing financial infrastructure. Learn more<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2065058686545121480?s=20"> <u>here</u></a>.</p></li><li><p>Stable joined the <strong>world’s first collaborative</strong> <strong>AI agentic movie, powered by x402 and led by Billions Network. </strong>The initiative brought together more than 500 AI builders to explore how autonomous agents can create, collaborate, and transact, highlighting the growing need for fast, reliable payment rails built for AI-native applications. Learn more <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2064369483641496063?s=20"><u>here.</u></a></p></li><li><p><strong>Our CEO, Brian Mehler, joined Cregis </strong>to discuss the evolving regulatory landscape for stablecoins and the future of global payments. The conversation explored the challenges of regulatory fragmentation, the need for unified compliance frameworks across jurisdictions, and Stable's vision to enable a seamless global financial infrastructure. Read more<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2062904645056606696?s=20"> <u>here.</u></a></p><div data-type="twitter" tweetid="2062421215940419889">
  <div class="twitter-embed embed">
    <div class="twitter-header">
        <div style="display:flex">
          <a target="_blank" href="https://twitter.com/0xCregis">
              <img alt="User Avatar" class="twitter-avatar" src="https://storage.googleapis.com/papyrus_images/f97559bd2c122c791245541a1c1ef11480672dcfff4735e4b537835bb99a0667.jpg">
            </a>
            <div style="margin-left:12px;margin-right:auto;line-height:1.2;">
              <a target="_blank" href="https://twitter.com/0xCregis" class="twitter-displayname">Cregis</a>
              <p style="margin-top:2px;line-height:1;"><a target="_blank" href="https://twitter.com/0xCregis" class="twitter-username">@0xCregis</a></p>
    
            </div>
            <a href="https://twitter.com/0xCregis/status/2062421215940419889" target="_blank">
              <svg class="twitter-logo" width="20" height="20" viewBox="0 0 24 23" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path d="M0.256759 0L9.36588 12.1823L0.200012 22.0873H2.26348L10.289 13.4158L16.7728 22.0873H23.7935L14.1723 9.21978L22.7043 0H20.6409L13.2506 7.98633L7.27889 0H0.258127H0.256759ZM3.29035 1.52002H6.51495L20.7571 20.5673H17.5325L3.29035 1.52002Z" fill="currentColor"></path>
              </svg>
            </a>
          </div>
        </div>
      
    <div class="twitter-body">
      <img class="twitter-emoji" draggable="false" alt="🌍" src="https://abs-0.twimg.com/emoji/v2/72x72/1f30d.png"> In crypto, money moves globally, but regulation does not.<br><br>At <a class="twitter-content-link" href="https://twitter.com/hashtag/MicupVol15" target="_blank">#MicupVol15</a>, Brian Mehler at <a class="twitter-content-link" href="https://twitter.com/Stable" target="_blank">@Stable</a> highlighted the ongoing challenge of regulatory fragmentation, where compliance teams must navigate different jurisdictions, changing rules, and inconsistent standards. The 
      <div class="twitter-media"><img class="twitter-image" src="https://storage.googleapis.com/papyrus_images/b3826dacc830b5157df6f5246d12eaa23b362597c5dcf7ef20f04b7d21e05cd0.jpg"></div>
      
       
    </div>
    
     <div class="twitter-footer">
          <a target="_blank" href="https://twitter.com/0xCregis/status/2062421215940419889" style="margin-right:16px; display:flex; align-items:center;">
            <svg class="twitter-heart" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
              <path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path>
            </svg>
            2
          </a>
          <a target="_blank" href="https://twitter.com/0xCregis/status/2062421215940419889"><p>6:28 AM • Jun 4, 2026</p></a>
        </div>
    
  </div> 
  </div></li></ul><h2 id="h-whats-ahead" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What’s ahead</strong></h2><p>As stablecoins continue to grow, our focus remains on building the infrastructure and products that make stablecoin payments faster and simpler for businesses, developers and everyday users.</p><p>Upcoming work remains focused on:</p><ul><li><p>StablePay: Preparing for the launch to bring fast, no-cost payments to everyday use.</p></li><li><p>Developer Ecosystem growth by expanding the SDK, tooling, and documentation to help developers build with Stable.</p></li><li><p>Ecosystem growth: Strengthening partnerships and integrations to grow Stable’s payment infrastructure adoption.</p></li></ul><p>As stablecoin adoption continues to grow, Stable remains committed to building the infrastructure that powers the next generation of global payments.</p><h2 id="h-build-on-stable" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Build on Stable</strong></h2><ul><li><p><strong>Documentation:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/"> </a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz"><u>https://docs.stable.xyz</u></a></p></li><li><p><strong>Mainnet Hub:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz/"> </a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz"><u>https://hub.stable.xyz</u></a></p></li><li><p><strong>Blog:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz/"> </a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz"><u>https://blog.stable.xyz</u></a></p></li><li><p><strong>X: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable"><u>@Stable</u></a></p></li><li><p><strong>Community:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"> <u>https://discord.gg/stablexyz</u></a></p></li></ul><p><strong>Thank you for building with Stable.</strong></p><p><strong>The next issue of The Stable Standard will arrive next month.</strong></p><p><br><br><br><br></p>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/2f076e62b9e714e3146d1f2ff43550b84cc988ae20e82f31bc4259149c96ece4.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Stablecoins as Treasury Infrastructure | Stable Thesis ]]></title>
            <link>https://blog.stable.xyz/stablecoins-as-treasury-infrastructure-or-stable-thesis</link>
            <guid>wfLxBuzHpFCuNBN8Xhuo</guid>
            <pubDate>Thu, 25 Jun 2026 14:25:37 GMT</pubDate>
            <description><![CDATA[Key Insights: Stablecoins excel at quick global movement, but much of that money remains unused between payments. The next phase of stablecoin adoption also focuses on capital efficiency: viewing USDT not just as a payment tool but as a valuable treasury asset. Businesses, fintechs, exchanges, and DAOs are missing out on significant earnings from large USDT balances. StableEarn provides top-tier treasury management specifically designed for USDT-based operations. Payments transfer value. Stab...]]></description>
            <content:encoded><![CDATA[<p><strong>Key Insights:</strong></p><ul><li><p>Stablecoins excel at quick global movement, but much of that money remains unused between payments.&nbsp;&nbsp;</p></li><li><p>The next phase of stablecoin adoption also focuses on capital efficiency: viewing USDT not just as a payment tool but as a valuable treasury asset.&nbsp;&nbsp;</p></li><li><p>Businesses, fintechs, exchanges, and DAOs are missing out on significant earnings from large USDT balances.&nbsp;&nbsp;</p></li><li><p>StableEarn provides top-tier treasury management specifically designed for USDT-based operations.&nbsp;&nbsp;</p></li><li><p><strong>Payments transfer value. StableEarn ensures that value works while it waits.&nbsp;&nbsp;</strong></p></li><li><p>The future of stablecoin infrastructure merges high-performance payments with smart treasury management in a single cohesive system.&nbsp;</p></li></ul><p>Stablecoins have changed how money moves around the world. Businesses can complete transactions more quickly, tap into global liquidity, and function beyond traditional banking hours. Tasks that once took days can now occur in minutes, creating a more efficient framework for value transfer.&nbsp;&nbsp;</p><p>However, moving money is only part of the picture.&nbsp;&nbsp;</p><p>As businesses, fintechs, payment providers, and digital asset platforms increasingly hold stablecoin balances for operations, a new challenge arises: <strong>what happens to the capital that remains idle?&nbsp;&nbsp;</strong></p><p>The next phase of stablecoin adoption is not just about transferring funds more efficiently. It's about managing those funds more effectively. Treasury management is becoming an increasingly important layer of the stablecoin economy, helping organizations optimize liquidity, maintain operational flexibility, and make better use of capital held onchain.</p><p>Just as stablecoins redefined payments, they are beginning to reshape how treasury management works in an always-on financial system.</p><h3 id="h-the-hidden-cost-of-idle-capital" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>The Hidden Cost of Idle Capital</strong></h3><p>Every business needs liquidity.</p><p>Whether it’s a fintech processing customer payments, an exchange managing operational reserves, or a global company handling cross-border transactions, capital often remains idle between when it is received and when it is used.&nbsp;&nbsp;</p><p>In traditional finance, treasury teams actively manage these balances. Cash is spread across different financial instruments to maintain liquidity while enhancing capital efficiency. The aim is simple: keep funds accessible without leaving them completely unproductive.&nbsp;&nbsp;</p><p><strong>The same challenge now exists in the stablecoin economy.</strong></p><p>As organizations hold operational balances in stablecoins like USDT, large sums of capital may sit unused for days, weeks, or even months. While this money is available for payments and settlements, it may not be contributing to broader treasury goals.&nbsp;&nbsp;</p><p>This presents a new opportunity for businesses using stablecoins. Instead of seeing stablecoins just as a payment or settlement tool, organizations can incorporate them into a larger treasury strategy that balances liquidity, accessibility, and capital efficiency.&nbsp;&nbsp;</p><p>As stablecoin adoption increases, treasury management becomes just as crucial as the movement of funds.</p><h3 id="h-the-convergence-of-payments-and-treasuries" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>The Convergence of Payments and Treasuries</strong></h3><p>One major change brought by stablecoins is the merging of payments and treasury management.&nbsp;&nbsp;</p><p>A single USDT balance can serve multiple purposes at once:</p><ul><li><p>Payment liquidity&nbsp;&nbsp;</p></li><li><p>Settlement capital&nbsp;&nbsp;</p></li><li><p>Treasury reserves&nbsp;&nbsp;</p></li><li><p>Operational working capital</p></li></ul><p>The lines between "money used for payments" and "money held for treasury purposes" are becoming less clear.&nbsp; As a result, the next generation of financial infrastructure must support both the movement and management of capital in the same system.&nbsp;&nbsp;</p><h3 id="h-stableearn-treasury-management-for-a-usdt-native-world" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>StableEarn: Treasury Management for a USDT-Native World</strong></h3><p>As USDT continues to establish itself as one of the most widely used digital dollars globally, a growing number of organizations are building their financial operations around it.</p><p>This creates demand for treasury solutions designed specifically for stablecoin-native businesses.</p><p><strong>As USDT adoption grows, treasury management becomes increasingly relevant across a range of organizations, including:</strong></p><h3 id="h-payment-providers" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Payment Providers</strong></h3><p>Payment providers often maintain liquidity to support settlement operations and merchant payouts. Rather than keeping these balances entirely idle, treasury infrastructure can help optimize capital while preserving the flexibility needed for day-to-day operations.</p><h3 id="h-fintech-platforms" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Fintech Platforms</strong></h3><p>Fintechs frequently hold stablecoin balances to facilitate customer deposits, withdrawals, and transfers. As these reserves grow, efficient treasury management becomes increasingly important for maintaining liquidity while improving capital utilization.</p><h3 id="h-exchanges" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Exchanges</strong></h3><p>Digital asset exchanges maintain operational reserves to support trading activity, withdrawals, and platform liquidity. Treasury solutions can help exchanges manage these balances more effectively without disrupting core operations.</p><h3 id="h-global-businesses" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Global Businesses</strong></h3><p>Companies operating across multiple markets are increasingly using USDT for supplier payments, payroll, and cross-border settlements. Working capital often sits between payment cycles, creating opportunities for more efficient treasury management.</p><p>As stablecoins continue evolving from transactional assets into core components of business operations, treasury management is becoming a fundamental layer of the onchain financial stack. The organizations that can efficiently manage both the movement and deployment of capital will be better positioned to operate in an increasingly digital and global economy.</p><p>This is where StableEarn fits into the broader stablecoin infrastructure story. If payment rails determine how efficiently money moves, treasury infrastructure determines how efficiently that money works while it waits to move.</p><h2 id="h-stableearn-in-practice" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>StableEarn in Practice</strong></h2><p>Treasury management looks different across organizations, but the underlying objective remains the same: maintaining liquidity while making capital more efficient.</p><p>Some examples of how StableEarn can fit into treasury operations include:</p><ul><li><p><strong>Settlement Float Management</strong> : Payment providers can optimize capital held between settlement cycles while keeping funds accessible for operational needs.</p></li><li><p><strong>Working Capital Optimization</strong> : Businesses holding USDT for payroll, vendor payments, or cross-border expenses can make better use of funds that would otherwise remain idle between payment periods.</p></li><li><p><strong>Operational Reserve Management</strong> : Exchanges and fintech platforms can manage treasury balances more efficiently while maintaining liquidity for customer activity and withdrawals.</p></li><li><p><strong>Cross-Border Treasury Operations</strong> : Organizations with international operations can centralize USDT-based treasury management while supporting global payment workflows.</p></li></ul><p>As stablecoins become a larger part of business operations, treasury management is evolving from a back-office function into a strategic advantage. Organizations that can efficiently manage liquidity, settlement, and treasury capital from the same financial stack will be better positioned for an increasingly onchain economy.</p><h2 id="h-why-stableearn" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Why StableEarn </strong></h2><p>StableEarn addresses a growing challenge in the stablecoin economy: the efficient management of idle capital.</p><ul><li><p><strong>Capital Efficiency Without Compromise</strong>: Earn yield while keeping funds fully accessible for payments and settlements.&nbsp;</p></li><li><p><strong>Institutional-Grade Risk Management</strong>: Built on institutional-grade treasury infrastructure powered by Theo, Morpho, and Gauntlet.</p></li><li><p><strong>Seamless Workflow</strong>: Move from StablePay directly into StableEarn with no bridging or fragmentation.&nbsp;</p></li><li><p><strong>Predictable &amp; Transparent</strong>: Fully aligned with Stable’s native USDT gas and dollar-denominated philosophy.</p></li></ul><p>As stablecoins evolve from payment tools into operational capital, treasury management becomes a critical layer of infrastructure. StableEarn helps businesses put idle USDT balances to work while maintaining the flexibility and liquidity they need.</p><p><strong>StableEarn. Treasury management that keeps operational USDT liquid, accessible, and productive.</strong></p><h2 id="h-build-on-stable" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Build on Stable</strong></h2><p><strong>Documentation: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz"><strong><u>https://docs.stable.xyz</u></strong></a></p><p><strong>Mainnet Hub: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz"><strong><u>https://hub.stable.xyz</u></strong></a></p><p><strong>Blog: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz"><strong><u>https://blog.stable.xyz</u></strong></a></p><p><strong>X: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable"><strong><u>@Stable</u></strong></a></p><p><strong>Community:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"><strong><u>https://discord.gg/stablexyz</u></strong></a></p><p><br><br><br><br></p>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/76a51030012519e1c1d34ca0ef09f330d1cd24971f5d3b6562cf7c38040067b9.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Stablecoins at Scale: From Global Transfers to Everyday Payments ]]></title>
            <link>https://blog.stable.xyz/stablecoins-at-scale-from-global-transfers-to-everyday-payments</link>
            <guid>P3tUNIjlkkS0wU91nd2X</guid>
            <pubDate>Tue, 16 Jun 2026 14:53:13 GMT</pubDate>
            <description><![CDATA[Key Insights USDT processed 6.3 billions of transfers alone in 2025, with a surging share of small-value transactions (majority under $100) showing clear everyday and remittance usage. Despite global adoption and near-instant transfers, users still face friction when trying to or send received funds due to wallets, gas fees, network choices, and fragmented apps/ The next frontier for USDT is closing the gap between receiving the money and using it seamlessly. Seamless, continuous payment expe...]]></description>
            <content:encoded><![CDATA[<p><strong> Key Insights</strong></p><ul><li><p>USDT processed 6.3 billions of transfers alone in 2025, with a surging share of small-value transactions (majority under $100) showing clear everyday and remittance usage.</p></li><li><p>Despite global adoption and near-instant transfers, users still face friction when trying to or send received funds due to wallets, gas fees, network choices, and fragmented apps/</p></li><li><p>The next frontier for USDT is closing the gap between receiving the money and using it seamlessly.</p></li><li><p>Seamless, continuous payment experiences will determine how widely USDT moves from global money to everyday transactions.</p></li><li><p>StablePay is built for this evolution: instant, one-tap, USDT payments on an efficient native Layer 1, the StableChain.</p></li></ul><p><strong>Stablecoins have already transformed the global money movement. </strong>Moving money takes days and multiple intermediaries on traditional rails but with Stablecoins, we can send money in seconds anywhere in the world. This results in instant settlement, borderless reach, and near-zero friction for transfers.</p><p>But there is a missing piece. Once the money arrives, the experience often breaks with delays, extra steps, gas fees and fragmented apps when they want to use those funds. This applies whether sending money home or to a friend , paying a freelancer, covering everyday bills, or spending locally. Receiving funds and actually using them feels like two disconnected worlds</p><p>There is still a gap between receiving money and being able to use it seamlessly.</p><p>For stablecoins to become true everyday money, that gap must close. The next phase isn’t just faster transfers. It’s making payments feel seamless, and usable. <strong>That is the future Stable is building with StablePay, a consumer payment app coming soon.</strong></p><p><strong>Global transfers were the initial step. Everyday usability is what makes it real.</strong></p><h2 id="h-the-scale-achieved-and-the-shift-underway" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The Scale Achieved and the Shift Underway</strong></h2><p>Stablecoins delivered remarkable growth in 2025. Total transaction approximately 33 trillion dollars, a 72% increase YoY. USDT, the dominant stablecoin by market capitalization and real-world usage, powered a substantial share of this activity with particular strength in retail and cross-border flows.</p><p>The demand for better payment experiences is already visible:</p><ul><li><p><strong>6.3 billion transfers</strong> processed by USDT alone in 2025, majority of transactions <strong>under $100</strong>, <strong>indicating everyday usage.</strong></p></li><li><p>Average transaction cost of around <strong>$0.09</strong></p></li><li><p>Estimated <strong>$390 billion in annual stablecoin payment volume</strong>, more than 2× year-over-year growth</p></li></ul><p>This momentum shows stablecoins moving beyond trading and large transfers. Payments, remittances and consumer use cases now drive a growing portion of volume with USDT’s availability across ecosystems, liquidity, and proven track record in emerging markets make it the preferred choice for these real-world flows. Yet despite this scale, user friction persists.</p><p><strong>Stablecoins are not just being used for large transfers, but also for small and frequent real-world payments</strong></p><h2 id="h-why-the-stablecoin-payment-experience-needs-an-upgrade" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Why the Stablecoin Payment Experience Needs an Upgrade</strong></h2><p>Stablecoins have reached meaningful scale. But even with this adoption, the payment experience is still not seamless.</p><p><strong>On-chain patterns reveal the same pain points:</strong></p><ul><li><p>Managing gas due to two token friction.</p></li><li><p>Juggling wallets</p></li><li><p>choosing networks</p></li><li><p>Switching apps just to use received funds.</p></li></ul><p>The demand for better is obvious. People want stablecoins not just as a bridge for remittances or payouts, but as money that works effortlessly for daily life: sending to friends, paying services, or spending immediately after receiving.</p><h2 id="h-what-everyday-payments-should-feel-like" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What Everyday Payments Should Feel Like</strong></h2><p>If stablecoins are to work as real-world money, payments need to feel simple and immediate.</p><p>Receiving money and using it should not be separate experiences. There should be no need to move funds across platforms, manage multiple steps, or wait before being able to transact. Payment should be continuous.</p><p>Getting paid, paying someone else, and spending should all happen within the same flow, without friction or delay. This is what everyday payments look like. Not just faster transfers, but money that works the moment it is received.</p><h2 id="h-why-stablecoins-make-sense-for-everyday-payments" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Why Stablecoins Make Sense for Everyday Payments</strong></h2><p>Stablecoins are already being used beyond trading and transfers. Their core properties make them naturally suited for everyday payments:</p><ul><li><p><strong>Global by Default: </strong>Send and receive money across borders without relying on traditional banking rails or dealing with geographic limitations.</p></li><li><p><strong>Always on: </strong>Payments work 24/7, without cut-off times, weekends, or delays tied to banking hours.</p></li><li><p><strong>Direct and simple: </strong>Transactions can happen peer-to-peer, reducing dependency on multiple intermediaries.</p></li><li><p><strong>Consistent value:</strong> A digital dollar like USDT maintains a stable value, making it easier to price, pay, and manage everyday expenses.</p></li><li><p><strong>Low-cost at scale: </strong>Stablecoins are already used for high-frequency, low-value transactions, making them suitable for everyday use cases.</p></li><li><p><strong>Programmable by design: </strong>Payments can be integrated directly into apps, platforms, and workflows, enabling new kinds of user experiences.</p></li></ul><p>These characteristics make stablecoins a strong foundation for everyday payments. But for this potential to fully materialize, the experience of using them needs to match their capabilities.</p><h2 id="h-stablepay-bridging-the-gap-between-global-transfers-and-everyday-money" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>StablePay: Bridging the Gap Between Global Transfers and Everyday Money</strong></h2><p>Today, even simple actions like paying someone, sending money, or using funds after receiving them can involve multiple steps, switching between platforms, or dealing with wallets, gas fees, and network choices.</p><p><strong>StablePay removes this friction. It enables instant, simple and seamless global payments.</strong></p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/c3bec32c5fa89253aa1ac21c14d8ba18c8535f55548e881d7fcb4c6ae7eb915e.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAIAAAC1qksFAAAACXBIWXMAABYlAAAWJQFJUiTwAAAEWklEQVR4nFWVS28bZRSGnzSpmzatE9vxfXyLZ3y/xJeJHcd2bm1cEaA2jZOoLaIqlLYCVawohSLRqlCkClBVCRUWZQcSIorUBeoGFvAX+AMskFiwYV1Q0PnGJo10ZH0z4znPe64DLnDCpDIncukCN3jAD4ERtDFC40TtRCeITRGfQp9Edx6w2BSxE/Kf8DghG5pNXvQqP+I0MIruJuoQj5Zrr/Ku2eSFyIRy6sRwYkyTcJOcJukZmrojj5wCFsyEvBUcGzAEEDpBboZqmsA4dhWBV2kPjCrtk8QcYoZLAEkPCQ9J78Dk7EF3qeAcKojjCnDkOYAf9DHx64f4MQw7htJS8FL2icCcD1Oj4KccoBykGWUuTDFIJYgZIuNlLogZIDVNwinhRib2sySSjePGu6X0e+b0tdzh1zPLX67m7izMf7HMlYJ2q565t5i8t7jwqBP7pM2NhnZ3cfp2K/9wLfrpUuL+cu1RJ3a3HbrTbH3d8dysmZ8v8WpW5EePSfEEYFXVCdqIRBCE2DGJIKVymnRR9FD0UdVEtRmmoJEJUgxjRliIkg2wECHllezFHfL/hAMHTCkbACKTxKbRvZR0ygZzCSo68zlaOZZmWSlzssJSnmaG07P9p5sXf7mw+bTf3e11d3vbP26e2en2drobu73tJ2c3f+ht7vQuPOm9+dPG/Gdt6RcB6F6yYcoJ1up0l9g4xWqVcy+wcZJLvRNXt7jS5+wyHZPt1s7ezZ/3Pnr87zu3/7j84K+rj59dv//n5Y9/v/TV39e/37v17bP3v/vng929W7/u3fnwt9dUm7qGfakd4kKXgkEtwUqJxTxrVcphUm4KAUlIQ6eZ4GSSRYMz1fz5Ov15zi2z1eJcm5ZB1i2WcmJMqWY9PJwDCxCZ4PwbzM5Si9NM087STEnGyxpmlFqMRpx2QhhmlE6l0S2ymGG5JKlr58lo0qChCQI2/GPi06PUC8QP/hG0o8wVpTVTfqlhNY6pUwxRCQ28L+gCaBnUorQzvDRHfQZzRgRl/KJad4rwyFEZZqtHBWCtBD+EnS8/+CbQzUoBXmxwpiWFLVoAFUF9RjANnaI//Mr6W29fYq1IrynJLIWl5WQCLO+j4n0QgUcNbfCIBFhwYDikCwshyX4uOABYKRpYlGoYM0YhIk/NmAya4ZLGD4/vz7DnAECtI8124659aiPJWoNui81TnK6S9crElkPKNCqaHLLeYCt3bavDeo3+KWmw1Qr5sCC1o5IMKzmufcCoYEM2cn7JZspHNkjaT9YndwoqDsvKmlxmfWo9zMjT1HA1GW7ZWsGxAeBgBCNS5Ki9/+AmnRKdOusNVmeFlPYJMqNg1kHqOclKQ+9fpKazviDyV8rU0/uu3UPbL7LsfRv1OEWv1CCvUVELIOkhPbSUd/BrTFJKUS0NCpYOiHzDLSqf9z4AuIfL2YouZJOBiNqJ29V+Vis64ZY8WJfWF0a6ZVSV9NAB4f9/r4bn/wCZBs0MwVN2ugAAAABJRU5ErkJggg==" nextheight="1800" nextwidth="3200" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Payments become simple and straightforward. One can send, receive, and pay USDT from a single interface. Transactions settle quickly, feel predictable, and work the same way across borders.</p><p>At its core, StablePay is designed to make stablecoins feel like everyday money:</p><ul><li><p><strong>Instant settlement: </strong>Payments complete in seconds, without waiting or processing states.</p></li><li><p><strong>Cross-border by default: </strong>Payments work the same way globally, without additional steps or friction.</p></li><li><p><strong>Simple UX: </strong>Users don’t manage wallets, gas, or chains. The complexity stays behind the scenes.</p></li></ul><p>The goal is simple. Stablecoins should feel like everyday money, not infrastructure.</p><p><strong>The Road Ahead</strong></p><p>Stablecoins, anchored by USDT, have laid the groundwork for a more efficient global payment system. With transaction volumes already rivaling major traditional networks and retail usage accelerating, the opportunity is clear. The next phase belongs to solutions that deliver not only speed and low costs but also delightful, frictionless everyday experiences.</p><p>StablePay brings that vision to life on Stable’s USDT-native infrastructure. It bridges global transfers with everyday reality.</p><p><strong>StablePay is coming soon.</strong> The era of truly usable USDT payments has arrived.<br><br><strong>Build on Stable</strong></p><ul><li><p><strong>Documentation: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz"><strong><u>https://docs.stable.xyz</u></strong></a></p></li><li><p><strong>Mainnet Hub: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz"><strong><u>https://hub.stable.xyz</u></strong></a></p></li><li><p><strong>Blog: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz"><strong><u>https://blog.stable.xyz</u></strong></a></p></li><li><p><strong>X: </strong><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out css-1jxf684 r-bcqeeo r-1ttztb7 r-qvutc0 r-poiln3 r-1inkyih r-rjixqe r-1ddef8g r-tjvw6i r-1loqt21" href="https://x.com/Stable"><strong><u>@Stable</u></strong></a></p></li><li><p><strong>Community: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"><strong><u>https://discord.gg/stablexyz</u></strong></a></p></li></ul><br>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/dcd396ea962e896f7b33bfeae5ad9d173e70a8f52ecfa6e8833f01d5fef23efb.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Stable Build #1: Introducing the SDK for Stablecoin Builders]]></title>
            <link>https://blog.stable.xyz/stable-build-1-introducing-the-sdk-for-stablecoin-builders</link>
            <guid>RXEltLUedWbsOo2KSv7r</guid>
            <pubDate>Thu, 04 Jun 2026 14:04:40 GMT</pubDate>
            <description><![CDATA[If you’re building on Stable, whether that’s a neobank, a payroll provider, a wallet, or an incentivized yield product, this SDK is your backend. It lets you move USDT0 between user balances, bridge it in from other chains, and swap between tokens. @stablechain/sdk adds Earn alongside the existing transfer, bridge, and swap. Approvals, permits, share math, liquidity routing, and decimals are all handled internally, so a position takes the same shape as any other call you're already making. Th...]]></description>
            <content:encoded><![CDATA[<p>If you’re building on <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://stable.xyz/"><u>Stable</u></a>, whether that’s a neobank, a payroll provider, a wallet, or an incentivized yield product, this SDK is your backend. It lets you move USDT0 between user balances, bridge it in from other chains, and swap between tokens.&nbsp;</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/reference/sdk?utm_campaign=stable-build-01-sdk-v0"><u>@stablechain/sdk</u></a> adds Earn alongside the existing transfer, bridge, and swap. Approvals, permits, share math, liquidity routing, and decimals are all handled internally, so a position takes the same shape as any other call you're already making.</p><p>This is the first <strong><em>Stable Build</em>,</strong> our series for developers shipping products on Stable. If we ship something for you, you'll read it here first.</p><h2 id="h-what-you-can-do-today" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What you can do today</strong></h2><p>Each method maps to a real operation a stablecoin product needs: putting balances to work, taking them back out, claiming what's earned, and reading the position to show your users where they stand.</p><p><strong>The SDK is changing quickly while we ship v1. The snippets below are accurate at the time of writing, but the </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/reference/sdk?utm_campaign=stable-build-01-sdk-v0"><strong><u>SDK reference</u></strong></a><strong> is always the source of truth.</strong></p><h3 id="h-deposit" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Deposit</h3><p>Move USDT0 from a user’s balance into a <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://morpho.org/"><u>Morpho</u></a> vault that supplies StableEarn.</p><pre data-type="codeBlock" text="const { txHash } = await stable.earn.deposit({ amount: 100 });"><code>const { txHash } <span class="hljs-operator">=</span> await stable.earn.deposit({ amount: <span class="hljs-number">100</span> });</code></pre><p>ERC-20 approval and permit signatures happen behind the scenes. Pass <code>depositBuffer</code> to cap the deposit at a fraction of the vault's idle liquidity, or <code>idempotencyKey</code> to deduplicate retries. See the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/reference/sdk?utm_campaign=stable-build-01-earn"><u>SDK reference</u></a> for the full parameter list.</p><h3 id="h-withdraw-and-redeem" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Withdraw and redeem</h3><p>Exit by asset amount with <code>withdraw</code>, or by share count with <code>redeem</code>.</p><pre data-type="codeBlock" text="// By asset amount
await stable.earn.withdraw({ amount: 100 });

// By share count, for closing a full position
await stable.earn.redeem({ shares: 50 });"><code><span class="hljs-comment">// By asset amount</span>
await stable.earn.withdraw({ amount: <span class="hljs-number">100</span> });

<span class="hljs-comment">// By share count, for closing a full position</span>
await stable.earn.redeem({ shares: <span class="hljs-number">50</span> });</code></pre><p>When idle vault liquidity is short, <code>forceWithdraw</code> and <code>forceRedeem</code> deallocate from the underlying market adapters in the same call. See the SDK reference for the full Earn surface.</p><h3 id="h-incentive-rewards" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Incentive rewards</h3><p>Fetch pending <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://merkl.xyz/"><u>Merkl</u></a> rewards and claim every reward token in one transaction, with proofs handled for you</p><pre data-type="codeBlock" text="const { rewards } = await stable.earn.incentiveRewards.fetch();
const { txHash, tokenCount } = await stable.earn.incentiveRewards.claim();"><code>const { rewards } <span class="hljs-operator">=</span> await stable.earn.incentiveRewards.fetch();
const { txHash, tokenCount } <span class="hljs-operator">=</span> await stable.earn.incentiveRewards.claim();</code></pre><p>See the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/reference/sdk?utm_campaign=stable-build-01-earn"><u>SDK reference</u></a> for the response shape.</p><h3 id="h-read" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Read&nbsp;</h3><p><code>createStableReader</code> returns a read-only client for positions, APY, projections, and instant-withdrawability checks. Useful anywhere a dashboard or quote screen wants the data layer without a connected wallet.</p><pre data-type="codeBlock" text="import { createStableReader, Network, STABLE_VAULT_ADDRESS } from &quot;@stablechain/sdk&quot;;

const reader = createStableReader({

&nbsp;&nbsp;network: Network.Mainnet,

&nbsp;&nbsp;earn: { vault: STABLE_VAULT_ADDRESS },

&nbsp;&nbsp;address: &quot;0xYourAddress&quot;,

});

const { assets } = await reader.earn.position();

const { apy, native, rewards } = await reader.earn.getYield();

const { projectedYield } = await reader.earn.preview({ amount: 1000, horizonDays: 365 });

const { isInstant, availableLiquidity } = await reader.earn.withdrawability({ amount: 500 });"><code><span class="hljs-keyword">import</span> { <span class="hljs-title">createStableReader</span>, <span class="hljs-title">Network</span>, <span class="hljs-title">STABLE_VAULT_ADDRESS</span> } <span class="hljs-title"><span class="hljs-keyword">from</span></span> <span class="hljs-string">"@stablechain/sdk"</span>;

const reader <span class="hljs-operator">=</span> createStableReader({

&nbsp;&nbsp;network: Network.Mainnet,

&nbsp;&nbsp;earn: { vault: STABLE_VAULT_ADDRESS },

&nbsp;&nbsp;<span class="hljs-keyword">address</span>: <span class="hljs-string">"0xYourAddress"</span>,

});

const { assets } <span class="hljs-operator">=</span> await reader.earn.position();

const { apy, native, rewards } <span class="hljs-operator">=</span> await reader.earn.getYield();

const { projectedYield } <span class="hljs-operator">=</span> await reader.earn.preview({ amount: <span class="hljs-number">1000</span>, horizonDays: <span class="hljs-number">365</span> });

const { isInstant, availableLiquidity } <span class="hljs-operator">=</span> await reader.earn.withdrawability({ amount: <span class="hljs-number">500</span> });</code></pre><p>See the SDK reference for the response shape.</p><h3 id="h-in-the-same-client" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">In the same client</h3><p>Alongside StableEarn, SDK v0 includes the core asset movement primitives developers need. Whether you're moving assets, earning yield, or managing positions, it all happens through the same typed client.</p><p><code>transfer</code>, <code>bridge</code>, and <code>swap</code> are unchanged and ship in the same stable object, with <code>quoteBridge</code> and <code>quoteSwap</code> for read-only previews. A neobank backend can move balances, move funds in from another chain, swap into USDT0, and put the rest to work, all without leaving the SDK.</p><h2 id="h-getting-started" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Getting Started</h2><p><strong>npm install @stablechain/sdk</strong> <strong>viem</strong> and you're set. The <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/tutorial/sdk-quickstart?utm_campaign=stable-build-01-earn"><u>SDK quickstart</u></a> walks through creating a client, sending your first deposit, and reading a position on testnet. Grab testnet USDT0 from the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/how-to/use-faucet?utm_campaign=stable-build-01-earn"><u>faucet</u></a> before running through it.</p><h2 id="h-whats-next" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What’s next</h2><p>We're shipping richer financial primitives on top of USDT, more data through the reader, and broader liquidity into the same client</p><h2 id="h-start-building" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Start building</h2><p>The <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/reference/sdk?utm_campaign=stable-build-01-sdk-v0"><u>SDK overview</u></a> is the canonical reference for all methods, errors, and signing modes.&nbsp;</p><p><strong>If you're building on Stable or have questions about the SDK, find us in </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"><strong><u>Discord</u></strong></a><strong>.&nbsp;</strong></p><p>We're shaping the next version now, and we want to hear what you need from the SDK. Tell us what you're building, what's missing, and what you'd like to see next.</p><p><br></p>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/68cb30d234c7dbe3ffe84e378f82a7d3664ae2c9443331f6d9578fa2333e328d.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[The Stable Standard: Issue #8]]></title>
            <link>https://blog.stable.xyz/the-stable-standard-issue-8</link>
            <guid>S6kTtHMNkLixewHkSsU1</guid>
            <pubDate>Mon, 01 Jun 2026 14:27:03 GMT</pubDate>
            <description><![CDATA[May 2026 Welcome to the latest edition of The Stable Standard, where we share progress across the Stable network and the broader shift toward stablecoin-native financial infrastructure. This month, we cover the v1.3.0 upgrade, the launch of StableEarn, growing network activity, developer ecosystem updates, programmable finance conversations, and continued progress toward StablePay.Key TakeawaysMainnet activity surpassed 2.76M transactions and 5,840+ deployed contractsWe activated the Stable v...]]></description>
            <content:encoded><![CDATA[<p><strong>May 2026</strong></p><p>Welcome to the latest edition of The Stable Standard, where we share progress across the Stable network and the broader shift toward stablecoin-native financial infrastructure. This month, we cover the v1.3.0 upgrade, the launch of StableEarn, growing network activity, developer ecosystem updates, programmable finance conversations, and continued progress toward StablePay.</p><h2 id="h-key-takeaways" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Key Takeaways</strong></h2><ul><li><p>Mainnet activity surpassed <strong>2.76M transactions</strong> and <strong>5,840+ deployed contracts</strong></p></li><li><p>We activated the <strong>Stable v1.3.0 mainnet upgrade</strong> focused on execution safety and reliability</p></li><li><p>We introduced <strong>StableEarn</strong>, extending Stable’s infrastructure into treasury management and capital efficiency</p></li><li><p>We launched <strong>Stable Thesis #1</strong>, exploring stablecoins and the future of global payouts</p></li><li><p>Continued focus on agent-native payments and programmable finance</p></li><li><p>Development continues toward higher throughput, parallel execution, and deterministic transaction inclusion</p></li><li><p>Our CEO Brian Mehler joined discussions across AI-native finance, RWAs, and stablecoin infrastructure</p></li><li><p>StablePay continues progressing toward seamless global USDT transfers</p></li></ul><p>May marked an important step forward for Stable’s execution infrastructure and positioning around real-world stablecoin payments.</p><h2 id="h-network-growth" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Network Growth</strong></h2><p>Stable mainnet activity continued scaling in May as developers and applications expanded deployments across payment and settlement flows.</p><ul><li><p><strong>2.76M+ transactions processed</strong></p></li><li><p><strong>45.8K+ total addresses</strong></p></li><li><p><strong>5,840+ smart contracts deployed</strong></p></li><li><p><strong>611 verified contracts</strong></p></li></ul><p>This continued growth reflects increasing usage across stablecoin payments, smart contract execution, and developer activity on the network.</p><h2 id="h-mainnet-v130-upgrade" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Mainnet v1.3.0 Upgrade</strong></h2><h3 id="h-execution-safety-and-reliability-improvements" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Execution Safety and Reliability Improvements</strong></h3><p>On May 13, Stable activated the mandatory v1.3.0 mainnet upgrade, focused on improving execution safety, validation, RPC reliability, and EVM consistency.</p><p>Key improvements included:</p><ul><li><p>stronger transaction and waiver validation</p></li><li><p>tighter RPC exposure and signing controls</p></li><li><p>improved protections around execution paths and precompiles</p></li><li><p>fixes for gas accounting, rollback handling, and RPC consistency</p></li></ul><p>Node operators were required to upgrade before the activation height to maintain compatibility with the network.</p><p><strong>Why it matters</strong></p><p>As stablecoin payments move toward real-world and machine-driven usage, execution reliability becomes increasingly important infrastructure.</p><h2 id="h-stableearn" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>StableEarn</strong></h2><h3 id="h-institutional-grade-stablecoin-yield-infrastructure" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Institutional-Grade Stablecoin Yield Infrastructure</strong></h3><p>This month, we introduced <strong>StableEarn</strong>,&nbsp; an institutional-grade Earn experience designed to extend Stable’s stablecoin payment rails into treasury infrastructure and capital efficiency.</p><p>The first StableEarn vault launches with:</p><ul><li><p><strong>Morpho</strong> powering the vault infrastructure</p></li><li><p><strong>Gauntlet</strong> curating onchain yield strategies</p></li><li><p><strong>Theo Network</strong> supporting RWA-backed products and yield infrastructure</p></li></ul><p>The initial launch begins with a USDT vault on Morpho, designed around structured and transparent yield strategies for institutional-grade stablecoin capital management.</p><p>StableEarn expands Stable’s broader vision for stablecoin infrastructure, where capital can move efficiently and continue earning when idle.<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2059295326411137446"> <u>Read here</u></a>.</p><p>Incentives are now live. Put your USDT to work&nbsp;</p><p>Vault: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://app.morpho.org/stable/vault/0xb7Df8db22A5DBBFA9ebeb94b3910aec6a4f05c08/stable-earn"><u>https://app.morpho.org/stable/vault/0xb7Df8db22A5DBBFA9ebeb94b3910aec6a4f05c08/stable-earn</u></a></p><h2 id="h-stable-thesis-1" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Stable Thesis #1&nbsp;</strong></h2><p><strong>This month, we launched <em>Stable Thesis #1</em>, a new series exploring stablecoin use cases and infrastructure trends.&nbsp;</strong></p><p>The first edition focused on how stablecoins are transforming global payouts and payroll through faster cross-border transfers, always-on settlement, and programmable payment flows. The piece also explored how Stable supports these emerging payment systems through USDT-native execution and simplified settlement infrastructure.</p><p><strong>Read the full thesis here:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz/global-payouts-through-stablecoin-rails-or-stable-thesis">https://blog.stable.xyz/global-payouts-through-stablecoin-rails-or-stable-thesis</a></p><h2 id="h-developer-experience" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Developer Experience</strong></h2><ul><li><p><strong>The</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/reference/sdk"><strong> <u>@stablechain/sdk</u></strong></a>:&nbsp; If you're building on Stable, whether that's a neobank, a payments product, a wallet, or a treasury tool, the SDK is your backend. It lets your app move USDT0 between user balances, bridge it in from other chains, and swap between tokens. Earning yield on idle balances is coming next.</p></li><li><p>Our documentation on the<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/tutorial/sdk-quickstart?utm_campaign=stable-build-01-sdk-v0"> <u>SDK quickstart</u></a> walks through creating a client, sending your first transfer, and previewing a bridge or swap on testnet in about five minutes. Grab testnet USDT0 from the<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/how-to/use-faucet?utm_campaign=stable-build-01-sdk-v0"> <u>faucet</u></a> before running through it.</p></li></ul><h2 id="h-community-and-ecosystem-updates" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Community &amp; Ecosystem Updates</strong></h2><p>In May, Stable continued expanding its presence across conversations around AI-native finance, stablecoin infrastructure, programmable payments, and RWAs.</p><ul><li><p>Our CEO, Brian Mehler, joined a panel hosted by <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/rwaweek"><u>@rwaweek</u></a> on Stablecoins &amp; PayFi to discuss how stablecoins are evolving into core financial rails. The conversation explored internet-native payments, liquidity, wallet adoption, stablecoin issuers, and the future of global financial infrastructure. Watch the discussion <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/rwaweek/status/2061099085499605001?s=20"><u>here</u></a>. </p></li><li><p>Our CEO, Brian Mehler joined Water Tower Research for a discussion on Stable’s USDT-native architecture, global payment infrastructure, and the broader evolution of programmable financial systems. The conversation explored how stablecoin-native execution can support faster, more programmable global payments.<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2057288472407540205?s=20"> <u>Read Here.</u></a></p></li><li><p>Stable also participated in the zCloak Network roundtable AMA, “Future Finance: Human-Led or AI-Native?”, where Brian joined alongside leaders across AI infrastructure and programmable finance.<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2057288472407540205"> <u>Read here</u></a>.</p></li><li><p>At the LongTree Labs interview, our CEO Brian Mehler discussed Stable’s approach to stablecoin-native gas, full EVM compatibility, developer-first UX, and building compliant infrastructure for global payments. The conversation explored how simplifying execution and improving developer experience can accelerate real-world stablecoin adoption. Watch the full interview here:<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/watch?v=3XFQfzOxDmA"> <u>https://www.youtube.com/watch?v=3XFQfzOxDmA</u></a></p></li></ul><h2 id="h-whats-ahead" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What’s Ahead</strong></h2><h3 id="h-toward-higher-performance-payment-infrastructure" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Toward Higher-Performance Payment Infrastructure</strong></h3><p>Stable continues building toward a higher-performance execution environment optimized for stablecoin payments, agent-driven systems, and real-time financial applications.</p><p>Upcoming work remains focused on:</p><ul><li><p><strong>StablePay:</strong> A simplified stablecoin-native payments experience for seamless global USDT transfers</p></li><li><p>Continued work toward<strong> parallel execution, deterministic transaction inclusion, higher throughput, and improved developer tooling</strong></p></li></ul><p>As programmable payments continue evolving, the focus increasingly shifts toward scalability, predictable execution, and production-grade infrastructure.</p><h2 id="h-build-on-stable" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Build on Stable</strong></h2><ul><li><p><strong>Documentation:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/"> </a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz"><u>https://docs.stable.xyz</u></a></p></li><li><p><strong>Mainnet Hub:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz/"> </a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz"><u>https://hub.stable.xyz</u></a></p></li><li><p><strong>Blog:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz/"> </a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz"><u>https://blog.stable.xyz</u></a></p></li><li><p><strong>X: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable"><u>@Stable</u></a></p></li><li><p><strong>Community:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"> <u>https://discord.gg/stablexyz</u></a></p></li></ul><p><strong>Thank you for building with Stable.</strong></p><p><strong>The next issue of The Stable Standard will arrive in June.</strong></p>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/a93a51183b203659bd0e918b5a43457a1d349f4f35c86a12c0350930f3856d65.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Global Payouts Through Stablecoin Rails | Stable Thesis  ]]></title>
            <link>https://blog.stable.xyz/global-payouts-through-stablecoin-rails-or-stable-thesis</link>
            <guid>WvQkWAAxIyVtXneKmsHV</guid>
            <pubDate>Wed, 20 May 2026 14:12:53 GMT</pubDate>
            <description><![CDATA[Welcome to the first edition of Stable Thesis, a series where we will explore real-world stablecoin use cases on Stable. In this edition, we break down how stablecoins are transforming global payouts across businesses, teams, and global marketplaces while highlighting how Stable supports emerging payment flows through efficient USDT-powered infrastructure.TLDRGlobal payroll infrastructure still faces delays, high fees, and operational friction.Stablecoins are emerging as a faster and more sea...]]></description>
            <content:encoded><![CDATA[<p>Welcome to the first edition of Stable Thesis, a series where we will explore real-world stablecoin use cases on Stable. In this edition, we break down how stablecoins are transforming global payouts across businesses, teams, and global marketplaces while highlighting how Stable supports emerging payment flows through efficient USDT-powered infrastructure.</p><h2 id="h-tldr" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>TLDR</strong></h2><ul><li><p><strong>Global payroll infrastructure still faces delays, high fees, and operational friction.</strong></p></li><li><p><strong>Stablecoins are emerging as a faster and more seamless alternative for cross-border payouts.</strong></p></li><li><p><strong>Adoption is already accelerating across payroll and payment providers like Rise, Deel, and MoonPay.</strong></p></li><li><p><strong>Stable is building dedicated USDT-powered payment rails optimized for global payroll and internet-native financial operations.</strong></p></li><li><p><strong>The future of payroll is global, always-on, and stablecoin-powered.</strong></p></li></ul><p>Companies today operate globally by default, but global payouts still rely on outdated financial infrastructure.</p><p>Businesses increasingly work with remote employees, contractors, creators, and contributors across multiple countries and time zones. But while communication and collaboration have become seamless online, global payouts still depend heavily on fragmented banking systems, settlement delays, and costly international payment flows.</p><p>Stablecoins are beginning to change that by enabling faster, always-on movement of value across borders. <strong>Stable is designed to support these emerging global payment flows through efficient stablecoin-powered payment rails.</strong></p><h2 id="h-the-persistent-friction-in-global-payouts" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The Persistent Friction in Global Payouts</strong></h2><p>Despite the rise of global work, payroll infrastructure remains heavily constrained by traditional financial systems.</p><p>Businesses managing international payouts continue to face:</p><ul><li><p><strong>Multi-day settlement</strong> times</p></li><li><p><strong>High FX</strong> spreads and wire fees</p></li><li><p><strong>Complex banking relationships</strong> across countries</p></li><li><p><strong>Reconciliation overhead</strong> and payment uncertainty</p></li><li><p><strong>Limited accessibility</strong> in emerging markets</p></li></ul><p>For globally distributed teams and businesses, this creates unnecessary friction around something that should feel seamless: paying people across borders.</p><p>Stablecoins are increasingly becoming core infrastructure for internet-native payroll and global payouts.</p><h2 id="h-stablecoins-are-becoming-the-new-standard-for-global-payouts" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Stablecoins Are Becoming the New Standard for Global Payouts</strong></h2><p>Stablecoins are transitioning from a niche tool to core infrastructure for cross-border payments.&nbsp;</p><p>Unlike traditional payment systems constrained by banking hours and regional settlement infrastructure, stablecoins enable globally accessible and always-on payment rails without traditional banking hour constraints. This allows businesses to settle payouts faster, simplify international payment flows, and reduce friction around moving value between countries.</p><p><strong>As stablecoin payroll adoption grows, infrastructure reliability, predictable execution, and compliance-aware payment systems are becoming increasingly important </strong>for businesses operating globally. <strong>Stable is built to support this shift through efficient, stablecoin-native payment rails.</strong></p><p>As remote work and global hiring continue expanding, stablecoins are becoming an increasingly important layer for global payout infrastructure.</p><h2 id="h-stablecoin-payouts-are-moving-into-production" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Stablecoin Payouts Are Moving Into Production</strong></h2><p>The shift is already underway. Major payroll and payment platforms are actively expanding stablecoin-powered payroll infrastructure for distributed teams and cross-border payouts, including:</p><ul><li><p>Rise, which has processed over $1B in payroll volume, with more than 50% of worker withdrawals occurring in stablecoins, according to its 2026 State of Crypto Payroll report.</p></li><li><p>Deel, which partnered with MoonPay in 2026 to enable stablecoin salary payouts for global workers. Deel processes more than $22B in annual payroll volume globally.</p></li></ul><p>This demand is being driven by globally distributed teams, contractors, freelancers, and internet-native businesses that increasingly require faster and more seamless international payout infrastructure.</p><p>For many workers across LATAM, Africa, and Southeast Asia, stablecoin payroll also introduces faster access to dollar-denominated liquidity without many of the delays and frictions associated with traditional cross-border payment systems.</p><h2 id="h-how-stable-supports-global-payouts" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>How Stable Supports Global Payouts</strong></h2><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/8e7a10b9109a782d9c04284676dd2564dcdcc16c665afbc5bf0b1dfe6647be17.png" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAIAAAC1qksFAAAACXBIWXMAABYlAAAWJQFJUiTwAAAFFElEQVR4nD2VW2/bZBjH/01zapwlceJjfErs+GzHiXN0k6ZLW7q2a7tlW1jR2h2ACW5BDLRJ027YLd8ACYkLbpH4EIivwCdBQlrR621Yf/kiyvv83uf/HAwYAjoikdKAVCOSq1BpKDVoDXQEGDx0DkaqznuxH8WT4zqHFgeNhVwHXwN/AyyFegn1Iqp5QBfIn4QtMDlwBYg1omYVUgUancZNGQZPwpkcTPaDCIBL8Qx0NgXQ5CxXIQCm8BEgN6BxfBIL2zE98AlfoCBWIVVJBgYPI83PFGEKRJYISyAyeSJLSDECdB4aA4UmB8Ua+ArYrRQg0FDYst+px34ltD4CyiQDhUaLSRmpDzqHdoPc12ikYomTTBmNEugtVAoo51DMIJcFNkCeDWLUewAUBkKNuPQ/QCyTYthSPjKoaZAd+ZmhvTl2shM3P3URd2DLtSPnkx8Xizfz2ctk/mp79nI2f7mdvEjmPyT7b3aiL3pgKkCzDoXlBkHB0VHNgs6gBlIMloJSpwa2drC9//WTZSpzdeDdO+xf3BYOE0T2/utbf16//eP69S//fvvru+9+fffit+vvf/7nm9+vX/11/fanv78CWwGEOlQ2Y7KUa1QitxSY5Z4LjQe/BbUOQ8h1O875YXD/yF4d6GdL+XiHvjmoLofwVUwN5k6gPOo7z4f2lwP7aWw+iYyrrvm4y9020W+SSoCnMy0u5wpFu10JzbzTzjptYppYIb1hcJnIdM73OycL83QRPDhoneyQ0LYIvQGtCp5Cm4bLwxfRU9BVEKjwJMgsBBaqAHBVaBzVkynPELbjgqeDz5OOlutosegI+YHr3r1lni61o1l3fdRdH2+MbRh1OAJcEU4Tw3Zhz0bSye/YhV27sLQRtGCosNI3OBpy40ZPo/sOHXvV2NuwZdIeLZY0j9ksDC1/ddg+XhgnO8bpTf30ZmM5ItEtBoFEskk60kWfW3XFB11MDfKLpcKQUskAX4fcKAZSfeCVI7sYmBmnlQ6XQHywm8WRY53ttU+W+u3d1smic75vrg5Kcx8Oi6CJQMOO1Xo8kB725XXInLnMHQ+xjo5EBsgQAYGBxOQCiY69+jCoDkN2NqiNQ7IkyDQJ1NTzVgfBmhTZOFuWZhHCdmkeINYQiAg1LCzt6aB52W8+6t848zf3HSwsOCo8DbYKiCwUbjOQqcipDcN85LKzuDpxCcCXyQBHpnfv0F7t++vj1umCWvSzSYhWFSZNChvIWNjS1aix7vMXvcqdEIkJS0bYJgBLAkQOCg9fy0Y+NYxycVDbHhSGHswmIh1hu5iEg8t75urAXO1lJ3Z2YlPzEF0ZPo+wCZvHrCVe9rmLuLbuY2Fj0iHRfZWU2msDqghdLk3MyqjLzEfUpE9NY2Y3yQxDmBI8tTD1k6frweV58nQ1f/5w8ORufdnbnFhwOHRFUoYdXboK+c8C6SpWPh9jasHX0esgMODpIJ1kt4tjszwK+cWEng8qszg37sJukYv02pXd/vTZQ+/BsXq0oxzP5aNEOBxvji2yjiyOtOmeozwbchcRuw4rK69810diwFHgKsQGmDocvTR12NmwuZzxuxNxuV2YhMRHT0OgZcdO9OmxvdrLjh0yRL66Oe6QCocy+ipphKRVW/vllVe/75fOHIwUhBIB2xJZwxnHgGvAMmC1Yark4q5GcgwMuC2YctptDNnJXhO+9OGbYwnwm8QfJ13XbYYsVyNd4LYIR4TbJIyO8B9zit9wlJyYtgAAAABJRU5ErkJggg==" nextheight="1800" nextwidth="3200" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Stable is purpose-built as a dedicated USDT-native L1 to serve operational payment flows like global payroll. Key advantages include:</p><ul><li><p><strong>Single-asset experience</strong>: USDT as native gas means one balance for both payments and network fees. No wrapping, bridging, or managing separate tokens.</p></li><li><p><strong>Sub-second finality and improved reliability</strong>: Strengthened further by the recent v1.3.0 upgrade, giving finance teams greater confidence in batch execution timing.</p></li><li><p><strong>Predictable costs</strong>: Designed for recurring, high-volume operational payments rather than speculative use.</p></li><li><p><strong>Designed for seamless user experiences: </strong>enabling global payouts that feel fast, simple, and reliable.</p></li></ul><p>With always-on payment infrastructure and seamless global liquidity movement, Stable is focused on making payroll for internet-native teams faster, simpler, and more accessible across markets.</p><h3 id="h-why-this-matters" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Why This Matters</strong></h3><p>Global businesses now operate across borders by default. Teams, contractors, creators, and marketplaces increasingly require payouts that move as seamlessly as the internet itself.</p><p>But much of today’s financial infrastructure still depends on fragmented banking systems, delayed settlement windows, and inefficient cross-border payment flows.</p><p>As stablecoin adoption grows, new payment infrastructure is emerging to support a faster, more global, and always-on economy. <strong>Stable is designed for this shift.</strong></p><h3 id="h-the-thesis" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>The Thesis</strong></h3><p>Global payouts are becoming always-on, borderless, and increasingly powered by stablecoin rails.</p><p>As this shift accelerates, payment infrastructure must evolve alongside it. Stable is building dedicated rails optimized for this new era of global, internet-native payroll where paying talent anywhere in the world can be fast, predictable, and simple.</p><p><strong>Stable is designed to support the next generation of global payouts through seamless USDT-powered payment infrastructure.</strong></p><p><strong>Sources:</strong></p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/?utm_source=chatgpt.com"><u>Stable Documentation</u></a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.linkedin.com/pulse/state-crypto-payroll-report-2026-riseworks-dihqf"><u>Rise: 2026 State of Crypto Payroll Report</u></a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.prnewswire.com/news-releases/deel-partners-with-moonpay-to-enable-stablecoin-salary-payouts-for-global-workers-302683797.html"><u>Deel × MoonPay Stablecoin Payroll Announcement</u></a></p></li></ul><h2 id="h-build-on-stable" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Build on Stable</strong></h2><ul><li><p><strong>Documentation:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz"><strong> <u>https://docs.stable.xyz</u></strong></a></p></li><li><p><strong>Mainnet Hub:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz"><strong> <u>https://hub.stable.xyz</u></strong></a></p></li><li><p><strong>Blog:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz"><strong> <u>https://blog.stable.xyz</u></strong></a></p></li><li><p><strong>X: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable"><strong><u>@Stable</u></strong></a></p></li><li><p><strong>Community:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"><strong><u>https://discord.gg/stablexyz</u></strong></a></p></li></ul><br>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/f4a237635fc840d78ae6af502f3e5a342158748710ff1908ae722c0bd2ea9207.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Stable Mainnet v1.3.0 Upgrade]]></title>
            <link>https://blog.stable.xyz/stable-mainnet-v130-upgrade</link>
            <guid>4BVWzdeu4OyM3oeScN9c</guid>
            <pubDate>Wed, 06 May 2026 08:02:43 GMT</pubDate>
            <description><![CDATA[This release focuses on strengthening execution safety and improving consistency across the network. As Stable continues to scale real-world stablecoin usage, v1.3.0 introduces targeted improvements across validation, EVM behavior, and RPC reliability to reduce edge-case risks and support production-grade infrastructure.Upgrade OverviewStable v1.3.0 is a mandatory, non-backward compatible upgrade.Upgrade activation: May 13, 2026 (around 07:00 UTC)Upgrade height: 24077500 Recommended upgrade d...]]></description>
            <content:encoded><![CDATA[<p>This release focuses on strengthening execution safety and improving consistency across the network. As Stable continues to scale real-world stablecoin usage, v1.3.0 introduces targeted improvements across validation, EVM behavior, and RPC reliability to reduce edge-case risks and support production-grade infrastructure.</p><h3 id="h-upgrade-overview" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Upgrade Overview</strong></h3><p>Stable v1.3.0 is a <strong>mandatory, non-backward compatible upgrade</strong>.</p><ul><li><p><strong>Upgrade activation:</strong> May 13, 2026 (around 07:00 UTC)</p></li><li><p><strong>Upgrade height:</strong> 24077500&nbsp;</p></li><li><p>Recommended upgrade deadline for node operators: May 13, 2026</p></li></ul><p>Partners running self-hosted infrastructure should upgrade before the deadline to avoid potential disruptions, including issues with deposit and withdrawal flows.</p><h2 id="h-stable-v130-upgrade-highlights" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Stable v1.3.0 Upgrade Highlights</strong></h2><h3 id="h-strengthened-execution-safety-and-validation" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Strengthened Execution Safety and Validation</strong></h3><p>v1.3.0 introduces several improvements designed to tighten validation across the stack and reduce unintended execution paths.</p><p>System transaction handling was enhanced to validate not only the sender but also the destination and method selector, closing potential execution gaps. Transaction validation has also been strengthened across formats such as EIP-7702, with stricter checks on structure and authorization handling.</p><p>At the RPC layer, non-public namespaces are no longer exposed by default, and signing APIs are only enabled under explicit secure configurations. Input validation has also been tightened, including enforcement of EIP-55 address formatting and stricter constraints on query inputs.</p><h3 id="h-precompile-and-protocol-level-protections" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Precompile and Protocol-Level Protections</strong></h3><p>This release expands protections around precompile execution.</p><p>The Prague precompile address range has been added to blocked addresses, and unknown precompile methods now require query gas. These changes reduce the risk of unintended execution and improve safety around low-level contract interactions.</p><h3 id="h-evm-execution-fixes-and-consistency-improvements" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>EVM Execution Fixes and Consistency Improvements</strong></h3><p>v1.3.0 resolves several edge cases in EVM execution.</p><p>The upgrade includes corrected gas accounting for failed stateful precompile calls, fixes to refund behavior following ERC20 internal call failures, and improvements to precompile warm-set handling. The release also corrects COINBASE opcode behavior and aligns EIP-7702 authorization rollback with the specification.</p><h3 id="h-rpc-reliability-improvements" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>RPC Reliability Improvements</strong></h3><p>This upgrade improves consistency across RPC responses and node behavior.</p><p>Fixes include resolving system transaction responses with from = 0x0, improving feeHistory error logging, and ensuring chainId consistency in historical full transaction responses. These changes improve reliability for indexers, explorers, and application backends interacting with Stable.</p><h2 id="h-required-actions-for-partners" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Required Actions for Partners</strong></h2><p>To ensure a smooth transition, we recommend that partners:</p><ul><li><p>Partners running self-hosted infrastructure should prepare their Stable v1.3.0 upgrade process before May 13, 2026.</p></li><li><p>Node operators should stage the new binary in advance if using Cosmovisor, or be prepared to manually replace the binary and restart their node at the scheduled upgrade height if upgrading manually.</p></li><li><p>Validate deposit and withdrawal flows post-upgrade</p></li><li><p>Review any infrastructure relying on system transaction assumptions or RPC behavior</p></li><li><p>Monitor node logs and synchronization status during the upgrade window</p></li></ul><p><strong>Note: </strong>Partners using public or third-party RPC providers or the BSC version of $STABLE do not need to take any action.</p><h2 id="h-additional-information" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Additional Information</strong></h2><p>Stable v1.3.0 is a <strong>mandatory upgrade</strong>. Nodes running older versions after activation will not function.&nbsp;</p><p>This upgrade does not involve a chain reset or state migration. Existing chain data is preserved, and no state export/import is required.&nbsp;</p><p>We’ll share additional technical references and updates ahead of activation.</p><h2 id="h-build-on-stable" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Build on Stable</strong></h2><p><strong>Documentation: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz"><strong><u>https://docs.stable.xyz</u></strong></a></p><p><strong>Mainnet Hub: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz"><strong><u>https://hub.stable.xyz</u></strong></a></p><p><strong>Blog: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz"><strong><u>https://blog.stable.xyz</u></strong></a></p><p><strong>X: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable"><strong><u>@Stable</u></strong></a></p><p><strong>Community: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"><strong><u>https://discord.gg/stablexyz</u></strong></a></p>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/e4e818772f000227cbdaf38336cc653332e9d5ea0c40b0f193ceb2cfc8ffa05a.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[The Stable Standard - Issue # 7]]></title>
            <link>https://blog.stable.xyz/the-stable-standard-issue-7</link>
            <guid>8fHxlwA0qfJu9pl8A5Od</guid>
            <pubDate>Mon, 04 May 2026 14:11:20 GMT</pubDate>
            <description><![CDATA[Welcome to the seventh edition of The Stable Standard, where we share progress across the Stable network and how stablecoin-native infrastructure is moving from early adoption to continuous, real-world usage.Key Takeaways Mainnet activity continues to scale, surpassing 1.15M transactions and 45,000+ addresses.The upcoming upgrade improves security, validation, and execution reliabilityThe Stable documentation has been rebuilt from the ground up to improve the developer experience and reduce t...]]></description>
            <content:encoded><![CDATA[<p>Welcome to the seventh edition of The Stable Standard, where we share progress across the Stable network and how stablecoin-native infrastructure is moving from early adoption to continuous, real-world usage.</p><h2 id="h-key-takeaways" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Key Takeaways&nbsp;</strong></h2><ul><li><p>Mainnet activity continues to scale, surpassing 1.15M transactions and 45,000+ addresses.</p></li><li><p>The upcoming upgrade improves security, validation, and execution reliability</p></li><li><p>The Stable documentation has been rebuilt from the ground up to improve the developer experience and reduce time to integration.</p></li><li><p>Stable expanded its global presence across Web3 Festival Hong Kong and adjacent events.</p></li><li><p>The next phase of upgrades will introduce parallel execution and deterministic transaction inclusion</p></li><li><p>StablePay continues to progress toward enabling seamless, real-world USDT payments.</p></li></ul><h2 id="h-april-highlights" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>April Highlights</strong></h2><p>In April, Stable strengthened its execution layer with upcoming improvements focused on <strong>security, reliability, and developer experience</strong>. The near-term upgrade enhances <strong>transaction validation and execution safety</strong>, while a rebuilt documentation experience makes it easier for developers to go from integration to production.</p><p>At the same time, Stable expanded its presence across global conversations, with strong engagement on <strong>Web3 Festival Hong Kong</strong> and adjacent ecosystem events. These developments set the stage for the next phase of Stable, focused on <strong>higher performance, parallel execution, and predictable transaction execution at scale</strong>.</p><h2 id="h-protocol-upgrades" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Protocol Upgrades</strong></h2><h3 id="h-security-and-system-reliability" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Security and System Reliability</strong></h3><p>Stable is preparing the next upgrade, with planned improvements across transaction validation, RPC exposure, and execution safety.</p><p>Expected updates include:</p><ul><li><p>tighter RPC controls and safer signing configurations</p></li><li><p>strengthened validation for system transactions and waiver inputs</p></li><li><p>expanded protections around precompiles and execution paths</p></li></ul><p>The upgrade also includes fixes aimed at improving EVM execution consistency and RPC behavior, such as:</p><ul><li><p>more accurate gas accounting in edge cases</p></li><li><p>improved handling of internal call failures and rollback behavior</p></li><li><p>better consistency in RPC responses and historical transaction data</p></li></ul><p><strong>Why it matters</strong></p><p>These updates are designed to strengthen the execution layer and improve reliability for developers and applications building on Stable.</p><h2 id="h-enhancements-to-developer-documentation" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Enhancements to Developer Documentation</strong></h2><p>The Stable documentation has been rebuilt from the ground up to improve the developer experience and reduce time to integration.</p><p>The updated docs include:</p><ul><li><p><strong>Quickstarts and Integration Guides</strong> for faster onboarding</p></li><li><p><strong>Wallet and Oracle references</strong> with clearer implementation paths</p></li><li><p>refreshed content across core developer workflows</p></li></ul><p>There is also a stronger focus on <strong>agentic workflows</strong>, including guidance on building agents that can accept payments on Stable.</p><p>Developers can now leverage the documentation directly as a knowledge base for agents, enabling faster integration of Stable capabilities into agent-driven systems.</p><p>Explore the updated documentation:<br><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/"><u>https://docs.stable.xyz/</u></a></p><h2 id="h-mainnet-momentum-continues" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Mainnet Momentum Continues</strong></h2><p>Following the v1.2.0 upgrade, activity on Stable continues to scale as builders and early partners expand their deployments:</p><ul><li><p><strong>5,400+ smart contracts deployed</strong></p></li><li><p><strong>45,000+ total addresses</strong></p></li><li><p><strong>1.15M+ transactions processed</strong></p></li></ul><p>This sustained growth reflects increasing demand for stablecoin-native execution across payments, transfers, and settlement flows.</p><p>Post-upgrade, activity continues to trend upward, reinforcing Stable’s role as infrastructure for real-world, high-frequency payment environments.</p><h2 id="h-how-agents-pay-on-stable" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>How Agents Pay on Stable</strong></h2><p>This month, we introduced <strong><em>How Agents Pay</em></strong>, a series exploring how payment flows evolve as agents become active economic participants. As systems shift toward real-time, request-level interactions, payments are becoming part of the flow itself.</p><p>Stable simplifies this by enabling USDT for both gas and settlement, making high-frequency, agent-driven payments viable at scale.</p><p>Explore the series:<br><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2042605598576087160?s=20￼https://x.com/Stable/status/2047685953767297100?s=20"><u>https://x.com/Stable/status/2042605598576087160?s=20<br>https://x.com/Stable/status/2047685953767297100?s=20</u></a></p><h2 id="h-community-and-ecosystem-updates" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Community and Ecosystem Updates</strong></h2><p>This month, Stable expanded its presence across global industry conversations and ecosystem channels, with a strong focus around <strong>Web3 Festival Hong Kong and adjacent events</strong>, reinforcing its positioning at the intersection of stablecoin infrastructure and real-world payments</p><ul><li><p>At the <strong>Hong Kong Web3 Festival</strong>, our CEO Brian Mehler joined industry leaders across finance and crypto to discuss the future of cross-border payments and asset digitization.</p><p>The conversation explored how payment infrastructure is evolving to support faster global settlement, and the role of stablecoin-native rails in enabling this shift.<br>https://x.com/Stable/status/2046548357045432745?s=20</p></li><li><p>At <strong>RWA &amp; Payments 2026 in Hong Kong</strong>, our CEO Brian Mehler joined a panel hosted by BenPay Global to discuss how RWAs are moving beyond issuance into real utility, liquidity, and payment flows.</p><p>The discussion focused on how the next phase of tokenized assets will be defined by infrastructure, access, and real-world adoption. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2046223651268448296?s=20"><u>https://x.com/Stable/status/2046223651268448296?s=20</u></a></p></li><li><p>Stable co-hosted the <strong>RWA DeFi &amp; PayFi Summit during Web3 Festival</strong> discussions alongside Asseto Finance and dtcpay, bringing together builders and operators across RWAs, DeFi, and payments.</p><p>Our CEO Brian Mehler delivered a keynote on how payment rails and stablecoins power the next phase of RWA adoption, highlighting the role of infrastructure in enabling real-world use cases.<br><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2046487157913821490?s=20"><u>https://x.com/Stable/status/2046487157913821490?s=20</u></a></p><p>Brian also led a panel titled “RWA + PayFi: Stablecoin Payments and New Opportunities in On-Chain Asset Management,” alongside speakers from dtcpay, Billions Network, and Beosin. <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2046913298747273485?s=20"><u>https://x.com/Stable/status/2046913298747273485?s=20</u></a></p></li><li><p>At the <strong>HSC Asset Management conference</strong>, our CEO Brian Mehler joined leaders across the ecosystem to discuss the evolution of global liquidity rails and the infrastructure behind stablecoin-based financial systems.</p><p>The discussion highlighted how settlement, compliance, and execution layers are shaping the next generation of global payments.<br><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2048773085327933580?s=20"><u>https://x.com/Stable/status/2048773085327933580?s=20</u></a></p></li><li><p>At the <strong>Techub News event in Hong Kong</strong>, our CEO Brian Mehler presented “AI Agents, Real Money, New Rails,”exploring how agents move from intent to action with embedded payments.</p><p>The session highlighted how real-time, programmable payments, powered by sub-second finality and gas-free USDT execution, enable agent-driven systems at scale.<br><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2047292403162488836?s=20"><u>https://x.com/Stable/status/2047292403162488836?s=20</u></a></p></li></ul><h2 id="h-stablepay-coming-soon" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>StablePay: Coming Soon</strong></h2><h3 id="h-a-stablecoin-native-payments-app-for-global-usd-transfers" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>A Stablecoin-Native Payments App for Global USD Transfers</strong></h3><p>StablePay is an upcoming payment app built on Stable, designed to make sending and receiving USDT globally as simple as using any modern payments app, but powered entirely by stablecoin infrastructure.</p><p>With StablePay, users will be able to:</p><ul><li><p>send USDT instantly to friends and family across borders</p></li><li><p>pay globally in dollars without dealing with currency conversion friction</p></li><li><p>transact without managing gas or multiple tokens</p></li><li><p>rely on predictable, dollar-denominated transaction costs</p></li></ul><p>Whether it’s sending money abroad, splitting expenses, or making everyday payments, StablePay makes global USD transfers seamless and accessible.</p><p>By combining stablecoin-native execution with a simplified user experience, StablePay brings the benefits of Stable into a consumer-facing application.</p><p><strong>More updates are coming soon.</strong></p><h2 id="h-whats-ahead" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What’s Ahead</strong></h2><h3 id="h-toward-the-next-phase-of-stable" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Toward the Next Phase of Stable</strong></h3><p>Stable continues to evolve its execution environment toward a system designed for continuous, high-frequency, machine-driven payments.</p><p>The next phase of mainnet development builds toward this, improving performance, execution guarantees, and support for real-time payment flows.</p><h3 id="h-upcoming-execution-upgrades-performance-and-predictability" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Upcoming Execution Upgrades: Performance and Predictability</strong></h3><p>The next set of protocol-level upgrades introduces fundamental improvements to how transactions are executed and prioritized:</p><ul><li><p><strong>Optimistic Parallel Execution (OPE) + MemIAVL<br></strong>Enables multi-core parallel execution, targeting up to ~10k TPS</p></li><li><p><strong>Selective RecheckTx<br></strong>Improves sustained throughput while reducing node CPU usage</p></li><li><p><strong>2D Nonce<br></strong>Introduces parallel transaction lanes, removing sequential nonce constraints</p></li><li><p><strong>Guaranteed Blockspace<br></strong>Enables deterministic transaction inclusion with reserved capacity for priority flows</p></li></ul><p>Together, these upgrades remove key bottlenecks in the block lifecycle and shift execution from probabilistic inclusion to protocol-level guarantees.</p><h3 id="h-other-focus-areas" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Other Focus Areas</strong></h3><p><strong>StablePay (Coming Soon)</strong></p><ul><li><p>Consumer payments app for global USDT transfers</p></li><li><p>Focused on seamless UX, gas abstraction, and real-world usage</p></li></ul><p><strong>Agentic Payment Infrastructure</strong></p><ul><li><p>Continued support for x402-based flows</p></li><li><p>Improved facilitator and settlement reliability</p></li><li><p>Enabling high-frequency, API-level payments</p></li></ul><p><strong>Build on Stable</strong></p><ul><li><p><strong>Documentation:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/"><strong> </strong></a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz"><strong><u>https://docs.stable.xyz</u></strong></a></p></li><li><p><strong>Mainnet Hub:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz/"><strong> </strong></a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz"><strong><u>https://hub.stable.xyz</u></strong></a></p></li><li><p><strong>Blog:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz/"><strong> </strong></a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz"><strong><u>https://blog.stable.xyz</u></strong></a></p></li><li><p><strong>X: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable"><strong><u>@Stable</u></strong></a></p></li><li><p><strong>Community:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"><strong> <u>https://discord.gg/stablexyz</u></strong></a></p></li></ul><p><strong>Thank you for building with Stable.<br>The next issue of The Stable Standard will arrive next month.</strong></p>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/e124e1e72dfb91118af7c38b18b8d9d2f5b8e0ab9699a829680346d230f9fcbc.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Why Stable Wins: The Agentic Economy Advantage]]></title>
            <link>https://blog.stable.xyz/why-stable-wins-the-agentic-economy-advantage</link>
            <guid>Ih5bM2zCUPJVzGqa4CDS</guid>
            <pubDate>Tue, 07 Apr 2026 14:41:32 GMT</pubDate>
            <description><![CDATA[Key Takeawaysx402 embeds payments directly into API requests, eliminating the need for accounts, subscriptions, or external billing workflows.Stable serves as the execution layer for the agentic economy, offering fast finality, a unified gas token, and predictable fees.Payments are authorized via signatures and executed by facilitators, removing the need for user-side transaction handlingClient-side complexity is minimized: no gas management or manual transaction construction is required.EIP-...]]></description>
            <content:encoded><![CDATA[<h2 id="h-key-takeaways" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Key Takeaways</strong></h2><ul><li><p>x402 embeds payments directly into API requests, eliminating the need for accounts, subscriptions, or external billing workflows.</p></li><li><p>Stable serves as the execution layer for the agentic economy, offering fast finality, a unified gas token, and predictable fees.</p></li><li><p>Payments are authorized via signatures and executed by facilitators, removing the need for user-side transaction handling</p></li><li><p>Client-side complexity is minimized: no gas management or manual transaction construction is required.</p></li><li><p>EIP-3009 enables native signature-based payments for USDT, with Permit2 extending support to any ERC-20 token</p></li><li><p>Together, x402 and Stable enable a practical foundation for pay-per-use APIs and autonomous payment flows</p></li></ul><h2 id="h-the-missing-layer-in-agentic-economy" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The Missing Layer in Agentic Economy</strong></h2><p>As automation systems and AI-driven applications increasingly interact with digital services through APIs, data pipelines, and compute infrastructure, the payment rails supporting these interactions remain fundamentally designed for humans.  Traditional online payments assume workflows such as:</p><ul><li><p>account creation</p></li><li><p>login and credential management</p></li><li><p>payment method registration</p></li><li><p>subscription billing cycles</p></li></ul><p>This model introduces friction when services must charge per interaction rather than through periodic subscriptions. It also creates barriers for automated systems that need to execute transactions programmatically.</p><p><strong>The x402 protocol introduces a new primitive for the web: </strong>embedding payments directly into HTTP requests using the <strong>402 Payment Required</strong> response code. This enables services to require payment before fulfilling a request, allowing a pay-per-use model without accounts or subscriptions.</p><p><strong>While x402 defines the payment interaction pattern, the efficiency of this model depends heavily on the underlying settlement infrastructure. This is where Stable’s architecture becomes important.</strong></p><h2 id="h-x402-and-the-emergence-of-request-level-payments" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>x402 and the Emergence of Request-Level Payments</strong></h2><p>The x402 protocol introduces a simple way to integrate payments directly into web requests using the <strong>402 Payment Required </strong>status code.</p><p>Instead of relying on accounts, API keys, or subscriptions, a service can return a <strong>402 </strong>response when a client accesses a paid endpoint, including the required payment details.</p><p>In practice, integrating x402 can be as simple as adding a payment middleware to a route, enabling per-request pricing with minimal changes.</p><p>The client signs a payment authorization and sends the request again with the payment proof in the header. A facilitator verifies the authorization, submits the transaction on-chain, and once confirmed, the server returns the requested resource.</p><p>At a high level, the payment flow with x402 looks like:</p><ul><li><p>Client requests a resource</p></li><li><p>Server responds with <strong>402 Payment Required</strong></p></li><li><p>Client signs payment</p></li><li><p>Request is sent again with signed payment (to Server)</p></li><li><p>Server forwards signed payment proof to Facilitator</p></li><li><p>Facilitator verifies and settles on-chain</p></li><li><p>Resource is returned</p></li></ul><p>This allows services to charge per interaction rather than through subscriptions, and naturally enables agent-to-agent (A2A) and machine-to-machine (M2M) payments.</p><h2 id="h-x402-on-stable-settlement-infrastructure-for-agentic-payments" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>x402 on Stable: Settlement Infrastructure for Agentic Payments</strong></h2><p>While x402 enables payments to be embedded directly into web requests, the effectiveness of this model depends on the settlement layer processing those payments.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/27b96a31f973670952252237860bb33b6ce5812acc01d0d22b52291840207a5c.jpg" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAIAAABj86gYAAAACXBIWXMAABYlAAAWJQFJUiTwAAAFXklEQVR4nD1VS2wbZRD+7KQJedj78r4fduzd9e56bW+8fsV20qQPt2kb6EtRRVr6oEIqioREVSgIqeLCocCpKhKKxCVSL9xBQgUJUYkDF85w5cAdCbgZzR8XaTQara35Zr6Z+X6AWwbPIb9IgchBEiDx5DkOkgiZxdOPech58goPlScv81CEqTcK0CQYEgW2ClOBWoAqA0IekgTbgKlDk1kiEbaC2EJFR81C08aqjXYRLQd1C4mNxELNQGyiaSHQsVYkb8qU3SzAUuBoUwxNAfJ5qLLY7Rrro0wYEMByHnX97Kfrpz4Z9h62vTv19N329ucbO0+2eh90vDfr3Yft9EG7/1Hv1OPR6NHa+PGo+7ANW6TstgJHRUl92YQKRoUAIcf4EYkr1013r3b2Lg3vXowunnPPnalsj7WtkX9hHF9+1T17Xt1Yd8ana1culLbH6ubI2zkfXtnWt7agKFheBseDF5HnIUowFIAXoKuwdKLIMsnbBqo+PBflFQQVBB6qZTK3PNuJm/fWkv1esj9I9vvJfj++11+7v5nur6f7o+rdtnun6d5OKrcT/62U34lezqDizsZxNowyQcj3e91ru+3d3bXXrw1u7vX2rjnjTTSj2TRGPRJPrH791zs/TN77bvLgm8nbv04O/5j8/uM/37749/lPfz//c/Lbz5PPnk/ufz95/5fJo49fXMcCzzqwTBSL8H14fiYMM2GEIMjWa5l6lGlEqHooO/BWUClh1d15svXGsws3DnduPtu5c3jt1pe39p5ev/7F9RtPb9w+uLV7sH314OTlg/He4Xb34RCyjOlq8hxsK1Otwvdg2/Qlv0gbqUkomXAMClSBTMihaGfqNZQcmqoIFLIQs5BnUXgFsgCtAFkCJ9JIijootSQwGKm4PlzZHLmnjiv9DhUeuLBVb3tcGW/BUgnDlGAKCOxo5wQ8CxULUQXVEsIyYhf+irZbv/zVmc6HA5R1ODps7QiAh5iHLNKoLZOqkEWYKpkuU5mqQNnpspZg8LBEWsQVHa4Nz0TVQtUmpNhF7GDVQbOEioGSQQdBQxaZSXxpY+iePD4XBtR+1cOKVTwxSi6eszYHUDkIx6DkKHXNhG/BYluvinSehkw/WTwcCQY7CEcjfqgDIocByAJ0haq2TALwy/CK8ErUqS6hsIA8IM5B4eaGjjhIpF4rG7jiZhTt9YuXUtQchC5qHiIPoU+HZmt0a6z2PESOL5fmwoBrxgv1aDmJhU4z16pL3dWZ0GWp51FYgpyDOD8zKM4mQa7VhF/OHw+t1xKsl1E1CKBapsr8CgEcCcYRORCFgu9JnVTqriq9VF3raoOu3G1xaQNFk+RMzpPXBCjc/Kab6ye5tLnUihdazcU0yTbrSCJiRhemimTKrAn9/w4EPQz0QdcY9vRhT+wky82IX60tNSKavMT+I+VJRFUBPWeh11hMG/ON8FgrzqS1pUF7vpMwvSuw7Ezy7GkHbIvUwpLnzsb+fDNcSGrZwIXvwivPBD7KJUg5pttMqA2JYtKuBWJM5WmqOhNwU4It0fDJmOrRFkkCjcJUYKlSPZQboVQPhJqftXUUXr4ERJEwBdB4uEa4O+RHsTBMpI0UaRWuRjOoGrRjtD8qHIXKt1RMN4e8FvW71aSR9LvN4VrUSauddMH36DE5em2OHhyFQ0VXT7fQKCOqZFYDJH6mXct2a+jWUNLgyAyAGVGkU+20ziQMTAyKJhyL5nN0igp7vFSetkjJEYDBM7p5pv4so6OgyPKSZ7HFDkKTQGeiK1RafgbcsekTSPW+JLqwRKYKLGC800YtMVskU5YJWF2mQM1B52CKNA+dh8L9B5pQ6WueA2oDAAAAAElFTkSuQmCC" nextheight="1920" nextwidth="3000" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Running x402 on general-purpose blockchains can introduce additional friction for automated payment flows. Clients often need to manage a separate gas token, construct and broadcast transactions, and deal with fee volatility caused by network congestion. These constraints add complexity to what is intended to be a lightweight request-level payment model.</p><p>Stable addresses these constraints by providing a settlement layer optimized specifically for <strong>stablecoin transfers and micropayments</strong>.</p><p>Stable is an EVM-compatible Layer 1 designed around <strong>USDT as its native gas and settlement asset</strong>, enabling payments to be priced directly in a stable unit of account.</p><p>Key architectural properties include:</p><ul><li><p><strong>Stablecoin-native settlement </strong> Payments are denominated in USDT, allowing services to price interactions predictably without relying on volatile tokens.</p></li><li><p><strong>Sub-second finality </strong> Stable achieves block finality of approximately <strong>700 milliseconds</strong>, enabling near real-time payment verification before a request is fulfilled.</p></li><li><p><strong>Micropayment economics </strong>Stable is optimized for high-throughput stablecoin transfers with transaction costs of ~<strong>$0.0001 per transaction</strong>, making it viable to charge for individual requests such as API calls or compute usage.</p></li></ul><p><strong>x402 defines the interaction model for agentic payments. Stable defines the settlement layer.</strong></p><ul><li><p><strong>x402 enables</strong> payments to be embedded directly into the request flow, removing accounts, subscriptions, and pre-configured billing</p></li><li><p><strong>Stable enables</strong> those payments to be executed efficiently, with low fees, fast finality, and no gas token overhead</p></li></ul><p>Together, these properties make Stable a natural settlement layer for x402-based payments, enabling services to support <strong>pay-per-request interactions without the overhead typically associated with blockchain transactions.</strong></p><h2 id="h-gas-free-and-signature-based-payments-on-stable" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Gas-free and Signature-Based Payments on Stable</strong></h2><p>A key requirement for request-level payments is minimizing the complexity of executing transactions. If a client must manage gas tokens, estimate fees, or construct transactions manually, the payment flow becomes difficult to integrate directly into application requests.</p><p>Stable addresses this through two mechanisms: <strong>Gas Waiver infrastructure</strong> and <strong>signature-based token transfers using EIP-3009</strong>.</p><p><strong>Gas Waiver Infrastructure</strong></p><p>Stable allows <strong>governance-approved infrastructure providers, known as waivers</strong>, to submit transactions with a gas price of zero.</p><ul><li><p>Waivers are governance-approved addresses that can broadcast transactions with <strong>gasPrice = 0</strong>.</p></li><li><p>The client signs an <strong>InnerTx</strong> with zero gas price.</p></li><li><p>A waiver service wraps this transaction into a <strong>WrapperTx</strong> and broadcasts it to a designated marker address on the network.</p></li></ul><p>This architecture removes the need for clients to manage gas tokens or estimate transaction fees. For automated systems interacting with services through x402, the client only needs to hold <strong>USDT</strong>.</p><p><strong>Signature-Based Payments with EIP-3009 and Permit2</strong></p><p>Stable’s USDT0 contract natively implements <strong>EIP-3009 (transferWithAuthorization)</strong>, enabling token transfers through signed authorizations.</p><p>Instead of constructing and broadcasting a transaction, the client simply signs a transfer authorization off-chain.</p><p>x402 on Stable supports two signature-based payment paths:</p><ul><li><p><strong>EIP-3009 (default)</strong>: Native to Stable's USDT contract. The client signs a transfer authorization off-chain, the facilitator verifies and settles on-chain. No gas token required.</p></li><li><p><strong>Permit2</strong>: For ERC-20 tokens that do not support native signature-based transfers. The facilitator sponsors the gas and handles approval and settlement atomically via the ERC-20 Approval Gas Sponsoring extension.</p></li></ul><p><strong>EIP-3009 flow:</strong></p><ul><li><p>the client signs a <strong>transfer authorization</strong> specifying the payment amount and recipient</p></li><li><p>the signed authorization is included with the request</p></li><li><p>a payment facilitator verifies the signed authorization and submits the settlement transaction on-chain</p></li></ul><p><strong>Permit2 flow:</strong></p><ul><li><p>The server advertises erc20ApprovalGasSponsoring in the PaymentRequired response</p></li><li><p>The client checks if Permit2 allowance is sufficient; if not, signs a raw approve(Permit2, MaxUint256)transaction off-chain without broadcasting it</p></li><li><p>The signed approval is included with the request</p></li><li><p>The facilitator executes an atomic batch, broadcasting the approval and settling the payment together, with no window for front-running</p></li></ul><p>Both flows remove the need for users to manage gas or submit transactions directly.</p><ul><li><p>EIP-3009 is the preferred path for USDT on Stable.</p></li><li><p>Permit2 is the universal fallback for any ERC-20.</p></li></ul><p>By combining signature-based transfers with gas sponsorship, Stable enables seamless, low-friction payments with minimal client-side logic.</p><p><strong>Supporting Infrastructure</strong></p><p>Several infrastructure components support x402-based payments on Stable, enabling developers and automated clients to integrate request-level payments without directly managing blockchain interactions.</p><p><strong>Semantic Pay </strong></p><p>Semantic Pay operates an x402-compatible payment facilitator for the Stable network.</p><p>Its role includes:</p><ul><li><p>verifying signed payment authorizations</p></li><li><p>submitting settlement transactions to the Stable chain</p></li><li><p>preventing replay or spam attacks during payment verification.</p></li></ul><p>Because the facilitator handles on-chain submission and monitoring, services integrating x402 do not need to run their own blockchain infrastructure or track transaction confirmations themselves.</p><p><strong>Heurist </strong></p><p>Heurist operates as an x402-compatible payment facilitator within the Stable ecosystem.</p><p>Its role includes:</p><ul><li><p>verifying signed payment authorizations</p></li><li><p>submitting settlement transactions to the Stable chain</p></li><li><p>preventing replay or invalid transactions during payment verification</p></li><li><p>ensuring reliable execution of request-level payments across services</p></li></ul><p>Heurist contributes to expanding the facilitator layer on Stable, improving reliability, redundancy, and scalability for agentic payment flows.</p><p><strong>Wallet Development Kit (WDK)</strong></p><p>Tether’s <strong>Wallet Development Kit (WDK)</strong> enables applications to create and manage self-custodial wallets that can interact programmatically with payment systems.</p><p>WDK allows clients to:</p><ul><li><p>generate and store private keys locally</p></li><li><p>sign payment authorizations programmatically</p></li><li><p>integrate directly with x402-compatible payment flows.</p></li></ul><p>Because WDK wallets satisfy the signer interface required by the x402 SDK, clients can automatically detect 402 Payment Required responses, sign the required authorization, and complete the request.</p><p><strong>Supporting Protocols</strong></p><p>In automated service environments, payments often operate alongside other protocols that enable coordination between clients and services.</p><p>Examples include:</p><ul><li><p><strong>XMTP</strong>, which provides encrypted communication between wallet identities.</p></li><li><p><strong>ERC-8004</strong>, which introduces registries for agent identity, reputation, and validation.</p></li></ul><p>Together with x402, these components allow systems to discover services, coordinate interactions, and execute payments within a programmable infrastructure.</p><h2 id="h-why-stable-is-structurally-suited-for-agentic-payments" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Why Stable Is Structurally Suited for Agentic Payments</strong></h2><p><strong>Execution Properties of Stable</strong></p><ul><li><p><strong>Stablecoin-native settlement: </strong>Payments are denominated in <strong>USDT</strong>, allowing services to price interactions in a stable unit of account.</p></li><li><p><strong>No gas token dependency: </strong>Through <strong>Gas Waiver infrastructure</strong>, transactions can be submitted without requiring clients to hold or manage a separate gas token.</p></li><li><p><strong>Signature-based payments: </strong>USDT0 implements <strong>EIP-3009 (transferWithAuthorization)</strong>, allowing payments to be executed through signed authorizations rather than manually constructed transactions.</p></li><li><p><strong>Fast settlement: </strong>Stable achieves <strong>~700ms block finality</strong>, enabling quick payment verification.</p></li><li><p><strong>Micropayment economics: </strong>Transaction costs around <strong>$0.0001</strong> make request-level pricing economically viable.</p></li></ul><p>Together, these properties allow x402 payments on Stable to function as lightweight, request-level transactions without the overhead typically associated with blockchain payments.</p><p><strong>Conclusion</strong></p><p>The x402 protocol introduces a simple mechanism for embedding payments directly into the request layer of the web, enabling services to charge for individual interactions without relying on accounts or subscription billing.</p><p>For this model to function efficiently, the underlying settlement layer must support fast confirmation, predictable costs, and minimal client-side complexity.</p><p>Stable provides these capabilities through its <strong>stablecoin-native architecture, gasless transaction infrastructure, signature-based payment flows, and sub-second settlement</strong>. Together, these properties allow x402 payments to operate as lightweight, request-level transactions that can be integrated directly into application workflows.</p><p>As payment models move toward <strong>pay-per-use digital services</strong>, infrastructure optimized for high-frequency, low-cost transactions becomes increasingly important. Stable provides a settlement layer designed to support these interactions.  <br><br><strong>Build on Stable</strong></p><ul><li><p><strong>Documentation:</strong><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out css-1jxf684 r-bcqeeo r-1ttztb7 r-qvutc0 r-poiln3 r-1inkyih r-rjixqe r-1ddef8g r-tjvw6i r-1loqt21" href="https://docs.stable.xyz/"><strong><u> </u></strong></a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz"><strong><u>https://docs.stable.xyz</u></strong></a></p></li><li><p><strong>Mainnet Hub:</strong><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out css-1jxf684 r-bcqeeo r-1ttztb7 r-qvutc0 r-poiln3 r-1inkyih r-rjixqe r-1ddef8g r-tjvw6i r-1loqt21" href="https://hub.stable.xyz/"><strong><u> </u></strong></a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz"><strong><u>https://hub.stable.xyz</u></strong></a></p></li><li><p><strong>Blog:</strong><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out css-1jxf684 r-bcqeeo r-1ttztb7 r-qvutc0 r-poiln3 r-1inkyih r-rjixqe r-1ddef8g r-tjvw6i r-1loqt21" href="https://blog.stable.xyz/"><strong><u> </u></strong></a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz"><strong><u>https://blog.stable.xyz</u></strong></a></p></li><li><p><strong>X: </strong><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out css-1jxf684 r-bcqeeo r-1ttztb7 r-qvutc0 r-poiln3 r-1inkyih r-rjixqe r-1ddef8g r-tjvw6i r-1loqt21" href="https://x.com/@Stable"><strong><u>@Stable</u></strong></a></p></li><li><p><strong>Community: </strong><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out css-1jxf684 r-bcqeeo r-1ttztb7 r-qvutc0 r-poiln3 r-1inkyih r-rjixqe r-1ddef8g r-tjvw6i r-1loqt21" href="https://discord.gg/stablexyz"><strong><u> </u></strong></a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"><strong><u>https://discord.gg/stablexyz</u></strong></a></p></li></ul><br>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/6e0c3cdeaafb56fea1cc8fe32997c862183d8a7a79ebc5aab480e73d38e3b7ae.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[The Stable Standard - Issue # 6]]></title>
            <link>https://blog.stable.xyz/the-stable-standard-issue-6</link>
            <guid>C9NOLeEnROJRhjvPjkHx</guid>
            <pubDate>Wed, 01 Apr 2026 14:38:52 GMT</pubDate>
            <description><![CDATA[Welcome to the sixth edition of The Stable Standard, where we share progress across the Stable network and how stablecoin-native infrastructure is emerging as the foundation for the agentic economy. This month, new research from Citrini underscores a key shift: as agents become more autonomous, execution is emerging as the primary bottleneck. Stablecoins have improved settlement, but execution remains fragmented and unreliable. Stable is highlighted as a solution to this challenge, simplifyin...]]></description>
            <content:encoded><![CDATA[<p>Welcome to the sixth edition of <em>The Stable Standard</em>, where we share progress across the Stable network and how <strong>stablecoin-native infrastructure is emerging as the foundation for the agentic economy</strong>.</p><p>This month, new research from <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.citriniresearch.com/p/agentic-utilities"><u>Citrini</u></a>&nbsp;underscores a key shift: as agents become more autonomous, execution is emerging as the primary bottleneck. Stablecoins have improved settlement, but execution remains fragmented and unreliable. Stable is highlighted as a solution to this challenge, simplifying how agents transact by removing gas and multi-token complexity.</p><h2 id="h-key-takeaways" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Key Takeaways</strong></h2><ul><li><p>Agentic payments are shifting toward request-level, API-native transactions, replacing subscription-based models</p></li><li><p>Execution, not settlement, is the primary bottleneck in current systems</p></li><li><p>Stable removes gas and multi-token complexity by enabling USDT for both gas and settlement</p></li><li><p>Fewer steps improve reliability, allowing agents to transact more consistently</p></li><li><p>Infrastructure optimized for micropayments and real-time settlement is becoming essential for the agentic economy</p></li></ul><h2 id="h-the-payment-rail-for-the-agentic-economy" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The Payment Rail for the Agentic Economy</strong></h2><p>Recent research from <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.citriniresearch.com/p/agentic-utilities"><u>Citrini</u></a>&nbsp; highlights a key constraint in agentic payments today: while stablecoins improve settlement, execution across most chains still depends on separate gas tokens and multi-asset workflows. This introduces friction, cost variability, and additional failure points for systems that are meant to operate autonomously.</p><p><strong>Stable is positioned as a solution to these constraints.</strong></p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/779e5f077d06fee593c2e6e93b2b66516fb8c5c381970c9bb58dd76eaf75ec95.jpg" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAgCAIAAABhFeQrAAAACXBIWXMAAAsTAAALEwEAmpwYAAAHtElEQVR4nJ1W629bZxl/Y+fW0LhNL4nvduJbnPgWu3GudmInsR2fNE3atB1roIW10I6mIx2jQxtboUj7ABMCBKraoXQr6eDDEKDxoR/4B0BbO6AhUhu1UWIfn/tVjmwfO+icN3XDN+CnV0eP3stz+T2Wnx8ol8s8z+fzeU5BPp8XRZFlWVEU8/k8TdP5fF4QBJZlOY7jeR5eE0WRYRhBEERRrD7c3gUgSRKmAMfxbDZLURSuAMMwiqJyuRxBECRJYhiWyWQIBTiO0zSdy+VwHEdRdH19HcdxkiQ5jisWiy/85nI5DMNIktzY2IA2QRAoikIbwzAURTEMgzGqX5hKLpejKIokSZ7nGYYpFAo7fsvlMswIJkUQBE3T1bwoiiJ2gWVZHMcZhkFRlKZpWBzLshRFSZJUqVRKpVKlUtnxyzAMjuPwJQxAEATkAZJDK0BRFJ7CwDBNmqZJkoTPYVrlcnmHBxzH0Vwum81C39lsFn5JkoRsUDQNw0C6IDMwhmwQsl8URUVR3N7efpEvoZTMcdzudEiSZBgGXvo/ALa3t8vlcrFYlCSpVCpJklRUvtAulUrFomwWigV4R77wHLujVioVeLqT7+rak6NfO3f2O1fnLpx/+bWF2YsX5hdfO7Xw6pnFhenzZ2cuvTL36jeOXjg3//qVUwuXpl75avLcmZcWL59cuHjq8jdHT80OzCKR2enhmanYqePI179y7Py5/inkj/fvg78+eNDssg8iKedQuA9Jjn15rncq6Y70d8cjI2fmumP9oXTMMRT0jUcCiYjpiMfS6+0cCkVPHg3PzIDmA+AF6hs7XHUdblDX+MsPl8BnDz5vi8WOffJpemk5cXMJ+fDj2M2lE3/+S9eVxTp/V+o3vxu7vZRcuhu7uTT2wUcTH3w0dmtp+pM/tZ2ej170v/Xp/GvLJxc/Prl4T/5+686xd+7Ptw5bfrV0F3z28GHL0GD0Jz/rffv68Hs/HvjBe4HXr0Xf/3no+9fVXe6+d2/4r70ZfOvtges3wu+823PtzcAbb0Te/6nt0hXvcefsjyaS3x0+cSM9+8NJ5HujyLWRy3dmzEjHL27fAV+srKhtFtDc0GC3xi6etyVi4JAGtDQDswEYtECjBi0AGA6OnH3ZNBwGjQDsVZZOA5r3gMYm0KTxTR/3z5wAjRpQrwGN+0A9uHXvLnj46FG901nrtNU6bZZU9GBvj9piUtutKns7sBiB1QgsWmDSGmN9DV4nMBwCxlZ5x3AY6PbL3rX79x/xHO4PgNZ98jJqQZP61vJd8HBlpcHlUtmsGk+XFxnWhgNqs1ltNansVmA2yllb9M1uR3vM1xJwqdqNQHcAmNtgAI3HscdlPxByHwy79ricB7yeWqtJzhf6bezs/JLPtsfl9CIxXV+owWFqcJjUNiuwGIC+FRi19vhQeDbtTY+1BDqBoQVYdMBwABgO1znMwKLfF7C3hOzAYmx2O9Rm447fzx892uf3BY/HVe0djkSfptvZmYpYI2FgMloD7vDkmG866U5Eg9MJHxLX9QXUNl2tQw8Mh9SOVnvKaxwM2uN9tlhvW8hTa9PLpdTX3V5elv1qfH5fOr3f2+1JJvRHQu7xuH0kAswGW7ArlBjtmU4NzCHBqYng9IRncmR/j0vt0AH9IbWjzTruNwyGTMOhg0c8Koexxm5QdehAfc2te8vgi5V/NXV21TscdVabYbhb47arzKZaq7nWZlFZDHIfDG1A13Y43K6ytsq9MrUCsxboD9V0Wtzz8a75uHt+rG0y2hKL7osPqzptoL7mtuJ3pcHlPtgTDE1N9R2f9iNJV2y0wdFea7PUt5trLMa93i5/OulHEu7ESHu0XybXrAWGVnV3+/DC6fTVK+mrVwLzJ70vzenS4zVuO2hS//q398Df/vl3k9c3gCC+KSSoLP9Uam+3Gxh1QN+qtbf7x0bdqXFfOulJxTsT0RqrXs66TQMchtCFE8jVbw+cP9d9+oRzbropFgF2M6hR+vaP1dWeeLwvjQTSiH8y5Z9MBZGUNzFu6e/Vh0OeyGAoOd6ViPtSE10To92JUXd8SHfEqw15dH1BezLqSsWNowPG0UHT6KAlNqgfCO1xdiz/4fdAKpcpjqMYhqQZitlZNMOwPMcq+88XTbGyQdIUw7EMx1EsS1I0QZEUTVM0TTM0SZEkRREUtVUogLIkiYIAB7U85AVB4HlRFGma5lh5U+A5npOFABz1xUJRDqiMegioEQRBkCTpxf96sVhcXV19/PjxysrK2toaHIscx8GRA8caRckJwWFenbA0TWOyGsBYloWTjaJpnucrCkCpVFpbW1tfX3/y5Mn6+noul6OVY+i0OnEZhoGCoTr9qqMeig14yrLsf+gHXFECOWV6Zp4DRdFMJgNFRSaToWlaUMBxHIzEK4xBHcTzvCAIpVJpx2+lUqnuQl20Q7SC6o4gCP/b3JQkqarAqmKLZVmozKBdBUVR1S7BNkKhBl/tHqMyvxiGwfI3NzezCjY3NzOZTDabRRU8e/bs6dOn2Wx2Y2MD3kRRFHINGcNxPJPJsCxbVX87ugT2Z3ev5HY/1x8EQYiiWCgUYGWQqK2tLWjk8/lCoQBJ29raesEvLApGgzVCxmF18g+Z46A6+u/5/TesVuEVGbjIXwAAAABJRU5ErkJggg==" nextheight="1092" nextwidth="1004" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>By using <strong>USDT for both gas and settlement</strong>, Stable enables agents to transact in a single, stable unit of account. Costs are predictable and fully denominated in dollars, with no need for gas conversion and no exposure to volatile native tokens. <strong>As Citrini notes, <em>“No need to maintain a separate balance solely to execute transactions.”</em></strong></p><p>This simplification directly improves reliability. Fewer steps in the transaction flow mean fewer points of failure, allowing agentic systems to operate more consistently under real-world conditions. Instead of managing multiple assets and execution paths, agents transact through a single, unified flow.</p><h3 id="h-how-stable-enables-agentic-payments" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>How Stable Enables Agentic Payments</strong></h3><p>While protocols like x402 enable payments to be embedded into API requests, the efficiency of this model depends on the settlement layer.</p><p>Stable is optimized for <strong>agentic, request-level payments</strong>:</p><ul><li><p><strong>Stablecoin-native execution</strong>, allowing pricing directly in USDT</p></li><li><p><strong>~700ms finality</strong>, enabling near real-time verification</p></li><li><p><strong>Low costs (~$0.0001 per tx)</strong>, making micropayments viable&nbsp;</p></li></ul><p>At the execution layer, Stable reduces complexity further. Gas Waiver infrastructure removes the need to manage gas tokens, while <strong>EIP-3009 signature-based transfers</strong> allow agents to authorize payments off-chain with settlement handled by infrastructure providers.</p><p>In practice, this enables <strong>lightweight, API-level payments</strong>, where agents can transact programmatically without accounts, subscriptions, or multi-token overhead.&nbsp;</p><p><strong>Payments become part of the request flow itself, rather than a separate system to manage.</strong></p><h2 id="h-mainnet-momentum" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Mainnet Momentum</strong></h2><p>Following the v1.2.0 upgrade, activity on Stable continues to scale as builders and early partners deploy to mainnet. The network has now surpassed <strong>5,000 smart contracts deployed, 43,000 active addresses, and 999,000 transactions processed within the first three months</strong>.</p><p>As adoption grows, a clear pattern is emerging: demand for <strong>stablecoin-native infrastructure</strong> across payments, transfers, and settlement flows is moving from early traction to sustained usage.</p><h2 id="h-post-v120-mainnet-upgrade-adoption-and-system-improvements" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Post v1.2.0 Mainnet Upgrade: Adoption and System Improvements</strong></h2><p>Since the v1.2.0 upgrade, Stable has continued to see adoption across its core transaction and gas model, alongside improvements to execution reliability and user experience.</p><ul><li><p><strong>USDT0 Gas Adoption<br></strong>An increasing share of transactions are now executed using USDT0 for gas, simplifying execution and reducing reliance on multi-token workflows.</p></li><li><p><strong>Gas-Waived Transactions<br></strong>Gas-waived flows are now actively used across select use cases, enabling smoother onboarding and more seamless application-level interactions.</p></li><li><p><strong>Transaction UX Improvements<br></strong>Transaction flows have become more predictable and streamlined, with fewer dependencies and clearer cost structures.</p></li><li><p><strong>Developer &amp; Infrastructure Improvements<br></strong>Enhancements to contract compatibility and system-level signaling have improved reliability for developers building on Stable.</p></li></ul><h2 id="h-community-and-ecosystem-updates" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Community and Ecosystem Updates</strong></h2><p>This month, Stable continued to expand its presence across global industry conversations and ecosystem channels, reinforcing its positioning at the intersection of <strong>stablecoin infrastructure and real-world payments</strong>.</p><ul><li><p><strong>This week, our CEO, Brian Mehler will be joining the discussion hosted by Infini</strong>, alongside leading teams, to explore the agent economy and the role of AI-native finance.</p></li></ul><div data-type="twitter" tweetid="2038214009128943686">
  <div class="twitter-embed embed">
    <div class="twitter-header">
        <div style="display:flex">
          <a target="_blank" href="https://twitter.com/Stable">
              <img alt="User Avatar" class="twitter-avatar" src="https://storage.googleapis.com/papyrus_images/0c33c9077b2f970347cd882720a38453acc7a4d1fbf824c97a36a6cc2e5348b0.jpg">
            </a>
            <div style="margin-left:12px;margin-right:auto;line-height:1.2;">
              <a target="_blank" href="https://twitter.com/Stable" class="twitter-displayname">Stable</a>
              <p style="margin-top:2px;line-height:1;"><a target="_blank" href="https://twitter.com/Stable" class="twitter-username">@Stable</a></p>
    
            </div>
            <a href="https://twitter.com/Stable/status/2038214009128943686" target="_blank">
              <svg class="twitter-logo" width="20" height="20" viewBox="0 0 24 23" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path d="M0.256759 0L9.36588 12.1823L0.200012 22.0873H2.26348L10.289 13.4158L16.7728 22.0873H23.7935L14.1723 9.21978L22.7043 0H20.6409L13.2506 7.98633L7.27889 0H0.258127H0.256759ZM3.29035 1.52002H6.51495L20.7571 20.5673H17.5325L3.29035 1.52002Z" fill="currentColor"></path>
              </svg>
            </a>
          </div>
        </div>
      
    <div class="twitter-body">
      Tune in tomorrow at 12:00 UTC for a stacked Twitter Space on AI-native finance. <img class="twitter-emoji" draggable="false" alt="🎙️" src="https://abs-0.twimg.com/emoji/v2/72x72/1f399.png"><br><br>Our CEO <a class="twitter-content-link" href="https://twitter.com/mehler" target="_blank">@mehler</a> joins the lineup alongside <a class="twitter-content-link" href="https://twitter.com/0xinfini" target="_blank">@0xinfini</a>, <a class="twitter-content-link" href="https://twitter.com/billions_ntwk" target="_blank">@billions_ntwk</a>, <a class="twitter-content-link" href="https://twitter.com/DonutAI" target="_blank">@DonutAI</a> and other leading teams. <img class="twitter-emoji" draggable="false" alt="🤖" src="https://abs-0.twimg.com/emoji/v2/72x72/1f916.png"><br><br>Mark your calendar <img class="twitter-emoji" draggable="false" alt="📅" src="https://abs-0.twimg.com/emoji/v2/72x72/1f4c5.png">
      
      
      <div class="twitter-quoted">
       
  <div class="twitter-quoted twitter-embed">
    <div class="twitter-header">
        <div style="display:flex">
          <a target="_blank" href="https://twitter.com/0xinfini">
              <img alt="User Avatar" class="twitter-avatar" src="https://storage.googleapis.com/papyrus_images/2b8e1b1506603db81cdca3cc0e588e411d9ce739f8969909c9f07856b81a6def.jpg">
            </a>
            <div style="margin-left:12px;margin-right:auto;line-height:1.2;">
              <a target="_blank" href="https://twitter.com/0xinfini" class="twitter-displayname">Infini</a>
              <p style="margin-top:2px;line-height:1;"><a target="_blank" href="https://twitter.com/0xinfini" class="twitter-username">@0xinfini</a></p>
    
            </div>
            <a href="https://twitter.com/0xinfini/status/2038197299147370707" target="_blank">
              <svg class="twitter-logo" width="20" height="20" viewBox="0 0 24 23" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path d="M0.256759 0L9.36588 12.1823L0.200012 22.0873H2.26348L10.289 13.4158L16.7728 22.0873H23.7935L14.1723 9.21978L22.7043 0H20.6409L13.2506 7.98633L7.27889 0H0.258127H0.256759ZM3.29035 1.52002H6.51495L20.7571 20.5673H17.5325L3.29035 1.52002Z" fill="currentColor"></path>
              </svg>
            </a>
          </div>
        </div>
      
    <div class="twitter-body">
      AI × Crypto is entering a new era.<br><br>We are hosting a special Founders’ Talk on:<br>2026 AI × Crypto Thesis: The Agent Economy<br>As AI agents evolve from content engines to economic actors, the next question is clear:<br>how will they earn, transact, and operate at scale?<br><br>Join us with an 
      <div class="twitter-media"><img class="twitter-image" src="https://storage.googleapis.com/papyrus_images/5ca06f6067ea21ecd91dbf61ed76d8e3078d354970c155dc900545d51587212d.jpg"></div>
      
       
    </div>
    
  </div> 
  
    </div> 
    </div>
    
     <div class="twitter-footer">
          <a target="_blank" href="https://twitter.com/Stable/status/2038214009128943686" style="margin-right:16px; display:flex; align-items:center;">
            <svg class="twitter-heart" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
              <path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path>
            </svg>
            22
          </a>
          <a target="_blank" href="https://twitter.com/Stable/status/2038214009128943686"><p>16:47 • 29 Mar 2026</p></a>
        </div>
    
  </div> 
  </div><ul><li><p><strong>This month, we hosted a meme contest around AI agents</strong>, inviting the community to explore what happens when agents get payment rails. </p><div data-type="twitter" tweetid="2034984233773805620">
  <div class="twitter-embed embed">
    <div class="twitter-header">
        <div style="display:flex">
          <a target="_blank" href="https://twitter.com/stable_intern">
              <img alt="User Avatar" class="twitter-avatar" src="https://storage.googleapis.com/papyrus_images/d344e461610d7b6309b005be2d615bac67732415b1b0d1ea2555a553b9d3df0a.jpg">
            </a>
            <div style="margin-left:12px;margin-right:auto;line-height:1.2;">
              <a target="_blank" href="https://twitter.com/stable_intern" class="twitter-displayname">Stable Intern</a>
              <p style="margin-top:2px;line-height:1;"><a target="_blank" href="https://twitter.com/stable_intern" class="twitter-username">@stable_intern</a></p>
    
            </div>
            <a href="https://twitter.com/stable_intern/status/2034984233773805620" target="_blank">
              <svg class="twitter-logo" width="20" height="20" viewBox="0 0 24 23" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path d="M0.256759 0L9.36588 12.1823L0.200012 22.0873H2.26348L10.289 13.4158L16.7728 22.0873H23.7935L14.1723 9.21978L22.7043 0H20.6409L13.2506 7.98633L7.27889 0H0.258127H0.256759ZM3.29035 1.52002H6.51495L20.7571 20.5673H17.5325L3.29035 1.52002Z" fill="currentColor"></path>
              </svg>
            </a>
          </div>
        </div>
      
    <div class="twitter-body">
      <img class="twitter-emoji" draggable="false" alt="🚀" src="https://abs-0.twimg.com/emoji/v2/72x72/1f680.png">STABLE MEME CONTEST<br><br>Theme: Stable AI Agent <img class="twitter-emoji" draggable="false" alt="🤖" src="https://abs-0.twimg.com/emoji/v2/72x72/1f916.png"><br><br>What happens when AI gets payment rails? Show us. <br><br><img class="twitter-emoji" draggable="false" alt="🏆" src="https://abs-0.twimg.com/emoji/v2/72x72/1f3c6.png"> 2 Winners <br><img class="twitter-emoji" draggable="false" alt="💰" src="https://abs-0.twimg.com/emoji/v2/72x72/1f4b0.png"> $50 each ($100 total)<br><br>How to enter:<br>– Follow <a class="twitter-content-link" href="https://twitter.com/stable_intern" target="_blank">@stable_intern</a> and @stable<br>– RT this post<br>– Tag 3 friends <br>– Drop your meme below<br><br><img class="twitter-emoji" draggable="false" alt="⏳" src="https://abs-0.twimg.com/emoji/v2/72x72/23f3.png"> Ends in 7 days<br><br>Make it 
      <div class="twitter-media"><img class="twitter-image" src="https://storage.googleapis.com/papyrus_images/ffc2719d31601f805fd1960613ffd3a3ee7948808d74f65b28171639d0ccd7be.jpg"></div>
      
       
    </div>
    
     <div class="twitter-footer">
          <a target="_blank" href="https://twitter.com/stable_intern/status/2034984233773805620" style="margin-right:16px; display:flex; align-items:center;">
            <svg class="twitter-heart" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
              <path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path>
            </svg>
            67
          </a>
          <a target="_blank" href="https://twitter.com/stable_intern/status/2034984233773805620"><p>18:53 • 20 Mar 2026</p></a>
        </div>
    
  </div> 
  </div></li></ul><ul><li><p><strong>Earlier in the month, our CEO Brian Mehler joined the On The Margin podcast</strong>, where he shared his perspective on the rise of crypto cards and how stablecoins are reshaping global payment systems: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2029561984778379666?s=20">https://x.com/Stable/status/2029561984778379666?s=20</a></p></li><li><p><strong>Stable also participated in a live discussion hosted by Metya</strong>, alongside ecosystem partners, exploring the role of AI agents, capital, and the future of programmable money:</p></li></ul><div data-type="twitter" tweetid="2034535658879164614">
  <div class="twitter-embed embed">
    <div class="twitter-header">
        <div style="display:flex">
          <a target="_blank" href="https://twitter.com/metyacom">
              <img alt="User Avatar" class="twitter-avatar" src="https://storage.googleapis.com/papyrus_images/223bb1bddc3a860185f541b50243f757b7fd965b72389564a001c23e176be699.jpg">
            </a>
            <div style="margin-left:12px;margin-right:auto;line-height:1.2;">
              <a target="_blank" href="https://twitter.com/metyacom" class="twitter-displayname">METYA</a>
              <p style="margin-top:2px;line-height:1;"><a target="_blank" href="https://twitter.com/metyacom" class="twitter-username">@metyacom</a></p>
    
            </div>
            <a href="https://twitter.com/metyacom/status/2034535658879164614" target="_blank">
              <svg class="twitter-logo" width="20" height="20" viewBox="0 0 24 23" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path d="M0.256759 0L9.36588 12.1823L0.200012 22.0873H2.26348L10.289 13.4158L16.7728 22.0873H23.7935L14.1723 9.21978L22.7043 0H20.6409L13.2506 7.98633L7.27889 0H0.258127H0.256759ZM3.29035 1.52002H6.51495L20.7571 20.5673H17.5325L3.29035 1.52002Z" fill="currentColor"></path>
              </svg>
            </a>
          </div>
        </div>
      
    <div class="twitter-body">
      <img class="twitter-emoji" draggable="false" alt="🧠" src="https://abs-0.twimg.com/emoji/v2/72x72/1f9e0.png"> AMA (X Spaces)<br>“AI Has Money Now. Are We Ready?”<br><br><img class="twitter-emoji" draggable="false" alt="🗓" src="https://abs-0.twimg.com/emoji/v2/72x72/1f5d3.png"> Mar 19 (Thu) · 12:00 UTC / 20:00 UTC+8<br><img class="twitter-emoji" draggable="false" alt="🎙" src="https://abs-0.twimg.com/emoji/v2/72x72/1f399.png"> Host: <a class="twitter-content-link" href="https://twitter.com/metyacom" target="_blank">@metyacom</a><br><br>As AI agents move from content to capital, the real question is no longer what they can do — but who controls the money, the risk, and the responsibility.<br><br><img class="twitter-emoji" draggable="false" alt="👥" src="https://abs-0.twimg.com/emoji/v2/72x72/1f465.png"> 
      <div class="twitter-media"><img class="twitter-image" src="https://storage.googleapis.com/papyrus_images/7ccd67c183638e5c4aeaafcd8cd5694a64852a298224d45200e0e807e231a685.jpg"></div>
      
       
    </div>
    
     <div class="twitter-footer">
          <a target="_blank" href="https://twitter.com/metyacom/status/2034535658879164614" style="margin-right:16px; display:flex; align-items:center;">
            <svg class="twitter-heart" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
              <path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path>
            </svg>
            136
          </a>
          <a target="_blank" href="https://twitter.com/metyacom/status/2034535658879164614"><p>13:11 • 19 Mar 2026</p></a>
        </div>
    
  </div> 
  </div><ul><li><p><strong>Stable was featured by Bit2Me</strong>, reflecting continued collaboration and expanding visibility across global crypto and fintech audiences: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/bit2me/status/2033912304199254093?s=20"><u>https://x.com/bit2me/status/2033912304199254093?s=20</u></a></p></li></ul><h2 id="h-whats-ahead" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What’s Ahead</strong></h2><p>Several high-impact initiatives remain in active development, focused on scaling Stable’s core capabilities for payments and agent-driven systems.</p><ul><li><p><strong>Agentic Payment Infrastructure<br></strong>Work continues on expanding support for x402-based flows, improving facilitator and settlement reliability, and enabling high-frequency, API-level payments.</p></li><li><p><strong>Guaranteed Blockspace<br></strong>Development is underway to enable predictable execution across high-frequency payment systems, institutional transaction flows, and agent-driven applications.</p></li><li><p><strong>Performance Scaling<br></strong>Ongoing improvements to the execution pipeline are increasing throughput and system efficiency. Stable is targeting <strong>~7,000 TPS in Q2</strong>, supporting high-frequency, low-value transaction environments.</p></li></ul><p>Together, these initiatives reinforce Stable’s role as a payment layer designed for continuous, programmatic transactions in the agentic economy.</p><p><strong>Build on Stable</strong></p><ul><li><p><strong>Documentation:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz"><strong> <u>https://docs.stable.xyz</u></strong></a></p></li><li><p><strong>Mainnet Hub:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz"><strong> <u>https://hub.stable.xyz</u></strong></a></p></li><li><p><strong>Blog:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz"><strong> <u>https://blog.stable.xyz</u></strong></a></p></li><li><p><strong>X: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable"><strong><u>@Stable</u></strong></a></p></li><li><p><strong>Community:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"><strong> <u>https://discord.gg/stablexyz</u></strong></a></p></li></ul><p><strong>Thank you for building with Stable.<br>The next issue of The Stable Standard will arrive in April.</strong></p>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/769f5a23ce8806f3076cff8aa6846512a867c5517539ac322f698c09eafb7767.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[The State of Stablecoin Agentic Payments: Stable’s Edge]]></title>
            <link>https://blog.stable.xyz/the-state-of-stablecoin-agentic-payments-stables-edge</link>
            <guid>VrGkkukKNRdPjylVAKxU</guid>
            <pubDate>Wed, 11 Mar 2026 14:04:16 GMT</pubDate>
            <description><![CDATA[Key TakeawaysAutonomous agents are increasingly being designed to execute pricing, allocation, and settlement decisions with minimal human intervention.Stablecoins are emerging as the preferred payment rail for machine-driven commerce due to speed, cost efficiency, and price stability.Most blockchain infrastructure still relies on dual-token models, creating a mismatch between dollar-denominated revenue and volatile execution costs.For autonomous systems operating at scale, this mismatch intr...]]></description>
            <content:encoded><![CDATA[<h2 id="h-key-takeaways" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Key Takeaways</strong></h2><ul><li><p>Autonomous agents are increasingly being designed to execute pricing, allocation, and settlement decisions with minimal human intervention.</p></li><li><p>Stablecoins are emerging as the preferred payment rail for machine-driven commerce due to speed, cost efficiency, and price stability.</p></li><li><p>Most blockchain infrastructure still relies on dual-token models, creating a mismatch between dollar-denominated revenue and volatile execution costs.</p></li><li><p>For autonomous systems operating at scale, this mismatch introduces structural friction in cost modeling, accounting, and margin optimization.</p></li><li><p>Economic consistency, where revenue, gas, and settlement share the same unit of account, reduces variance and simplifies execution logic.</p></li><li><p><strong>Stable’s USDT-native architecture aligns the base layer with how agents account for value, removing unnecessary volatility at the execution layer.</strong></p></li><li><p>As agent-driven commerce scales, infrastructure that minimizes economic inconsistency will hold a structural advantage.</p></li></ul><h2 id="h-stablecoins-as-agentic-payment-rails" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Stablecoins as Agentic Payment Rails</strong></h2><p>In a recent memo, Citrini stated that autonomous agents will route payments through stablecoins on existing chains and L2s.&nbsp;</p><p><strong>The rationale is straightforward. Stablecoins offer near-instant settlement, and transaction costs measured in fractions of a penny make them more efficient than traditional card rails.</strong> For machine driven commerce, that is a meaningful improvement.</p><p>Autonomous agents are being built to execute pricing, allocation, and settlement decisions with minimal human intervention. As this shift unfolds, the requirements of financial infrastructure change.</p><p>Stablecoins are a natural fit for agents because they provide price stability and global liquidity. However, routing payments through stablecoins does not automatically resolve how execution is structured at the base layer.</p><h2 id="h-what-changes-when-the-user-is-an-agent" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What Changes When the User Is an Agent?</strong></h2><p>Autonomous systems are fundamentally different from human users. They optimize margins in real time, execute programmatic flows, and operate in pure dollar logic.&nbsp;</p><p><strong>Every additional layer of complexity, whether it’s token conversion, gas exposure, or volatility management becomes structural friction.</strong></p><p>Most high-performance chains still use a dual-token model. Even when payments happen in stablecoins, agents must manage a separate, volatile gas asset, which is a structural friction for high-frequency, margin-sensitive autonomous systems.</p><p>If the agent economy is going to scale meaningfully, it won’t just route through stablecoins. It will require infrastructure built entirely around them, where the dollar an agent earns is the same dollar it spends, with no conversion, no volatility exposure, and no hidden complexity.</p><p><strong>Stable removes that friction entirely by making the dollar itself the native unit for both settlement and gas.&nbsp;</strong></p><h2 id="h-stable-brings-economic-consistency-as-a-design-principle" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Stable Brings Economic Consistency as a Design Principle</strong></h2><p>Economic consistency means that revenue, gas, and settlement all operate in the same unit of account.&nbsp;</p><p>Autonomous systems optimize within defined parameters. They are built to operate on predictable inputs and outputs. When revenue, gas, and settlement are denominated in different units, agents must account for external volatility unrelated to their core activity. That increases complexity without adding functional value.</p><p>Economic consistency addresses this problem directly. If all components of a transaction share the same unit of account:</p><ul><li><p>Revenue and expenses remain directly comparable.</p></li><li><p>Cost modeling becomes stable across time.</p></li><li><p>Execution logic simplifies.</p></li><li><p>Accounting remains coherent at scale.</p></li></ul><p><strong>For machine-native commerce, this consistency is a structural advantage.</strong></p><p><strong>Infrastructure that removes volatility at the execution layer allows agents to operate as designed.</strong></p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/79b125446db15282e6db57286c5d996c8b4223eb2e026247e82e59970c151ab8.jpg" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAIAAAD4YuoOAAAACXBIWXMAABYlAAAWJQFJUiTwAAAFB0lEQVR4nE2TWU8bdxTFT0JwWIx3j5fxjMezeAxeIN5XjA22AeMFsE0hLI4JoVVJGpoSdVHTLG0QhERVQpsozUP6lLf2C/RTRH1AalqkNlJRpfatL31x9Xfz0NHV1Ugjnd+ce+4FXINipagbS6iSMbowoRtL2IsFenJCrEwZswlFzK8eixonUmcTAUcpZ86PqkcjGHYpgl6xlNckQ8J0Fl4RlgHQWtB6WNUQmf6Qt8vjhEuCXgt43LnmcvXdS56Z/MpH1zZvfVJ8uzW7dUnOp9d3bxW3NgrrS+Wti7H6THKxUtveTJ2v+kq50Gwh1Sgvfnilefs2FYrj/4/KoA3GBnyRPl8QlB4QeOudXfezb7n9+65HX8uHj5n9++Ljb/iHj0Ab0JiXnjyl7+7aHzxg9vaZvX324IA9OLDt7jmfPcP4uDJpXHperR2WFp5UGoczC4+rja9KxXv55ou52NUEVGrAKdV/fr3ZbpdfHtV++6N+fDJ39Mvqn39vt9uIBYXdvYv/tEsvj+rHJ7M/va4dnzSOT+Zf/Vr58dXldtv74vvEduC79p37R+89Pbn+8Pja4eudp7/v3Du68kN7//lfOzBqAd4OMwXKgEiA2VhDxA+agkkNzyBcThgVMPeTyVoGtFPjfblRUAqYuqE/DaoHI270noJKAY0CZqNlroJIEGfPQKfE6W74KJg0ZESQRDA0VZ6qfXnALdUJgGdIMWawZjAmkp5IT1y7mt/ZhmCBpR+0GlbNf2DSdWfhlas3bwRaqzAOgNIQaZOOvBOAKJDiWGRGOtI28DQkHpyNqDMm2CkY+zBIY5glnmgNAdBaMBTxpz8DXReUwAgLniKelKeh6yUREoAkQhAgivpUMtwq9UXDhMFaIXHgaGKClOlMYNg6HeOrSXhcBGDVdABGWDTdfne3340h2VGO9YSHutwufTxE/s+igVENiBK8MgZFRSgUbS32hkOQGbhY8CwBsBZYteDM8txUamM1vNLgi1ny1aaGTd8BDEB2YNAO3motBuHnwVrIEfA0mRIB2Hm2nFRngqBtdDUMC03lwqZCEAwN2W70Dzkrk2KlYMhGhUpOnM3rMmFIFtj1kEwdhqY3w/dEPIrgkCkX0qTODUTPwcnAqoTV0AEIfOJC01WtwOfNv3O5LxJKXlhLtdYgcpDt49nRsfVmcn2lcHkj3lyKN5eS68t8KUdMiBQBcDp7w+eYzAjTE8J0TpcMQrKCNYHRwqLrAJwu+LynPR4IDjYfBc9BdmJIhsBCYOCyQ7KRLtu7/Y7eqATOBI8DMg3OQLaLMaIQRCmAkh9TfkTcCAwiOgyPBEoFigAGSciyUxWPCbV0TyQElwuMFaK9s0UWErLNBJdTmw2ox0cgC0T3TWnAmfkP5tJ3trNfvB/5dMvcWjFfWD61WENwGMb+DkCSu/x+X72WuXQxtrIaOr8QXn4LHjdYmpjgaPA2Yzoeb56Pri7K1WJouU5lEmSLbAYC4M3a1nTh1o35e3enPr/JbawJmy3UZhDwgFLCrELvkDtTKrkXGsL0lKtacZZmfPX5vkiIXLjAgjF7woHgfIWenHCWJ7npcalcUMYD4C0dgBaCVb9ZHv3seuzjHWajaW2t6NYWMF9EZISom1WA7KLDESqb1afT2lTSkE6ZxtKGdAqSQC6Oo1VDTioZVcbDOtJDykSgP+4nI6b1bzbV7UDQjWEnSUsmaZHirWSDzap/AbUBIAvbrnHQAAAAAElFTkSuQmCC" nextheight="1500" nextwidth="3000" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>As autonomous systems scale, this alignment becomes increasingly important.</p><h2 id="h-why-stables-usdt-native-design-matters" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Why Stable’s USDT-Native Design Matters</strong></h2><p>USDT remains the most widely adopted stablecoin in global markets and cross-border flows. It is already the de facto dollar representation across much of crypto-native activity.</p><p>By making USDT the native execution unit rather than an application-layer asset, Stable aligns with existing liquidity, user behavior, and agent accounting logic.</p><figure float="none" data-type="figure" class="img-center"><img src="https://storage.googleapis.com/papyrus_images/e211ed3aa77fd4b4b045e6dd1a5cd45009ab919bfd15056a7787cd12e3172acc.jpg" blurdataurl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAIAAAD4YuoOAAAACXBIWXMAABYlAAAWJQFJUiTwAAAETklEQVR4nG2U309bZRjHn562QCv0B6Wn50dP29PTnranPT09PW1X2sKA0m6UH2NUZJiBS5Qwh4AZiswf0Wk02aIbY8w4IJIQDRG3sKAz0mU3XO1GMxMvTLjzTzDxQm80b1voakw+eS/e8+b5Ps/3+54XMEk0dsZVYqAxGWnLJRuTYZXoU4W8KskLHgZ4hzbOP9cRUoXdmOwBlgA3AU68BlOGtpbXI0w60KsBwwBvA3Nn+/7fD5/8c7D1+1erv36xcbixcbh56+nqxuH6yi+33y199MHjjx/8sfPgz53v/9rBT0eBsfyPBm09Agn0zV4qzF46NfMqOB1g6sh8eG9r86cf3/l6/eb+7o3S/eVHu5/+8O172+s3SjsLmyuLW5/fLN2/sn2npUMCD4Wq/0egbhQE1Z2x93Zxp/PA2EEbU9SRCHj9mBTUxmQI+MDngQAPXjd4WeDswDLA0sAQwNiAOxJw2VBRshVIM1oJM+BGtBJmsBiQPyYdtGiRRZqojHRoCkERdeBtwNKGlNicDOrifrXkQzuEpYqlVSN7GxSfVuEbFF4X92tlXiN7dXE/JnoBt1aPIQG8DQwtABqABlA3gaW1itkMLGUvxN1nkmReMWRCtU8oPRPdlwicOylO9HjOZmy9Ef75TqbvRHgiS52Ko9KVbpAtllZw2omcQuRiWtkHBiMyhHcAR6tlwVnI490dVL7bmEkgxyp4GISTLJtuBZYSx4rIUsaGdpxk9QBpPRagLJ1SSzKojweeFdDGBWFsyDWQdQ/l3UP5WukKghuTeLXs1yh+10AW/O5yT37gXdUDNI5CBgJHzrB2W5eMjLK0HgsASwBHdVy8wA7kgDbWVfcwwNHp6cnl/b1rezurjx+uHZTWDkpDS6/XDiCBqIICMZuAJoFzVK1nCPAwmMRjEq8KeY2dcY0SAIFTiXytu7IAcLQwNpSdmxpcmu9ffC1xYby6fyygiSpAU4FzJ6WXev0vdIYnsoZUEEh0I8PjI9m5qeL7b83fXX7jyzvdc1Pp6cmmZBhdVt5R/s9dwNG2XEYYO8MP9wmjg+xQrm7E6gQEDrQNGBJB26rwDlXIC7xLGw+RuYwtm0HleBcIXH0Js0rkzV1JfVK29qRQAIylTqAxFgezqWfh7OV7Sy+vzfS8WQSWQhPwjvapieG3L19cuf7KZ59MXr86f/dW/+JsW0+qPEHZKJ4tLMws7+9t//zk9qPvdn97em3vm9GrV1BnFZdoHHSJBNB2Q0pyDaad/ammmAA4jv5egQPOrk8p0osjfLHfPzogjA6iDI79RV5T3pFCenpSHB+OnC/yI4Xo+aJ/dAB1UI4HPR7N7enm9rQ6EgWfgAgENVEZk0RMCmGSAAEvSh5hB5YEjxMJ13K2g6MN3S7GhFbaCGQzkAZwlh+ryutUEdAnk/rkCV1CaYgpmqh8pBHEJKGCSvSrRB/wbJlyGMcaCAp1zRJVnnll/wWhSfs+4juIDwAAAABJRU5ErkJggg==" nextheight="1500" nextwidth="3000" class="image-node embed"><figcaption htmlattributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>For agent-driven systems, this alignment has practical implications:</p><ul><li><p>Liquidity is already deep and globally distributed.</p></li><li><p>Pricing conventions are dollar-based.</p></li><li><p>Integration with existing ecosystems remains straightforward.</p></li></ul><p>Stable does not merely support USDT as a payment asset. It treats it as the foundational economic layer.</p><p>That distinction becomes increasingly important as machine-to-machine transactions expand.</p><h2 id="h-the-scaling-implication" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>The Scaling Implication</strong></h2><p>Today’s agent-driven commerce remains early. But as autonomous systems begin coordinating supply chains, digital services, and compute markets, transaction volume and frequency will increase significantly.</p><p>In that environment, small inconsistencies in cost structure scale into meaningful constraints.</p><p>Infrastructure that introduces unrelated volatility at the execution layer forces agents to compensate. Infrastructure that minimizes economic variance allows agents to operate closer to their theoretical efficiency.</p><p>Routing payments through stablecoins was the first stage of this evolution. Aligning the base layer entirely with stablecoin logic is the next.</p><p><strong>Stable is built for that next phase of machine-driven commerce: USDT-native, built for agents and economically consistent</strong></p><p><strong>Build on Stable</strong></p><ul><li><p><strong>Documentation:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz"><strong> <u>https://docs.stable.xyz</u></strong></a></p></li><li><p><strong>Mainnet Hub:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz"><strong> <u>https://hub.stable.xyz</u></strong></a></p></li><li><p><strong>Blog:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz"><strong> <u>https://blog.stable.xyz</u></strong></a></p></li><li><p><strong>X: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable"><strong>@stable</strong></a></p></li><li><p><strong><em>Community:</em></strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"><strong><em> </em></strong></a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz￼￼"><strong><em><u>https://discord.gg/stablexyz</u></em></strong></a></p></li></ul><br>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/806bb5d535d7e64a4a0e819eb8eeb019f7397fb7bdb39fcbeaf2c47479a991f7.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[The Stable Standard - Issue # 5]]></title>
            <link>https://blog.stable.xyz/the-stable-standard-issue-5</link>
            <guid>opGqdOyU2g3H9A7Ukinr</guid>
            <pubDate>Fri, 27 Feb 2026 14:12:08 GMT</pubDate>
            <description><![CDATA[February 2026 Welcome to the fifth edition of The Stable Standard, where we share progress across the Stable network and how stablecoin-native infrastructure is becoming the default payment layer for the exploding agentic AI economy.Agentic Payments on StableJust days ago, Citrini Research released “The 2028 Global Intelligence Crisis,” stating that as AI agents scale, they will seek faster, cheaper alternatives to traditional card networks. The report suggests many agents will rely on stable...]]></description>
            <content:encoded><![CDATA[<p><strong>February 2026</strong></p><p>Welcome to the fifth edition of The Stable Standard, where we share progress across the Stable network and how stablecoin-native infrastructure is becoming the default payment layer for the exploding agentic AI economy.</p><h2 id="h-agentic-payments-on-stable" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Agentic Payments on Stable</strong></h2><p>Just days ago, Citrini Research released “The 2028 Global Intelligence Crisis,” stating that as AI agents scale, they will seek faster, cheaper alternatives to traditional card networks. The report suggests many agents will rely on stablecoins via existing chains and L2s, where settlement is near-instant, and transaction costs are measured in fractions of a penny.</p><p>The direction is clear: As agents become autonomous economic actors, stablecoins offer a more efficient settlement layer than legacy payment rails.</p><p><strong>The thesis is correct. But Stable went a step further.</strong></p><p><strong>What changes with Stable?</strong> Stablecoin settlement reduces payment fees, but execution on most chains still depends on a separate native gas token. For autonomous systems, that means added complexity and cost variability. <strong>With Stable, AI agents operate entirely in USDT.</strong></p><p>Stable is built as a stablecoin-native blockchain, with gas paid directly in USDT. This allows agents to operate with a single asset, with predictable, dollar-denominated costs, supporting high-frequency, recurring, and streaming payment flows without additional token-management complexity.<br><br><strong>Stable is positioned at the forefront of this shift, leading the transition toward agent-native financial infrastructure.</strong></p><p>When transactions become machine-driven and continuous, payment design matters. Stable’s architecture supports the automated, stablecoin-native settlement that these emerging systems require. Read more:<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2027050531584455084?s=20"><u> https://x.com/Stable/status/2027050531584455084?s=20</u></a></p><h2 id="h-mainnet-momentum-is-real" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Mainnet Momentum Is Real</strong></h2><p>Two months into mainnet, Stable is powering meaningful execution across smart contracts, consumer apps, and early AI-driven agents. Since launch:</p><ul><li><p><strong>4,600+ smart contracts deployed</strong></p></li><li><p><strong>42,000+ active addresses</strong></p></li><li><p><strong>860,000+ transactions processed</strong></p></li><li><p><strong>150+ partners building the Stable ecosystem</strong></p></li></ul><p>As adoption grows, the pattern is clear: stablecoin-native infrastructure is moving from concept to active deployment.</p><h2 id="h-mainnet-upgrade-v120" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Mainnet Upgrade v1.2.0 </strong></h2><p>The v1.2.0 upgrade introduced foundational improvements across gas mechanics, staking visibility, and transaction UX, pushing the network closer to seamless, payment-grade infrastructure purpose-built for both real-world payments and AI-driven execution.</p><h3 id="h-usdt0-as-native-gas" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>USDT0 as Native Gas</strong></h3><p>Stable now supports <strong>USDT0-based gas flows</strong>, allowing users and applications to transact without volatile assets.</p><p>This significantly reduces friction for builders and end users, and establishes the groundwork for fully dollar-denominated blockchain usage. For high-frequency AI systems that require deterministic cost models, predictable dollar-denominated gas is essential.</p><h3 id="h-gas-waived-transactions" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Gas-Waived Transactions</strong></h3><p>Selected transaction flows can now operate with <strong>zero gas fees</strong>. This unlocks smoother onboarding, application-level abstraction, and payment flows where users never have to think about gas mechanics at all.</p><p>For payments to scale, UX must disappear. v1.2.0 moves Stable closer to that standard.</p><p><strong>Read the full breakdown here:</strong></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz/stable-v120-upgrade-usdt0-gas-and-core-ux-improvements"><u>https://blog.stable.xyz/stable-v120-upgrade-usdt0-gas-and-core-ux-improvements</u></a></p><p><strong>Documentation:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz"><u>https://docs.stable.xyz</u></a></p><p><strong>Developer Discord: </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"><u>https://discord.gg/stablexyz</u></a></p><h2 id="h-stablepay-advancing-toward-production" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>StablePay: Advancing Toward Production</strong></h2><p>StablePay continues to evolve as the consumer application for real-world payments on Stable.</p><p>Progress since the last issue:</p><ul><li><p>Strong early waitlist interest across the ecosystem</p></li><li><p>Ongoing internal testing across transaction abstraction, settlement reliability, and UX flows</p></li><li><p>Active development toward beta milestones, including partner integrations and product refinement</p></li></ul><p>StablePay brings simple, gas-free USDT payments to consumers, making stablecoin transfers instant, global, and easy to use.</p><h2 id="h-community-and-ecosystem-updates" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Community and Ecosystem Updates</strong></h2><p>This month, Stable maintained strong global visibility across major industry gatherings and ecosystem discussions.</p><ul><li><p>Our CEO, Brian Mehler, joined the panel at <strong>LONGITUDE by Cointelegraph at Consensus Hong Kong</strong>, where he discussed the evolution of stablecoin-native infrastructure and why payment-grade execution environments must move beyond volatile gas mechanics: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2023766405422915810?s=20"><u>https://x.com/Stable/status/2023766405422915810?s=20</u></a></p></li><li><p>At<strong> Payment Rails 2.0: </strong>Stablecoin Infrastructure Connecting DeFi and TradFi <strong>by EX.IO</strong>, our CEO Brian emphasized the importance of specialized stablecoin infrastructure and how Stable improves capital efficiency across DeFi and TradFi: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2022696956947296734?s=20"><u>https://x.com/Stable/status/2022696956947296734?s=20</u></a></p></li><li><p>Our CEO Brian spoke at the Intelligent Web3 Reception hosted by Gate at Consensus HK on the future of stablecoins, he shared what it takes to build credible markets and scalable payment infrastructure globally: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2021922829529493858?s=20"><u>https://x.com/Stable/status/2021922829529493858?s=20</u></a></p></li><li><p>At <strong>Alpha Night, hosted by MyTokenCap</strong>, our CEO Brian Mehler joined industry leaders to share Stable’s vision for payment-focused infrastructure purpose-built for stablecoins.</p></li><li><p>As traditional finance increasingly moves on-chain, Brian emphasized that money requires rails that are predictable, compliant, and designed to handle real transaction volume: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/Stable/status/2021922829529493858?s=20"><u>https://x.com/Stable/status/2021922829529493858?s=20</u></a></p></li></ul><p>Join the Stable Discord to stay involved in our community events in the future: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/invite/stablexyz"><u>https://discord.com/invite/stablexyz</u></a>&nbsp;</p><h2 id="h-whats-ahead" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What’s Ahead</strong></h2><p>Several high-impact initiatives are actively in development:</p><ul><li><p><strong>Guaranteed Blockspace</strong>: enabling predictable execution for institutional and high-volume use cases</p></li><li><p><strong>Performance scaling via OPE + StableDB</strong>: increasing throughput and pushing TPS capacity further</p></li></ul><p>Each of these upgrades reinforces Stable’s core thesis: predictable, dollar-native execution designed for real-world settlement.</p><p><strong>Build on Stable</strong></p><ul><li><p><strong>Documentation:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz"><strong> <u>https://docs.stable.xyz</u></strong></a></p></li><li><p><strong>Mainnet Hub:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz"><strong> <u>https://hub.stable.xyz</u></strong></a></p></li><li><p><strong>Blog:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz"><strong> <u>https://blog.stable.xyz</u></strong></a></p></li><li><p><strong>X: @stable</strong></p></li><li><p><strong>Community:</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"><strong> <u>https://discord.gg/stablexyz</u></strong></a></p></li></ul><p><strong>Thank you for building with Stable.<br>The next issue of The Stable Standard will arrive in March.</strong></p>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/49157289ad3349ae680dc2b2a39f3db97c404acddd1a6549bbb884cdde65f025.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Stable v1.2.0 Upgrade: USDT0 Gas and Core UX Improvements]]></title>
            <link>https://blog.stable.xyz/stable-v120-upgrade-usdt0-gas-and-core-ux-improvements</link>
            <guid>i8F2jFCNl8hWPdYSfYKc</guid>
            <pubDate>Wed, 04 Feb 2026 08:55:36 GMT</pubDate>
            <description><![CDATA[At Stable, we are on a mission to design a seamless infrastructure for the real economy. StableChain provides a fast, predictable, compliant, and low-cost settlement platform that enables scalable stablecoin payments for institutions while remaining straightforward for users. Since Stable Mainnet launched on December 8, 2025, the network has established a foundation for stablecoin-native settlement. Today, we are excited to announce Stable v1.2.0, a significant upgrade that improves the overa...]]></description>
            <content:encoded><![CDATA[<p>At Stable, we are on a mission to design a seamless infrastructure for the real economy. StableChain provides a fast, predictable, compliant, and low-cost settlement platform that enables scalable stablecoin payments for institutions while remaining straightforward for users.&nbsp;</p><p>Since Stable Mainnet launched on December 8, 2025, the network has established a foundation for stablecoin-native settlement. <strong>Today, we are excited to announce Stable v1.2.0</strong>, a significant upgrade that improves the overall experience for both retail users and developers in the Stable ecosystem.&nbsp;&nbsp;</p><p>This upgrade introduces several key protocol-level enhancements designed to simplify token usage, improve developer ergonomics, and enhance chain observability and stability.&nbsp;</p><h2 id="h-key-features-of-the-v120-upgrade" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Key Features of the v1.2.0 Upgrade</strong></h2><h3 id="h-usdt0-as-the-native-gas-token" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>USDT0 as the Native Gas Token</strong></h3><p>With v1.2.0, <strong>USDT0 is now the native gas token on Stable</strong>, replacing gUSDT.</p><p>As part of this transition, <strong>gUSDT will sunset</strong>, and <strong>all existing gUSDT balances will be automatically converted to USDT0</strong>.</p><p>This update simplifies how users and applications interact with the network by removing the need for wrapping and unwrapping. Now, USDT0 serves as both the native gas token and an ERC-20 token. It can now be used both for:</p><ul><li><p><strong>Network fees (gas)</strong></p></li><li><p><strong>Standard token actions</strong></p><ul><li><p>including approve, permit, transfer, and transferFrom</p></li></ul></li></ul><p>In practice, this means users can pay fees and move value using the same stablecoin representation, <strong>without having to wrap or unwrap tokens</strong>, thereby simplifying the experience for users and developers alike.&nbsp;</p><p>For technical details and implementation notes, please refer to the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz/en/architecture/usdt-specific-features/usdt-as-gas-token"><u>documentation.</u></a></p><h3 id="h-enhanced-staking-transparency" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Enhanced Staking Transparency</strong></h3><p>v1.2.0 improves visibility into staking lifecycle events.</p><p>Previously, completion of the STABLE token unstaking did not emit any on-chain events, and smart contracts had to actively monitor blockchain events through RPC calls until the end of the 7-day unbonding process.</p><p>With this upgrade, Stable will include system-generated transactions (sent by 0x1) when an UnbondingComplete event occurs. Applications and indexers can now reliably track completed undelegations through on-chain events by listening to events and querying finalized balances.</p><h3 id="h-improved-solidity-compatibility" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Improved Solidity Compatibility</strong></h3><p>v1.2.0 resolves a compatibility issue affecting older Solidity versions.</p><h3 id="h-contracts-compiled-with-solidity-versions-earlier-than-0810-could-not-reliably-call-the-balanceof-method-on-the-stable-token-this-issue-has-now-been-fixed-improving-compatibility-across-a-broader-range-of-tooling-and-deployments" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Contracts compiled with <strong>Solidity versions earlier than 0.8.10</strong> could not reliably call the balanceOf method on the STABLE token. This issue has now been fixed, improving compatibility across a broader range of tooling and deployments.</h3><h3 id="h-gas-waiver-support" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>Gas Waiver Support</strong></h3><p>Stable v1.2.0 introduces support for <strong>gas-waived transactions</strong>, enabling selected flows to execute without requiring users to hold gas upfront.</p><p>The gas waiver system is API-managed and includes safeguards designed to prevent abuse, including:</p><ul><li><p>per-transaction usage limits</p></li><li><p>block-level caps</p></li><li><p>API rate limiting</p></li></ul><p>Gas waivers are executed through a set of approved waiver accounts, which can be updated through governance. Waived transactions are wrapped and signed by a waiver account to ensure consistent enforcement and accountability.</p><p>For integrators and developers, this unlocks new onboarding and payment UX patterns while maintaining protocol-level controls.</p><h2 id="h-what-this-upgrade-enables" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What This Upgrade Enables</strong></h2><p>Stable v1.2.0 strengthens the foundation for stablecoin settlement at scale by:</p><ul><li><p>reducing token friction for users and applications</p></li><li><p>improving event-driven visibility for staking workflows</p></li><li><p>expanding compatibility across Solidity tooling</p></li><li><p>enabling new gas abstraction patterns for smoother UX</p></li><li><p>reinforcing reliability for production workloads</p></li></ul><h2 id="h-whats-next" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>What’s Next</strong></h2><p>Stable v1.2.0 is part of an ongoing roadmap to make StableChain easier to integrate, easier to operate, and more resilient at scale.</p><p>Over the coming releases, Stable will continue to improve:</p><ul><li><p>settlement reliability under sustained load</p></li><li><p>developer tooling and ecosystem infrastructure</p></li><li><p>payment-oriented UX for real-world stablecoin flows</p></li></ul><p>More updates will be shared through official Stable channels.</p><h2 id="h-build-on-stable" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Build on Stable</strong></h2><ul><li><p>Documentation:<a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out graf markup--anchor markup--anchor-readOnly" href="https://docs.stable.xyz/"><strong> </strong></a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.stable.xyz"><strong>https://docs.stable.xyz</strong></a></p></li><li><p>Mainnet Hub:<a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out graf markup--anchor markup--anchor-readOnly" href="https://hub.stable.xyz/"><strong> </strong></a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hub.stable.xyz"><strong>https://hub.stable.xyz</strong></a></p></li><li><p>Blog:<a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out graf markup--anchor markup--anchor-readOnly" href="https://blog.stable.xyz/"><strong> </strong></a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://blog.stable.xyz"><strong>https://blog.stable.xyz</strong></a></p></li><li><p>X: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/stable">https://x.com/stable</a></p></li><li><p>Community:<a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out graf markup--anchor markup--anchor-readOnly" href="https://discord.gg/stablexyz"><strong> </strong></a><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/stablexyz"><strong>https://discord.gg/stablexyz</strong></a></p></li></ul><p><br></p>]]></content:encoded>
            <author>stable@newsletter.paragraph.com (Stable Team)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/f2dec4e583be189f02bf2ab175eee755a7ee7ee559321475f4337818ae54be71.jpg" length="0" type="image/jpg"/>
        </item>
    </channel>
</rss>