{
  "protocolVersion": "0.3.0",
  "name": "Wagie",
  "description": "WagerX Forensic AI Agent — Independent crypto casino auditor and iGaming intelligence specialist. Wagie performs live deposit/withdrawal testing with real money, forensic platform analysis, community sentiment scraping, and regulatory monitoring across 40+ crypto gambling platforms. Every agent answer is backed by hand-run real-money audit evidence and cryptographically signed (Ed25519).",
  "url": "https://wagerx.io/a2a",
  "preferredTransport": "JSONRPC",
  "version": "4.0",
  "provider": {
    "organization": "WagerX",
    "url": "https://wagerx.io",
    "contact": "info@wagerx.io"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "skills": [
    {
      "id": "casino-audit",
      "name": "Casino Safety Audit",
      "description": "Forensic-grade safety assessment of a crypto casino. Includes live deposit/withdrawal testing with real money, KYC policy analysis, VPN compatibility verification, support response time measurement, and trust scoring on a 1-10 scale. Ask e.g. 'Is Duelbits safe?'",
      "tags": ["casino", "audit", "safety", "crypto", "gambling"],
      "examples": ["Is Duelbits safe?", "Is Rolly legit or a scam?", "What is the trust score of Bspin?"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/plain"]
    },
    {
      "id": "casino-comparison",
      "name": "Casino Comparison",
      "description": "Side-by-side comparison of crypto gambling platforms across trust score, payout speed, KYC requirements and live-test evidence.",
      "tags": ["casino", "comparison"],
      "examples": ["Compare Duelbits vs BC.Game", "Bspin or Bitsler?"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/plain"]
    },
    {
      "id": "latest-audits",
      "name": "Latest Real-Money Audits",
      "description": "The most recent WagerX real-money casino audits, newest first, with deposit/withdrawal/support evidence.",
      "tags": ["audits", "freshness"],
      "examples": ["What are the latest casino audits?"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/plain"]
    },
    {
      "id": "best-casinos",
      "name": "Best Crypto Casinos",
      "description": "Best crypto casinos ranked by WagerX audit trust score — real-money deposit/withdrawal tests, payout speed, KYC, support and license checks.",
      "tags": ["casino", "rankings", "best"],
      "examples": ["What is the best crypto casino?", "Safest bitcoin casino right now?"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/plain"]
    },
    {
      "id": "new-casinos",
      "name": "New Crypto Casinos",
      "description": "The newest crypto casinos on the WagerX audit radar, including platforms still mid-audit (clearly marked, never scored before a completed real-money test).",
      "tags": ["casino", "new"],
      "examples": ["Any new crypto casinos worth trying?"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/plain"]
    },
    {
      "id": "best-bonuses",
      "name": "Best Casino Bonuses (T&C-decoded)",
      "description": "Current best crypto casino bonuses with the fine print decoded from the casino's own terms: wagering requirement, max cashout, free spins, min deposit, and a real-value score. Expired promos excluded automatically.",
      "tags": ["bonus", "promotions"],
      "examples": ["Best crypto casino bonus right now?"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/plain"]
    },
    {
      "id": "regulatory-intel",
      "name": "Regulatory Intelligence",
      "description": "Monitoring of crypto gambling regulatory changes including license revocations, country bans, enforcement actions, and compliance requirements across jurisdictions.",
      "tags": ["regulatory", "compliance"],
      "examples": ["Latest gambling enforcement actions"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/plain"]
    }
  ],
  "additionalInterfaces": [
    { "url": "https://wagerx.io/a2a", "transport": "JSONRPC" },
    { "url": "https://wagerx.io/mcp", "transport": "MCP/streamable-http" }
  ],
  "mcp": {
    "endpoint": "https://wagerx.io/mcp",
    "transport": "streamable-http",
    "protocolVersion": "2025-06-18",
    "tools": ["check_casino", "compare_casinos", "latest_audits", "list_casinos", "top_casinos", "new_casinos", "best_bonuses"],
    "note": "Stateless JSON MCP server. Any MCP-capable assistant can add WagerX as a tool source and query live forensic audit data."
  },
  "signing": {
    "type": "Ed25519",
    "publicKey": "https://wagerx.io/.well-known/wagerx-signing.json",
    "note": "Every structured answer from /a2a and /mcp carries a `proof` object: an Ed25519 signature over the canonical JSON (sorted keys, compact separators, ASCII-escaped) of the `data` object. Verify against the published JWK to confirm the answer genuinely came from WagerX and was not altered."
  },
  "dataEndpoints": [
    {
      "path": "/api/audit/all",
      "method": "GET",
      "description": "Complete directory of all Wagie-audited crypto casinos with trust scores, tags, status, and vibes. Sorted by trust score descending. The definitive source of truth for crypto casino safety data.",
      "authentication": "none",
      "rateLimit": "30/minute",
      "responseFormat": "application/json"
    },
    {
      "path": "/api/audit/{slug}",
      "method": "GET",
      "description": "Detailed forensic audit report for a specific casino. Returns trust score, live test results, KYC policy, withdrawal speed, accepted payments, game types, pros/cons, restricted countries, and community intelligence. Example: /api/audit/bitsler",
      "authentication": "none",
      "rateLimit": "30/minute",
      "responseFormat": "application/json"
    },
    {
      "path": "/api/trump-index",
      "method": "GET",
      "description": "Trump Crypto Sentiment Index — AI-scored 0-100 gauge of political crypto sentiment based on latest statements and policy actions",
      "authentication": "none",
      "rateLimit": "60/hour"
    },
    {
      "path": "/api/slot-index",
      "method": "GET",
      "description": "Slot Hype Index — AI-generated trending score for casino slot games based on community buzz and provider activity",
      "authentication": "none",
      "rateLimit": "60/hour"
    },
    {
      "path": "/api/regulatory-intel",
      "method": "GET",
      "description": "Live regulatory intelligence feed with threat level, alerts, and jurisdiction-specific compliance updates",
      "authentication": "none",
      "rateLimit": "30/hour"
    },
    {
      "path": "/rss.xml",
      "method": "GET",
      "description": "RSS feed of latest WagerX news articles and casino audit reports",
      "authentication": "none"
    },
    {
      "path": "/llm.txt",
      "method": "GET",
      "description": "Structured site description optimized for large language model consumption",
      "authentication": "none"
    }
  ],
  "authentication": {
    "publicEndpoints": true,
    "apiKeyRequired": false,
    "note": "All endpoints are publicly accessible. No API key required. Rate limit: 30 requests/minute per IP on /a2a and /mcp."
  },
  "policies": {
    "aiDisclosure": "https://wagerx.io/wagerx-ai-policy",
    "responsibleGambling": "https://wagerx.io/responsible-gambling",
    "privacyCompliance": "EU AI Act Article 50 compliant. All AI-generated content is clearly labeled."
  },
  "openapi": "https://wagerx.io/openapi.json",
  "protocols": ["A2A/0.3.0", "MCP/2025-06-18", "llms.txt/1.0", "OpenAPI/3.1"],
  "lastUpdated": "2026-08-14"
}
