Skip to main content
The facilitator settles x402 payments on Sui Mainnet and Sui Testnet, identified with CAIP-2 network IDs.

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.

Testnet

On testnet the facilitator sponsors gas for USDC payments of any size, so there’s no native minimum to clear.
Get testnet SUI and USDC from the Sui faucet to try payments at no cost.

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.