Minting your first $pUSD

Once your wallets are set up:

  1. Visit the ZkStable Testnet App at https://app.zkstablerpc.com

  2. Connect your ETH and ZEC wallets

  3. Choose “Mint $pUSD”

  4. Deposit ZEC as collateral (recommended ratio: 170%)

  5. Confirm the transaction

  6. You’ll receive $pUSD directly in your wallet

API Example:

curl -X POST https://sandbox.zkstablerpc.com/v1/mint \
  -H "Authorization: Bearer $ZKS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": "100.00",
    "collateralType": "ZEC",
    "recipient": "0xYourEvmAddress"
  }'

Last updated