Skip to main content
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

  1. Open the token contract from the table above.
  2. Connect a wallet that is on GIWA Sepolia.
  3. Open the contract’s Write Contract section.
  4. Select mint.
  5. Enter your wallet address as to and the raw amount you want to mint.
  6. 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.