Topokki test tokens are free to mint on GIWA Sepolia. They are only for testing and have no value.
Available tokens
Mint from the explorer
- Open the token contract from the table above.
- Connect a wallet that is on GIWA Sepolia.
- Open the contract’s Write Contract section.
- Select
mint.
- Enter your wallet address as
to and the raw amount you want to mint.
- Confirm the transaction in your wallet.
Example amounts
Mint with Foundry
If you use Foundry, call the public mint(address,uint256) method directly:
Never use a wallet with real funds or a production private key for testnet transactions.
WETH
WETH is not minted through this faucet. To get WETH, first obtain test ETH for GIWA Sepolia, then wrap it through the WETH contract.