Agent Action Receipt (AAR) v1.0
AAR is an open standard for cryptographically signed receipts for AI agent actions. It enables verifiable audit trails for agent-to-agent commerce, regulatory compliance, and dispute resolution.
Why Aztec?
AAR's privacy-preserving design (input/output hashing with SHA-256, selective disclosure) maps directly to Aztec's ZK privacy model:
- Receipts can be verified on-chain via ZK proofs on Aztec L2 — prove a receipt is valid without revealing its contents
- Selective Disclosure (same concept as Mastercard's Verifiable Intent, announced March 5, 2026) — share minimum information per party
- Ed25519 signatures over canonicalized JSON (JCS-SORTED-UTF8-NOWS)
Compatibility
Links
Suggested addition to awesome-aztec
Under a 'Standards & Protocols' or 'Privacy Tools' section:
- Agent Action Receipt (AAR) — Cryptographically signed receipts for AI agent actions. ZK-compatible selective disclosure. Ed25519/SHA-256.
MIT Licensed.
Agent Action Receipt (AAR) v1.0
AAR is an open standard for cryptographically signed receipts for AI agent actions. It enables verifiable audit trails for agent-to-agent commerce, regulatory compliance, and dispute resolution.
Why Aztec?
AAR's privacy-preserving design (input/output hashing with SHA-256, selective disclosure) maps directly to Aztec's ZK privacy model:
Compatibility
Links
npm install @botindex/aar— single dependency (tweetnacl), Express middleware, verification, discoveryX-AAR-Receiptheader with signed receipt)Suggested addition to awesome-aztec
Under a 'Standards & Protocols' or 'Privacy Tools' section:
MIT Licensed.