Minting your first $pUSD
Once your wallets are set up:
Visit the ZkStable Testnet App at https://app.zkstablerpc.com
Connect your ETH and ZEC wallets
Choose “Mint $pUSD”
Deposit ZEC as collateral (recommended ratio: 170%)
Confirm the transaction
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