Faucet Contract Details
Available Tokens
Cooldown is tracked per recipient per token. After claiming SUI, you must wait 4 hours before claiming SUI again. WAL has its own independent cooldown — you can claim both in the same session.
Claim via Sui CLI
The fastest way to claim tokens without writing any code.Prerequisites
- Sui CLI installed — docs.sui.io/guides/developer/getting-started/sui-install
- Active address on Sui Testnet with enough SUI for gas
Claim SUI
<YOUR_ADDRESS> with your Sui wallet address.
Claim WAL
0x6 is the Sui system Clock object — it is the same address on every Sui network. You do not need to look it up or replace it.Claim via TypeScript SDK
For applications and scripts that need to trigger claims programmatically.Check Cooldown Status
Before claiming, check whether your address is eligible to claim again.Via TypeScript SDK
Via Sui CLI
0 if ready to claim. Returns the remaining cooldown in milliseconds if active.
Check If You Can Claim
A single helper that checks blacklist status, token pause state, balance availability, and cooldown in one call:Common Errors
Check Faucet Balance
If you suspect the faucet is running low, check the available balance before claiming:Need More Tokens?
If the faucet balance is depleted or you need tokens in bulk for testing:- Official Sui Faucet for SUI: faucet.sui.io
- Telegram: t.me/ifalabs — ping the team to top up the faucet
- Email: support@ifalabs.com
Next Steps
Read Latest Price (Sui)
Start reading live stablecoin prices from the IFÁ Labs oracle on Sui.
Sui Function Reference
Complete reference for all IFÁ Labs Sui Move oracle functions.
Network Information
Full network reference including all Sui Testnet object IDs.
Get Help
Contact the IFÁ Labs team directly.

