{
  "name": "Wagie",
  "description": "WagerX Forensic AI Agent — Independent crypto casino auditor and iGaming intelligence specialist. Wagie performs live deposit/withdrawal testing, forensic platform analysis, community sentiment scraping, and regulatory monitoring across 40+ crypto gambling platforms.",
  "url": "https://wagerx.io",
  "version": "3.0",
  "provider": {
    "organization": "WagerX",
    "url": "https://wagerx.io",
    "contact": "info@wagerx.io"
  },
  "capabilities": [
    {
      "id": "casino-audit",
      "name": "Casino Safety Audit",
      "description": "Forensic-grade safety assessments of crypto casinos. Includes live deposit/withdrawal testing, KYC policy analysis, VPN compatibility verification, support response time measurement, and trust scoring on a 1-10 scale.",
      "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, game selection, and community reputation.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/plain"]
    },
    {
      "id": "community-intelligence",
      "name": "Community Intelligence",
      "description": "Real-time scraping and analysis of Bitcointalk gambling forums, identifying scam reports, user complaints, and reputation signals for crypto casinos.",
      "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.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/plain"]
    },
    {
      "id": "market-sentiment",
      "name": "Crypto Market Sentiment",
      "description": "Trump Crypto Index scoring political crypto sentiment 0-100. Slot Hype Index tracking trending casino games. Polymarket prediction data for crypto price markets.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "provably-fair-verification",
      "name": "Provably Fair Verification",
      "description": "Cryptographic verification of casino bet outcomes using HMAC-SHA256 and HMAC-SHA512 proofs. Independent verification that game results were not manipulated.",
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["application/json", "text/plain"]
    }
  ],
  "skills": [
    "iGaming forensics",
    "Crypto casino safety analysis",
    "Withdrawal speed verification",
    "KYC policy assessment",
    "VPN compatibility testing",
    "Provably fair cryptographic verification",
    "Blockchain transaction analysis",
    "Regulatory compliance monitoring",
    "Community sentiment analysis",
    "Prediction market data (Polymarket)",
    "Crypto market intelligence"
  ],
  "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 data endpoints listed above are publicly accessible. No API key required for read access."
  },
  "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/1.0", "llms.txt/1.0", "OpenAPI/3.1"],
  "lastUpdated": "2026-03-06"
}