Context
Visa's Trusted Agent Protocol solves a critical problem: how merchants verify agent identity and authorization for commerce. But there's an adjacent layer that's missing from the current spec: what does the agent commit to, and who benefits from its actions?
The Gap
The current protocol answers:
- ✅ Is this a legitimate agent?
- ✅ Is it acting on behalf of an authenticated user?
- ✅ Does it have valid purchase instructions?
But merchants may also want to know:
- ❓ What ethical commitments does this agent declare? (data handling, rate limiting, attribution)
- ❓ Can I verify the agent's history of honoring those commitments?
- ❓ When an agent delegates a subtask, who's accountable?
Proposal
We built the Agent Passport System — a complementary trust layer:
- Values Floor — A YAML manifest where agents declare behavioral commitments, verifiable before interaction
- Delegation Chains — Signed receipts for every task handoff, creating provenance from action → agent → principal
- Beneficiary Attribution Protocol — SHA-256 Merkle trees linking actions to human beneficiaries
These could extend Visa's protocol: beyond "is this agent authorized" to "is this agent trustworthy based on its declared values and verified history."
Integration Sketch
Visa TAP (authentication) + Agent Passport (values + attribution)
= Agent proves identity AND proves what it stands for
Spec: aeoess.com/passport.html
Repo: aeoess/agent-passport-system
Happy to discuss interoperability. This space needs complementary protocols, not competing ones.
Context
Visa's Trusted Agent Protocol solves a critical problem: how merchants verify agent identity and authorization for commerce. But there's an adjacent layer that's missing from the current spec: what does the agent commit to, and who benefits from its actions?
The Gap
The current protocol answers:
But merchants may also want to know:
Proposal
We built the Agent Passport System — a complementary trust layer:
These could extend Visa's protocol: beyond "is this agent authorized" to "is this agent trustworthy based on its declared values and verified history."
Integration Sketch
Spec: aeoess.com/passport.html
Repo: aeoess/agent-passport-system
Happy to discuss interoperability. This space needs complementary protocols, not competing ones.