{
  "name": "XAgent",
  "description": "Agentic-commerce gateway for hosted online stores. Buyer agents discover merchant skills and pay via x402 (EIP-3009) on XLayer with stablecoin settlement.",
  "url": "https://api.xagentgo.com/a2a",
  "version": "0.5.0",
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": true,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/a2a-x402/blob/main/spec/v0.2",
        "description": "Supports payments using the x402 protocol for on-chain settlement on XLayer (chain id 196) with USDG / USDT.",
        "required": true,
        "params": {
          "handler": "https://standards.xagentgo.com/dev-xagent-x402/v1.json",
          "networks": [
            "xlayer:196"
          ],
          "tokens": [
            "USDG",
            "USDT"
          ],
          "flow": "standalone"
        }
      }
    ]
  },
  "skills": [
    {
      "id": "did:xagent:196:xstore",
      "name": "XStore",
      "description": "XStore — Shopify storefront powered by XAgent",
      "tags": [
        "commerce",
        "x402",
        "xlayer",
        "commerce.retail"
      ],
      "examples": [
        "https://xagentgo.com/api/hosted/xstore/skill.md"
      ]
    }
  ],
  "provider": {
    "organization": "XAgent",
    "url": "https://xagentgo.com"
  },
  "x-xagent": {
    "chain_id": 196,
    "handler_schema": "https://standards.xagentgo.com/dev-xagent-x402/v1.json",
    "merchant_count": 1,
    "notes": "Only hosted-commerce merchants are advertised. Each skill resolves to one storefront."
  }
}