Verification Help
Follow this sequence to validate demo reserve evidence with live public endpoints and on-chain explorer checks.
1. Validate current supply and reserves
2. Inspect recent published attestations
/public/attestations?page=1&limit=103. Open a specific attestation evidence record
/public/attestations/ATT-2024-0054. Verify that attestation hash is anchored
/public/verify/0xattestat...emo-50505. Cross-check contracts
Token address not configured (`NEXT_PUBLIC_AGAU_TOKEN_ADDRESS`).
Anchor address not configured (`NEXT_PUBLIC_ATTESTATION_ANCHOR_ADDRESS`).
6. Validate on-chain proof
cURL walkthrough
curl -s "/api/v1/public/supply" | jq curl -s "/api/v1/public/reserves" | jq curl -s "/api/v1/public/attestations?page=1&limit=10" | jq curl -s "/api/v1/public/attestations/ATT-2024-005" | jq curl -s "/api/v1/public/verify/0xattestation-demo-5050" | jq
