Before you begin
You’ll need:- A browser wallet (MetaMask, Rabby, or similar) or a scriptable wallet (viem, ethers).
- Foundry if you want to use
castfrom the command line.
Connect to testnet
Point your tooling at the testnet endpoint:| Field | Value |
|---|---|
| Chain ID | 2201 |
| RPC URL | https://rpc.testnet.stable.xyz |
| Block explorer | https://testnet.stablescan.xyz |
| Currency symbol | USDT0 |
Fund your wallet
- Visit https://faucet.stable.xyz.
- Connect your wallet, or paste an address.
- Select the button to receive testnet USDT0.
Send your first transaction
Sending USDT0 looks like sending ETH on Ethereum. Thevalue field carries the USDT0 amount.
Next recommended
Deploy a smart contract
Deploy, verify, and call a contract on testnet with Foundry.
Send your first USDT0
Send USDT0 as both a native transfer and an ERC-20 transfer on the same balance.
Differences from Ethereum
See what stays the same and what changes.
Integration paths
Pick the docs path that fits what you’re building.

