What your users see in Zodl. Try it in 60 seconds.
This calls the live API at api.frontiercompute.cash. The attestation is real and can be verified against Zcash mainnet now.
ZAP1:{type}:{hash} in the Zcash memo field. Zodl parses it and shows the receipt card.# Create an attestation curl -X POST https://api.frontiercompute.cash/event \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "event_type": "HOSTING_PAYMENT", "wallet_hash": "operator_wallet_001", "serial_number": "inv-2026-04" }' # Response: # { # "leaf_hash": "ce9ddea247e5...86b3", # "root_hash": "a1b2c3d4e5f6...9012", # "verify_url": "https://frontiercompute.cash/verify.html?leaf=ce9d..." # } # Put this in your Zcash memo field: # ZAP1:05:ce9ddea247e5...86b3