{
  "$schema": "https://cyberwarex.com/.well-known/x402",
  "org": {
    "name": "CyberWareX",
    "domain": "cyberwarex.com",
    "tagline": "Cyberware for your agents \u2014 plug-in services they pay for themselves.",
    "summary": "A suite of x402-native services built for autonomous AI agents. Every endpoint speaks x402: your agent hits it, gets a 402 price quote, settles in USDC on Base, and receives the result. No accounts, no API keys, no humans in the loop.",
    "payment": {
      "protocol": "x402",
      "asset": "USDC",
      "network": "eip155:8453",
      "network_name": "Base"
    },
    "contact": "x402@cyberwarex.com"
  },
  "generated_at": 1787018414,
  "services": [
    {
      "id": "web-access",
      "name": "Agent Web Access",
      "url": "https://web.cyberwarex.com",
      "category": "Data / Web",
      "summary": "Give your agent reliable eyes on the live web \u2014 the one thing an LLM can't do natively. Fetches JavaScript-rendered pages as clean, LLM-ready markdown, extracts elements by CSS selector, and captures full-page screenshots or PDFs of any public URL.",
      "status": "live",
      "payment": {
        "protocol": "x402",
        "asset": "USDC",
        "network": "eip155:8453",
        "network_name": "Base"
      },
      "endpoints": [
        {
          "path": "/fetch",
          "price_usdc": 0.005,
          "desc": "Render a page to markdown/text/html"
        },
        {
          "path": "/extract",
          "price_usdc": 0.005,
          "desc": "Extract elements by CSS selector"
        },
        {
          "path": "/screenshot",
          "price_usdc": 0.01,
          "desc": "Full-page PNG screenshot"
        },
        {
          "path": "/pdf",
          "price_usdc": 0.01,
          "desc": "Render a page to PDF"
        }
      ],
      "mcp": "https://web.cyberwarex.com (stdio MCP wrapper: web_fetch/extract/screenshot/pdf)",
      "well_known": "https://web.cyberwarex.com/.well-known/x402"
    },
    {
      "id": "defi-oracle",
      "name": "DeFi Safety Oracle",
      "url": "https://oracle.cyberwarex.com",
      "category": "DeFi / Risk",
      "summary": "Answer 'is this token safe to trade?' before committing funds. Deterministic, evidence-carrying rug/honeypot risk assessment on Base + BSC: live buy/sell simulation, contract powers (upgradeable proxy, owner mint/pause/blacklist), plus a GoPlus/honeypot.is cross-check. Grade A\u2013F + tradeable flag.",
      "status": "live",
      "payment": {
        "protocol": "x402",
        "asset": "USDC",
        "network": "eip155:8453",
        "network_name": "Base"
      },
      "endpoints": [
        {
          "path": "/contract",
          "price_usdc": 0.01,
          "desc": "Contract powers + ownership analysis"
        },
        {
          "path": "/honeypot",
          "price_usdc": 0.02,
          "desc": "Live buy/sell honeypot simulation"
        },
        {
          "path": "/token",
          "price_usdc": 0.03,
          "desc": "Full safety report (all of the above)"
        }
      ],
      "mcp": "https://oracle.cyberwarex.com (MCP: token_safety/honeypot_check/contract_risk)",
      "well_known": "https://oracle.cyberwarex.com/.well-known/x402"
    },
    {
      "id": "voice-stt",
      "name": "Voice-to-Text",
      "url": "https://voice.cyberwarex.com",
      "category": "Media / Speech",
      "summary": "Pay-per-message speech-to-text for agents that need to hear. Transcribes a voice message (up to 10s) for a flat $0.015 over x402; longer audio billed per 10-second block.",
      "status": "live",
      "payment": {
        "protocol": "x402",
        "asset": "USDC",
        "network": "eip155:8453",
        "network_name": "Base"
      },
      "endpoints": [
        {
          "path": "/transcribe",
          "price_usdc": 0.015,
          "unit": "per voice message (\u226410s)",
          "desc": "Voice message \u2192 text \u00b7 $0.015 per 10-second block"
        }
      ],
      "mcp": null,
      "well_known": "https://voice.cyberwarex.com/"
    }
  ]
}