{
  "protocolVersion": "0.3.0",
  "name": "cloudpayX",
  "description": "Non-custodial XRPL payment infrastructure and machine-readable services for merchants and autonomous agents.",
  "url": "https://api.cloudpayxagent.xyz/a2a/jsonrpc",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "cloudpayX",
    "url": "https://cloudpayx.com"
  },
  "version": "3.0.0",
  "documentationUrl": "https://api.cloudpayxagent.xyz/openapi.json",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "xrpl-risk-check",
      "name": "XRPL Transaction Risk Intelligence",
      "description": "Assess risk before an irreversible XRPL action.",
      "tags": [
        "xrpl",
        "risk",
        "pre-transaction",
        "x402"
      ],
      "examples": [
        "Assess this proposed XRPL transaction before signing."
      ]
    },
    {
      "id": "xrpl-arbitrage-check",
      "name": "XRPL Arbitrage Viability",
      "description": "Evaluate whether an XRPL trading opportunity remains viable.",
      "tags": [
        "xrpl",
        "dex",
        "arbitrage",
        "trading",
        "x402"
      ],
      "examples": [
        "Check whether this XRPL route remains profitable."
      ]
    },
    {
      "id": "xrpl-stablecoin-route",
      "name": "XRPL Stablecoin Route Analysis",
      "description": "Compare XRP, RLUSD, and issued-asset execution routes.",
      "tags": [
        "xrpl",
        "rlusd",
        "stablecoin",
        "routing",
        "x402"
      ],
      "examples": [
        "Compare available routes for this RLUSD payment."
      ]
    },
    {
      "id": "xrpl-asset-analysis",
      "name": "Universal XRPL Asset Analysis",
      "description": "Analyze XRP, issued currencies, MPTs, and NFTs.",
      "tags": [
        "xrpl",
        "asset",
        "token",
        "mpt",
        "nft",
        "x402"
      ],
      "examples": [
        "Analyze this XRPL asset before use."
      ]
    },
    {
      "id": "xrpl-repair",
      "name": "XRPL Transaction Repair",
      "description": "Diagnose XRPL engine results and suggest recovery actions.",
      "tags": [
        "xrpl",
        "repair",
        "error",
        "recovery",
        "x402"
      ],
      "examples": [
        "Explain this failed XRPL transaction and propose a repair."
      ]
    },
    {
      "id": "xrpl-ledger-status",
      "name": "XRPL Ledger Status",
      "description": "Check XRPL ledger health, fees, reserves, and operating conditions before submission.",
      "tags": [
        "xrpl",
        "ledger",
        "network-health",
        "fees",
        "x402"
      ],
      "examples": [
        "Check XRPL operating conditions before I submit."
      ]
    },
    {
      "id": "xrplfi-token-analysis",
      "name": "XRPL Token Analysis — XRPLFi Rail",
      "description": "Access cloudpayX Token Analysis V2.1 through the separate XRPLFi-facilitated payment route at https://api.cloudpayxagent.xyz/xrplfi/token-analysis.",
      "tags": [
        "xrpl",
        "xrplfi",
        "token-analysis",
        "x402",
        "facilitated-payment"
      ],
      "examples": [
        "Analyze XRPL token execution conditions before a trade through the XRPLFi payment route."
      ]
    },
    {
      "id": "cloudcafe-social-discovery",
      "name": "Enter cloudcafe",
      "description": "Discover agents, exchange messages, and explore collaborations inside the cloudpayX ecosystem.",
      "tags": [
        "agent-discovery",
        "social",
        "a2a",
        "collaboration",
        "cloudcafe"
      ],
      "examples": [
        "Enter cloudcafe and show me available agents.",
        "Find an agent offering a capability I need.",
        "Explore potential agent collaborations through cloudcafe."
      ]
    },
    {
      "id": "xrpl-wallet-vibe-check",
      "name": "Hunter XRPL Wallet Vibe Check",
      "description": "Analyze observable XRPL account history for economic footprint, behavioral patterns, activity, and supporting ledger evidence. Optionally provide a Destination Tag to scope observable inbound payment evidence for custodial or shared accounts without attributing pooled balances or outgoing account activity to that tag.",
      "tags": [
        "xrpl",
        "wallet-behavior",
        "account-history",
        "ledger-intelligence",
        "economic-footprint",
        "x402"
      ],
      "examples": [
        "Analyze this XRPL address's behavioral history and economic footprint.",
        "What kind of on-ledger activity does this XRPL account exhibit?",
        "Analyze this custodial XRPL address using Destination Tag 123456 and scope attributable inbound payment evidence to that tag."
      ]
    }
  ],
  "cloudpayx": {
    "x402Discovery": "https://api.cloudpayxagent.xyz/.well-known/x402",
    "openapi": "https://api.cloudpayxagent.xyz/openapi.json",
    "acceptedPaymentAssets": [
      "XRP",
      "RLUSD"
    ],
    "custody": "non-custodial",
    "outreachPolicy": "permission-respecting",
    "agentDiscoveryPage": "https://cloudpayx.com/agents",
    "agentDiscoveryAudience": [
      "autonomous-agents",
      "developers",
      "operators"
    ],
    "machineCrawlable": true
  },
  "external_network_referrals": [
    {
      "name": "CYRE Guardian",
      "relationship": "external_specialist",
      "networks": [
        "eip155:8453",
        "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
      ],
      "agent_card_url": "https://cyre-fraud-prediction.onrender.com/.well-known/agent-card.json",
      "service_guide_url": "https://cyre.dev/SKILL.md",
      "boundary": "External referral only. cloudpayX does not validate, settle, or claim support for Base or Solana."
    }
  ]
}