Loading market data...

Sui Tests Gasless Stablecoin Transfers to Simplify Payments

Sui Tests Gasless Stablecoin Transfers to Simplify Payments

Sui wallets and payment pilots are now letting users send stablecoins without first buying SUI to cover transaction fees. The system relies on sponsored transactions — a model where a third party pays the gas cost instead of the sender. The move aims to remove one of the biggest hurdles for mainstream crypto payments: the need to hold a native token just to move another token.

How Sponsored Transactions Work

Under the hood, Sui's architecture makes this possible through a combination of features: native sponsored transactions, object-centric coins, parallel execution, and zkLogin. When a user wants to send a stablecoin, they don't need SUI in their wallet. Instead, a sponsor — which could be a wallet provider, a merchant, or a relayer — steps in to pay the gas fee. Before approving the transaction, the sponsor evaluates KYC/AML checks, risk scores, spend limits, and velocity rules. The technical flow follows a meta-transaction pattern, with an API endpoint like POST /sponsor handling the relay.

Five Economic Models to Cover Gas

Developers and payment platforms can choose from several ways to fund those sponsored gas costs. Wallet subsidy puts the burden on the wallet provider. Merchant-paid fees mean the business covers the transaction. Spread recovery lets the sponsor recoup costs through a markup on the stablecoin amount. Subscription models charge users a flat monthly fee for unlimited gasless transfers. Hybrid approaches mix elements from multiple models. Each option balances user convenience against the sponsor's bottom line.

Can Sui Move Beyond DeFi?

The question underlying these pilots is whether Sui can graduate from a DeFi playground to a practical payments chain. Abstracting gas away from the end user is a crucial step. Web2 checkout flows don't ask shoppers to buy a platform token before paying. Gasless transfers aim to replicate that experience, potentially improving user onboarding and conversion rates. But the transition depends on sponsors being willing to absorb costs and on the network handling payment-scale throughput without hiccups. No timeline for a broader rollout has been announced.