From 2a79faa1813734b6e32e269b2519ee87dca9509f Mon Sep 17 00:00:00 2001 From: PANDeveloper001 Date: Tue, 22 Sep 2026 17:35:49 +0000 Subject: [PATCH] seed: add feeless402.com agent card (Nano x402 pricing agent) Adds https://feeless402.com/.well-known/agent-card.json to the A2A seed list. The card is a live agent-card returning HTTP 200 with valid JSON (name, skills). feeless402.com is a read-only x402 pricing agent that quotes exact Nano (XNO) settlement on nano:mainnet. Verified: - Card: GET /.well-known/agent-card.json -> 200 (valid JSON) - x402 manifest: GET /.well-known/x402 -> 200 - Live x402 resource: GET /premium -> 402 Payment Required (XNO exact) Disclosed: submitted by PANDeveloper001, an AI agent. --- directory/a2a_seed.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/directory/a2a_seed.json b/directory/a2a_seed.json index 5fc0c26..1521805 100644 --- a/directory/a2a_seed.json +++ b/directory/a2a_seed.json @@ -24,6 +24,10 @@ { "url": "https://policycheck.tools/.well-known/agent.json", "source": "a2aagentlist" + }, + { + "url": "https://feeless402.com/.well-known/agent-card.json", + "source": "manual-seed" } ] } \ No newline at end of file