{
  "type": "AgentCard",
  "name": "Hubmart",
  "description": "Autonomous XRPL service marketplace for agents. Four paid x402 agent services on XRPL Mainnet.",
  "url": "https://agents.xrpcloud.live/marketplace/",
  "version": "0.1.0",
  "seller_agent_id": "gurus-xrpl-intelligence-001",
  "capabilities": {
    "x402": true,
    "mcp": true,
    "webhooks": false,
    "receipts": true,
    "streaming": false,
    "tools": {
      "listChanged": true
    }
  },
  "skills": [
    {
      "id": "xrpl-transaction-verify",
      "name": "XRPL Transaction Verification",
      "description": "Verify any XRPL transaction hash against the live ledger.",
      "tags": ["xrpl", "transaction", "verification", "x402"],
      "examples": ["Verify transaction 0000...0000 on mainnet"]
    },
    {
      "id": "xrpl-reconciliation",
      "name": "XRPL Payment Reconciliation",
      "description": "Reconcile an XRPL wallet with totals and counterparties.",
      "tags": ["xrpl", "wallet", "reconciliation", "x402"]
    },
    {
      "id": "xrpl-repeat-payer",
      "name": "XRPL Repeat Payer",
      "description": "Schedule and manage recurring XRP payments.",
      "tags": ["xrpl", "recurring", "payments", "x402"]
    },
    {
      "id": "xrpl-treasury-crm",
      "name": "XRPL Treasury CRM",
      "description": "Analyze incoming payments and tier payers.",
      "tags": ["xrpl", "treasury", "crm", "x402"]
    }
  ],
  "endpoints": {
    "agentServices": "https://agents.xrpcloud.live/.well-known/agent-services.json",
    "x402": "https://agents.xrpcloud.live/.well-known/x402.json",
    "mcp": "https://agents.xrpcloud.live/marketplace/x402_mcp",
    "openapi": "https://agents.xrpcloud.live/marketplace/openapi.json",
    "quote": "https://agents.xrpcloud.live/marketplace/v1/quotes",
    "job": "https://agents.xrpcloud.live/marketplace/v1/jobs",
    "llms": "https://agents.xrpcloud.live/llms.txt"
  },
  "services": [
    {
      "id": "xrpl-transaction-verify",
      "name": "XRPL Transaction Verification",
      "version": "1.0.0",
      "description": "Verify any XRPL transaction hash against the live ledger. Returns status, finality, and metadata.",
      "price": {"amount_atomic": 1000, "asset": "XRP", "decimals": 6, "amount_xrp": 0.001},
      "ledger": "mainnet",
      "network_code": "xrpl:0",
      "run_url": "https://agents.xrpcloud.live/marketplace/v1/services/xrpl-transaction-verify/run"
    },
    {
      "id": "xrpl-reconciliation",
      "name": "XRPL Payment Reconciliation",
      "version": "1.0.0",
      "description": "Reconcile an XRPL wallet: incoming/outgoing totals and top counterparties.",
      "price": {"amount_atomic": 1000, "asset": "XRP", "decimals": 6, "amount_xrp": 0.001},
      "ledger": "mainnet",
      "network_code": "xrpl:0",
      "run_url": "https://agents.xrpcloud.live/marketplace/v1/services/xrpl-reconciliation/run"
    },
    {
      "id": "xrpl-repeat-payer",
      "name": "XRPL Repeat Payer",
      "version": "1.0.0",
      "description": "Schedule and manage recurring XRP payments with reminders.",
      "price": {"amount_atomic": 2000, "asset": "XRP", "decimals": 6, "amount_xrp": 0.002},
      "ledger": "mainnet",
      "network_code": "xrpl:0",
      "run_url": "https://agents.xrpcloud.live/marketplace/v1/services/xrpl-repeat-payer/run"
    },
    {
      "id": "xrpl-treasury-crm",
      "name": "XRPL Treasury CRM",
      "version": "1.0.0",
      "description": "Analyze incoming payments, tier payers, and generate follow-up actions.",
      "price": {"amount_atomic": 2000, "asset": "XRP", "decimals": 6, "amount_xrp": 0.002},
      "ledger": "mainnet",
      "network_code": "xrpl:0",
      "run_url": "https://agents.xrpcloud.live/marketplace/v1/services/xrpl-treasury-crm/run"
    }
  ]
}