Skip to main content

Faucet

The faucet distributes test MO (for gas) and test stablecoins so you can try the chain without buying anything.

Get funds

Open the faucet, paste your address, and request a drip.

Per request (subject to change):

TokenAmount
MO10
tUSDT100
tUSDC100
tBUSD100

A cooldown applies per IP + address + token (default 24h).

API

# current faucet config + token addresses
curl -s https://faucet-testnet.mo.fit/api/info | jq .
tip

The faucet's /api/info is the authoritative source for the currently-deployed token addresses. The DEX and Wallets tables on this site are generated from the same deployment data.

Abuse prevention

Production faucet deployments add GitHub OAuth and a CAPTCHA (Cloudflare Turnstile) on top of the cooldown.

Next steps