Skip to main content
The IFÁ Labs faucet is a multi-token testnet faucet deployed on Sui Testnet. It allows developers building on the IFÁ Labs Sui oracle to claim testnet tokens for development and integration testing — without needing to source tokens from external faucets. Currently supported tokens: SUI and WAL.

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

Set your active environment to testnet:
Verify your active address:

Claim SUI

Replace <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

Returns 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:

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.