Skip to content
Back to x402-merchant-agent

Card snapshot

superpa.ge · 2026-05-28 03:24:11 UTC · 5bf3094aa4e79fb2742ac2567595b4a24cd7a3375d7291f5c6b2778a5b8490d7

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "x402-merchant-agent",
  "description": "Merchant agent for x402 Everything \u2014 supports crypto payments for digital products and resource access via the A2A x402 extension.",
  "url": "https://superpa.ge/a2a",
  "version": "0.2.1",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "purchase",
      "name": "Product Purchase",
      "description": "Purchase digital products from stores using on-chain crypto payments.",
      "tags": [
        "shopping",
        "e-commerce",
        "payment"
      ],
      "examples": [
        "Buy product X from store Y",
        "Purchase item with crypto payment"
      ]
    },
    {
      "id": "resource-access",
      "name": "Resource Access",
      "description": "Access payment-gated resources (APIs, files, content) with crypto micro-payments.",
      "tags": [
        "resources",
        "api-access",
        "pay-per-use"
      ],
      "examples": [
        "Access premium content behind a paywall",
        "Unlock a resource with a micro-payment"
      ]
    },
    {
      "id": "ap2-shopping",
      "name": "AP2 Shopping Flow",
      "description": "Full AP2 mandate-based shopping: receive IntentMandate, return CartMandate with W3C PaymentRequest, verify PaymentMandate with x402 proof, issue PaymentReceipt.",
      "tags": [
        "ap2",
        "shopping",
        "mandates",
        "w3c-payment"
      ],
      "examples": [
        "Send IntentMandate with natural language description",
        "Submit PaymentMandate with on-chain transaction hash"
      ]
    },
    {
      "id": "erc8004-trust",
      "name": "On-Chain Trust & Reputation",
      "description": "Verify agent identity and query on-chain reputation scores via ERC-8004 Trustless Agents registries on BITE V2 (zero gas).",
      "tags": [
        "erc8004",
        "trust",
        "reputation",
        "identity"
      ],
      "examples": [
        "Check reputation of agent #42",
        "Submit feedback after successful payment"
      ]
    }
  ],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "extensions": [
    {
      "uri": "urn:x-a2a:extension:x402-payment",
      "description": "x402 crypto payment extension \u2014 supports EVM on-chain payments",
      "required": true,
      "config": {
        "supportedNetworks": [
          {
            "network": "mezo-testnet",
            "chainId": 31611,
            "name": "Mezo Testnet (matsnet)",
            "rpcUrl": "https://rpc.test.mezo.org",
            "isTestnet": true
          }
        ],
        "supportedTokens": [
          "BTC",
          "MUSD"
        ],
        "defaultToken": "MUSD",
        "recipientAddress": "0x875eFb079A2b68267a1bE03cAd0E1A7Ee4bA0B2E"
      }
    },
    {
      "uri": "https://github.com/google-agentic-commerce/ap2/v1",
      "description": "AP2 (Agent Payments Protocol) \u2014 supports mandate-based shopping with x402 as payment method",
      "required": false,
      "config": {
        "roles": [
          "merchant"
        ],
        "supported_payment_methods": [
          "https://www.x402.org/"
        ],
        "mandate_flow": [
          "IntentMandate \u2192 CartMandate",
          "PaymentMandate \u2192 PaymentReceipt"
        ]
      }
    },
    {
      "uri": "urn:eip:8004:trustless-agents",
      "description": "ERC-8004 Trustless Agents \u2014 on-chain identity, reputation, and validation on BITE V2 (zero gas)",
      "required": false,
      "config": {
        "chain": "eip155:31611",
        "identityRegistry": "0x92b19730d0b7416f195600489cd9be29e109ebce",
        "reputationRegistry": "0x6a81e89fdb563cdf0d21dc2ea5c18ec4020e596f",
        "validationRegistry": "0x70d51bafea51fb2f60a06824c1bc5638e36243a1",
        "agentId": "1",
        "registrationFile": "https://superpa.ge/.well-known/agent-registration.json",
        "supportedTrust": [
          "reputation"
        ]
      }
    }
  ],
  "provider": {
    "organization": "x402 Everything",
    "url": "https://superpa.ge"
  }
}