Compliant Agent Operations
How agents can prove user compliance for regulated and financial APIs
Last updated
How agents can prove user compliance for regulated and financial APIs
This guide covers how agents can present ProofPacks with selective claims (e.g. nationality, AML status) so regulated APIs can verify the agent is operating for a compliant user.
Scenario: A financial or regulated API needs to verify that an agent is authorized and that the user meets compliance requirements. The agent presents a ProofPack with the necessary claims; the API verifies via ProofPack without seeing full identity data.
For implementation, use Path 2 (JWS with claims) and the compliance pattern:
Path 2: JWS with claims (JavaScript) — verify JWS and read claims (e.g. nationality, AML)
Common use cases → Compliance (KYC/AML) — KYC/AML transaction verification
ProofPack & Agent Delegation — full guide
ProofPack on GitHub — SDKs
Last updated