Buyers ask for an audit trail. You hand them a CSV of timestamps. They ask if the timestamps are tamper-evident. You hand them a SOC 2 report. None of that lets them verify a single agent action without your help. Asqav now ships a public per-agent profile so anyone with the agent ID can pull the receipt history and check the signatures themselves. No login, no API key, no call back to your stack. What is in the profile Every agent registered against an Asqav org gets a stable URL of the form asqav.com/a/ . The profile renders three things: The agent's identity claim, which is the agent name, owner org, and the public key fingerprint used for ML-DSA-65 signatures. A trust-level badge, L0 to L3, computed from policy coverage, receipt continuity, and incident history. A reverse-chronological list of recent signed receipts with action type, timestamp, and the verification status.…