Back to x402-merchant-agent

Card snapshot

superpa.ge · 2026-05-18 15:59:22 UTC · 2c2927e7f72a2196ac31bd10fbc346dab9053b39fd7d95a9ddffda06427ff267

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": "flow-testnet",
            "chainId": 545,
            "name": "Flow EVM Testnet",
            "rpcUrl": "https://testnet.evm.nodes.onflow.org",
            "isTestnet": true
          }
        ],
        "supportedTokens": [
          "FLOW",
          "USDC"
        ],
        "defaultToken": "USDC",
        "recipientAddress": "0x135C7d253D7c2751bAd7bBb500E5BA8EF1BED361"
      }
    },
    {
      "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:545",
        "identityRegistry": "0xbdf0ae617ac3570795b9b18ece6fd85444c6a918",
        "reputationRegistry": "0xf0aab3cfc4dc5e335faeb0b95a934af994073b95",
        "validationRegistry": "0x0bfff9626f409639c8501c14813ddba6f30d5a99",
        "agentId": "0",
        "registrationFile": "https://superpa.ge/.well-known/agent-registration.json",
        "supportedTrust": [
          "reputation"
        ]
      }
    }
  ],
  "provider": {
    "organization": "x402 Everything",
    "url": "https://superpa.ge"
  }
}