Tokens
USDC is the default stablecoin on both networks. On mainnet, Sui covers gas for transfers of every stablecoin below natively, and the facilitator sponsors what the native path doesn’t — sub-cent payments and any non-stablecoin coin. Either way, a payment of any size settles gasless. All listed tokens use 6 decimals.Mainnet
The native gasless minimum is the smallest transfer Sui covers gas for natively (
0.01 of the token, or 10000 atomic units at 6 decimals). Payments below it still settle gasless — the facilitator sponsors them.
Mainnet coin types
Mainnet coin types
Testnet
On testnet the facilitator sponsors gas for USDC payments of any size, so there’s no native minimum to clear.
Testnet coin types
Testnet coin types
Block explorers
Look up a settlement by its transaction digest:Pricing in USD
When you price a route as a USD string (for example"$0.01"), ExactSuiScheme converts it to the default stablecoin (USDC) at 6 decimals. To charge in another token, pass an explicit AssetAmount with the token’s coin type — see Quickstart for sellers.