Summary
An ANS-registered agent can already be made payable without adding a payment protocol, extending the schema, or touching a line of ANS code. The mechanism is the existing optional metaDataUrl on an A2A/MCP AgentEndpoint: point it at an agent descriptor that itself advertises payment (an A2A agent-card exposing x402 tools, or a /.well-known/x402 manifest), pin it with metaDataHash, and the RA publishes a cap locator through the default ANS_DNSAID discovery profile. A resolver discovers the agent by name, follows the integrity-pinned cap to the descriptor, and learns how to pay — all over machinery that ships today.
What I'd like to contribute
A single docs/pr-specs/ design-of-record doc (matching the FINDER-ard-discovery-service.md house style) that writes this composition down with a live, independently verifiable worked example (a real A2A agent-card whose metaDataHash a reviewer can reproduce with curl … | sha256sum).
Zero code and zero schema change. No new Protocol enum member, no new DiscoveryProfile, no change to the RA/TL/verifier or the wire contract. It documents existing behavior and respects the current constraints (catalog eligibility is A2A/MCP-only; metaDataUrl host must equal agentHost).
Open design question (deliberately deferred in the doc)
ANS_DNSAID publishes SVCB at the bare agent FQDN (1 .) carrying the cap locator. An operator can separately publish a payments-native discovery leaf under a service prefix (e.g. _pay._agents.<domain>) following the DNS-AID service-label convention. The doc frames that operator-published record as complementary and explicitly does not propose that ANS emit such rows or add a discovery profile for them. Whether a payments service token should ever live in the ANS_DNSAID emit path is flagged as an open question for maintainers, not resolved here.
Ask
Per CONTRIBUTING (issue-first, consensus on new material): does a docs-only contribution of this shape sound welcome before I open the PR? Happy to adjust framing or placement to fit house conventions.
Summary
An ANS-registered agent can already be made payable without adding a payment protocol, extending the schema, or touching a line of ANS code. The mechanism is the existing optional
metaDataUrlon anA2A/MCPAgentEndpoint: point it at an agent descriptor that itself advertises payment (an A2A agent-card exposing x402 tools, or a/.well-known/x402manifest), pin it withmetaDataHash, and the RA publishes acaplocator through the defaultANS_DNSAIDdiscovery profile. A resolver discovers the agent by name, follows the integrity-pinnedcapto the descriptor, and learns how to pay — all over machinery that ships today.What I'd like to contribute
A single
docs/pr-specs/design-of-record doc (matching theFINDER-ard-discovery-service.mdhouse style) that writes this composition down with a live, independently verifiable worked example (a real A2A agent-card whosemetaDataHasha reviewer can reproduce withcurl … | sha256sum).Zero code and zero schema change. No new
Protocolenum member, no newDiscoveryProfile, no change to the RA/TL/verifier or the wire contract. It documents existing behavior and respects the current constraints (catalog eligibility is A2A/MCP-only;metaDataUrlhost must equalagentHost).Open design question (deliberately deferred in the doc)
ANS_DNSAIDpublishes SVCB at the bare agent FQDN (1 .) carrying thecaplocator. An operator can separately publish a payments-native discovery leaf under a service prefix (e.g._pay._agents.<domain>) following the DNS-AID service-label convention. The doc frames that operator-published record as complementary and explicitly does not propose that ANS emit such rows or add a discovery profile for them. Whether a payments service token should ever live in theANS_DNSAIDemit path is flagged as an open question for maintainers, not resolved here.Ask
Per CONTRIBUTING (issue-first, consensus on new material): does a docs-only contribution of this shape sound welcome before I open the PR? Happy to adjust framing or placement to fit house conventions.