Anchor receipt
API reference
Anchor receipt
Anchor a confidential receipt on Sui — emits a ReceiptAnchored event committing the response wire_hash + attested workload_id. Idempotent: re-anchoring returns the existing tx. Public. See /confidential-ai/verify.
POST
Anchor receipt
Concepts: Verify a response. Every confidential response is auto-anchored on Sui — you rarely call this. GET looks up the stored anchor digest; POST is an idempotent backfill (returns the existing tx if already anchored). Then run
t2 verify {id} or browse verify.t2000.ai.