Testnet faucet

You can claim test assets for experimenting:

  • Testnet ZEC Faucet: https://faucet.zkstablerpc.com/zec

  • Testnet $pUSD Faucet: https://faucet.zkstablerpc.com/pusd

Example (cURL):

curl -X POST https://faucet.zkstablerpc.com/v1/request \
  -H "Content-Type: application/json" \
  -d '{"wallet":"0xYourETHAddress","asset":"pUSD"}'

Last updated