Use this file to discover all available pages before exploring further.
The only tools you need are Node.js, some USDT0 from the faucet and a private key. Stable uses USDT0 as its gas token, so you only need USDT0 to transact. There is no separate gas asset to fund.
Prefer a typed client? The Stable SDK wraps viem with transfer, bridge, and swap methods so you skip the manual ABI and decimals work.
Print your address, then request testnet USDT0 from the faucet.
// address.tsimport { wallet } from "./config";console.log("Wallet address:", wallet.address);
npx tsx address.ts
Wallet address: 0x1234...abcd
Go to https://faucet.stable.xyz, paste the address, and select the button to receive testnet USDT0. The faucet sends 1 USDT0, enough for thousands of native transfers.