When Transfers Become Truly Frictionless: How Sui Uses 'Zero Gas' to Become the Underlying Infrastructure for Stablecoin Payments

marsbit2026-06-22 tarihinde yayınlandı2026-06-22 tarihinde güncellendi

Özet

Title: Sui Launches Zero-Gas Stablecoin Transfers to Become the Foundation for Stablecoin Payments Sui has introduced a zero-gas fee feature for peer-to-peer stablecoin transfers, eliminating the need for users or businesses to hold separate SUI tokens to pay transaction costs. This innovation, built on a new underlying account architecture called Address Balances, significantly reduces validator processing costs for eligible transactions. Currently, the feature applies to a whitelist of stablecoins for transfers meeting a minimum amount, effectively preventing spam. This development aims to unlock mainstream payment use cases for stablecoins—such as everyday purchases, remittances, and subscriptions—by removing cost and complexity barriers. It is also positioned to benefit high-frequency micro-payments for AI agents and institutional B2B payments, reducing operational friction. Major custody provider Fireblocks has already announced support. The move follows Sui processing over $1 trillion in stablecoin transfer volume since August 2025. Looking ahead, Sui plans to enhance this infrastructure with protocol-level confidential transactions later in 2026, aiming to provide scalable, free, and privacy-preserving payments. Together, these advancements strengthen Sui's goal of becoming the default settlement layer for stablecoin payments.

Author: Deep Tide TechFlow

If you go to an ATM to transfer money, and the ATM tells you that you must first buy "ATM usage coupons," you would probably think the ATM has gone crazy.

But this has been the operating rule for blockchain for over a decade: to make a transfer, first prepare the Gas.

As stablecoins play an increasingly critical role in the payment field, the cost of this threshold becomes clearer: new users are blocked outside, and payment scenarios are difficult to implement.

As a key initiative in building the "underlying infrastructure for stablecoin payments," on May 20, 2026, Sui announced the launch of a zero Gas stablecoin transfer feature, allowing users and enterprises to send stablecoins peer-to-peer without paying Gas fees, and without needing to manage a separate SUI token balance.

Although currently, this feature only supports P2P transfers of whitelisted stablecoins, stablecoins now have a real chance to transform from "crypto assets" into "payment infrastructure." The entity achieving this also further strengthens its position as a strong contender for the role of the "default foundation for stablecoin payments."

A New Kind of "Zero Gas": No One Is Paying for You in the Background

When mentioning zero Gas, most users' first reaction might be: Who paid the Gas for me?

This habitual thinking stems from past incomplete attempts at "zero Gas": either through subsidies or relays. The Gas never disappeared; someone was just quietly settling the bill in the background, a superficial solution that doesn't address the root cause.

Sui's "Zero Gas Stablecoin Transfer" targets the fundamental root.

It is built upon a new underlying account architecture called Address Balances. When tokens are sent using specific Move functions, they are automatically consolidated into the single balance of the recipient's address, eliminating the need to create or manage Coin objects. This saves the overhead of object creation, splitting, merging, and version tracking. The processing cost for validators is extremely low, low enough that they can refrain from charging users fees.

Costs are reduced, and boundaries must also be clearly defined: Under the highly restricted PTB mechanism, only P2P transfers of whitelisted stablecoins, with amounts no less than 0.01, are judged as zero Gas. This supports payment scenarios while isolating malicious transactions.

What Can This Infrastructure Run?

Firstly, it opens the door to daily payments. When the experience is frictionless and the cost is zero, those payment scenarios we once pinned high hopes on for stablecoins—including consumption, tipping, subscriptions, cross-border remittances, etc.—gain the potential for rapid penetration. Stablecoin payments, for the first time, possess the basic conditions to compete head-on with traditional payment tools, potentially even faster and better.

Of course, for high-frequency micro-payment scenarios, many will think of the Agent economy. In the past, actions like AI autonomous transactions and arbitrage required additional Gas management. The zero Gas stablecoin transfer will become the lowest-cost, least-resistance choice for Agents. Combined with Sui's high-performance advantages, it will further support the large-scale deployment of autonomous payment flows.

Another keyword is: Institutions. This is a group Sui officials specifically emphasize. Whether it's cross-border B2B payments, supplier settlements, or platform profit sharing, institutions often face higher payment friction. The protocol-level zero Gas mechanism transforms stablecoins into a payment tool that institutions can directly utilize.

Worth mentioning is that when the zero Gas feature was launched, Fireblocks had already announced support for address balances, and soon after, it supported Gas-free stablecoin transfers, further enhancing the accessibility of Sui's payment infrastructure for institutions. At the same time, several institutional-grade custody platforms and wallets have announced they will support zero Gas transactions.

Zero Gas: The First Half; Privacy: The Second Half

Since August 2025, stablecoin transfer volume on the Sui network has exceeded $1 trillion. This figure is sufficient to show that the underlying logic for stablecoin payments in the Sui ecosystem is already working. The launch of zero Gas stablecoin transfers will undoubtedly accelerate the construction of Sui's role as the "default foundation for stablecoin payments."

But this is only the first half of Sui's 2026 payment narrative.

Regarding the second half, the Mysten Labs product team has hinted multiple times: Protocol-level confidential transaction functionality will be launched within 2026, aiming to achieve large-scale, free payments with privacy protection.

Transfers will not only be cost-free but will also be able to hide transaction amounts and certain details, while retaining necessary audit and compliance capabilities.

This combination is crucial for adoption, especially for institutions. The higher the compliance requirements, the greater the value of confidential transactions.

Let Money Flow Like Information.

This can be considered a phrase that runs through all of Sui's technological and ecosystem initiatives.

And now, from payments to Agents to institutions, the fuse that will decide large-scale adoption might just be lit by zero Gas stablecoin transfers.

Trend Kriptolar

İlgili Sorular

QWhat is the main announcement made by Sui regarding stablecoin transfers, and when was it announced?

ASui announced a zero Gas stablecoin transfer function on May 20, 2026. This feature allows users and businesses to send stablecoins peer-to-peer without paying Gas fees and without needing to manage a separate SUI token balance.

QHow does Sui's 'zero Gas' mechanism for stablecoin transfers fundamentally differ from previous attempts at eliminating Gas fees?

AUnlike previous methods that relied on subsidies or relayers where someone else ultimately pays the Gas, Sui's approach targets the underlying architecture. It is built on the new Address Balances system, where tokens are sent using specific Move functions and automatically merged into the recipient's single balance. This eliminates the overhead of creating, splitting, merging, and tracking Coin objects, reducing validator processing costs so low that fees can be waived for the user.

QAccording to the article, what are some of the key use cases or scenarios enabled by zero Gas stablecoin transfers on Sui?

AThe key use cases include: 1) Everyday payments like consumption, tipping, subscriptions, and cross-border remittances. 2) High-frequency micropayments for the Agent/AI economy, enabling autonomous transactions with minimal cost. 3) Institutional payments such as cross-border B2B payments, supplier settlements, and platform revenue sharing, where reducing friction is crucial.

QWhat is the 'second half' or next major development in Sui's 2026 payment narrative mentioned in the article?

AThe 'second half' of Sui's 2026 payment narrative is the planned launch of a protocol-level confidential transaction feature within the year. The goal is to enable large-scale, free (zero Gas), and privacy-preserving payments that can hide transaction amounts and certain details while retaining necessary audit and compliance capabilities.

QWhat underlying technical principle allows Sui to offer zero Gas fees for eligible stablecoin transfers?

AIt is enabled by the new Address Balances account architecture. When tokens are sent using specific Move functions, they are automatically merged into the recipient's address balance without creating individual Coin objects. This drastically reduces the computational overhead (like object creation, splitting, merging, and version tracking) for validators, making the cost so low that fees are not charged to users for qualifying transactions.

İlgili Okumalar

Uniswap v4 Hook Analysis: Architecture Design, Common Vulnerabilities, and Protection Practices

Uniswap v4's Hook mechanism is a major innovation, enabling custom logic injection into liquidity pool lifecycle events like swaps and liquidity provisioning. This transforms the AMM into programmable infrastructure, shifting the security model from protocol-level to pool-level, as each pool's safety now depends on its bound Hook contract. The core architecture revolves around the singleton PoolManager contract, which manages all pools via a flash accounting system. State changes are tracked in transient storage and must be settled by the end of a transaction. Hook contracts are permanently bound to pools via a PoolKey, with their permissions encoded directly into their address via specific low-order bits. This design introduces unique security considerations and challenges for future upgrades. Key vulnerabilities and best practices identified include: - **Access Control Gaps:** Early versions of the BaseHook abstract contract only protect `unlockCallback()`, leaving other lifecycle functions (`beforeSwap`, `afterSwap`, etc.) exposed unless explicitly secured by developers. - **Unrestricted Pool Binding:** The `initialize()` function does not validate if a Hook "consents" to a new pool. Hooks must implement their own whitelisting in `beforeInitialize` to prevent unauthorized pool creation. - **Async/Custom Curve Hooks:** These high-risk Hooks can completely replace Uniswap's swap logic. Their security depends entirely on their own implementation, as they operate outside the native protocol's pricing safeguards. - **Delta Accounting Risks:** The system ensures final balance (NonzeroDeltaCount == 0) but cannot guarantee the *correctness* of intermediate delta states, which attackers could manipulate. - **Token Confusion:** Protocols must implement semantic validation for tokens in user-created markets, not just interface checks, to prevent cross-market confusion attacks. The article emphasizes that Hook auditing requires a "sub-protocol" approach due to extended interaction chains, highlighting a significant shift in security methodology for the v4 ecosystem.

marsbit12 dk önce

Uniswap v4 Hook Analysis: Architecture Design, Common Vulnerabilities, and Protection Practices

marsbit12 dk önce

Chips, Open-Source Models, and $50 Trillion: Joe Tsai Reassesses Alibaba Once Again

Alibaba Executive Chairman Joe Tsai recently outlined the company's comprehensive AI strategy in a public discussion. He believes AI represents a massive opportunity, estimating its potential economic impact at up to $50 trillion, stemming from the automation of human intelligence and productivity. Tsai detailed Alibaba's four-layer investment approach across the AI stack: starting from the chip level, moving to cloud infrastructure (Alibaba Cloud), then the model layer with its open-source Qwen model, and finally applications within its vast digital ecosystem (e-commerce, logistics, etc.). The company avoids the energy layer due to China's efficient infrastructure. This broad strategy is designed to ensure Alibaba captures value regardless of where it ultimately concentrates in the AI value chain. He dismissed concerns about an AI investment bubble, pointing to the enormous $50 trillion opportunity. While acknowledging U.S. cloud giants' higher capital expenditure, he argued Chinese firms, including Alibaba (funded by its cash-generative e-commerce core), need to invest more in AI infrastructure. A key theme was technological sovereignty. Tsai positioned open-source models like Qwen as a solution for companies, especially in Europe, seeking independence from proprietary U.S. models and greater data privacy control. He contrasted this with the trend of U.S. giants keeping their models closed-source. Tsai highlighted Alibaba's collaborations with European manufacturers like Bosch and Siemens, using AI for design and quality control. He concluded with an optimistic vision of AI agents enhancing productivity, ultimately freeing up human time for leisure, family, and experiences like live entertainment.

marsbit27 dk önce

Chips, Open-Source Models, and $50 Trillion: Joe Tsai Reassesses Alibaba Once Again

marsbit27 dk önce

İşlemler

Spot
Futures

Popüler Makaleler

GAS Nasıl Satın Alınır

HTX.com’a hoş geldiniz! GAS (GAS) satın alma işlemlerini basit ve kullanışlı bir hâle getirdik. Adım adım açıkladığımız rehberimizi takip ederek kripto yolculuğunuza başlayın. 1. Adım: HTX Hesabınızı OluşturunHTX'te ücretsiz bir hesap açmak için e-posta adresinizi veya telefon numaranızı kullanın. Sorunsuzca kaydolun ve tüm özelliklerin kilidini açın. Hesabımı Aç2. Adım: Kripto Satın Al Bölümüne Gidin ve Ödeme Yönteminizi SeçinKredi/Banka Kartı: Visa veya Mastercard'ınızı kullanarak anında GAS (GAS) satın alın.Bakiye: Sorunsuz bir şekilde işlem yapmak için HTX hesap bakiyenizdeki fonları kullanın.Üçüncü Taraflar: Kullanımı kolaylaştırmak için Google Pay ve Apple Pay gibi popüler ödeme yöntemlerini ekledik.P2P: HTX'teki diğer kullanıcılarla doğrudan işlem yapın.Borsa Dışı (OTC): Yatırımcılar için kişiye özel hizmetler ve rekabetçi döviz kurları sunuyoruz.3. Adım: GAS (GAS) Varlıklarınızı SaklayınGAS (GAS) satın aldıktan sonra HTX hesabınızda saklayın. Alternatif olarak, blok zinciri transferi yoluyla başka bir yere gönderebilir veya diğer kripto para birimlerini takas etmek için kullanabilirsiniz.4. Adım: GAS (GAS) Varlıklarınızla İşlem YapınHTX'in spot piyasasında GAS (GAS) ile kolayca işlemler yapın.Hesabınıza erişin, işlem çiftinizi seçin, işlemlerinizi gerçekleştirin ve gerçek zamanlı olarak izleyin. Hem yeni başlayanlar hem de deneyimli yatırımcılar için kullanıcı dostu bir deneyim sunuyoruz.

186 Toplam GörüntülenmeYayınlanma 2024.12.12Güncellenme 2026.06.02

GAS Nasıl Satın Alınır

Tartışmalar

HTX Topluluğuna hoş geldiniz. Burada, en son platform gelişmeleri hakkında bilgi sahibi olabilir ve profesyonel piyasa görüşlerine erişebilirsiniz. Kullanıcıların GAS (GAS) fiyatı hakkındaki görüşleri aşağıda sunulmaktadır.

活动图片