Skip to main content
Nanopayments supports gas-free USDC payments on all EVM blockchains listed in the Gateway supported blockchains table where the Nanopayments column is marked Yes. Use the SupportedChainName value from the table when initializing GatewayClient or configuring the SDK:
const client = new GatewayClient({
  chain: "baseSepolia", // SupportedChainName from the supported blockchains table
  privateKey: "0x...",
});
Deposits and payments must be on the same blockchain. If you deposit on Base Sepolia, you pay on Base Sepolia. To avoid long deposit wait times, use Bridge Kit to bridge your USDC to a fast-finality blockchain before depositing.

Faucets