Skip to main content
Use thru-cli faucet when working with the faucet program’s deposit and withdrawal flow.

Commands

CommandUse it for
deposit <account> <amount>Deposit funds into the faucet.
withdraw <account> <amount>Withdraw funds from the faucet.

Important Details

  • both commands accept --fee-payer
  • withdraw is capped at 10000 per transaction according to the clap definition

Minimal Pattern

thru-cli faucet deposit default 1000
thru-cli faucet withdraw default 500

Notes

  • These commands operate on the faucet program, not arbitrary token mints.
  • The account argument can be a key name or a raw address, depending on the stored config and validation path.