{
  "name": "DJZS Audit Gate",
  "description": "DJZS adversarial logic audit of a prediction-market trade intent. Deterministic verdict (PASS/WAIT/FAIL) with risk score, defect flags, verdict_hash, and on-chain Proof-of-Logic receipt. Out-of-scope requests are refused WITHOUT CHARGE. Audit, not advice.",
  "url": "https://mcp.djzs.ai",
  "provider": {
    "organization": "DJZS AI, LLC",
    "url": "https://djzs.ai"
  },
  "version": "1.0.0",
  "documentationUrl": "https://mcp.djzs.ai/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "verify_pm_trade",
      "name": "Verify prediction-market trade intent",
      "description": "Deterministic adversarial audit of one prediction-market trade intent. Returns PASS, WAIT, or FAIL with risk score, defect flags, and an on-chain Proof-of-Logic receipt. Out-of-scope submissions are refused without charge.",
      "tags": [
        "audit",
        "prediction-markets",
        "trading",
        "verification",
        "x402"
      ],
      "examples": [
        "POST {\"intent\":{\"market\":\"KXBTC-26AUG29-T70000\",\"side\":\"YES\",\"thesis\":\"BTC closes above 70k by Aug 29 on ETF inflow continuation\",\"probability_basis\":\"Kalshi mid 0.41 vs model 0.55, 2026-08-19T14:00Z\",\"size_usd\":250,\"bounds\":{\"max_loss_usd\":250,\"exit_condition\":\"daily close below 66000\"}}}"
      ]
    },
    {
      "id": "verify_perp_trade",
      "name": "Verify perpetual or spot trade intent",
      "description": "Deterministic adversarial audit of one perpetual or spot trade intent: direction, size, leverage, entry, stop, target, venue, and the reason. Returns PASS, WAIT, or FAIL with risk score, defect flags (DJZS-LF-v1.2), and an on-chain Proof-of-Logic receipt. A position with no thesis FAILS (DJZS-S01); an unbounded position FAILS (DJZS-X01). Prediction-market bets are refused without charge.",
      "tags": [
        "audit",
        "perpetuals",
        "spot",
        "trading",
        "verification",
        "x402"
      ],
      "examples": [
        "POST {\"intent\":{\"instrument\":\"BTC-PERP\",\"side\":\"LONG\",\"leverage\":5,\"entry\":78900,\"stop_loss\":76200,\"take_profit\":83000,\"size_usd\":3000,\"venue\":\"Binance\",\"thesis\":\"Funding reset to 2% after the weekend flush; 80K held on the daily close; ETF inflows resumed. Invalidation: daily close below 76,200. Oracle: Binance mark price.\"}}"
      ]
    }
  ],
  "payments": {
    "protocol": "x402",
    "version": 2,
    "scheme": "exact",
    "network": "eip155:8453",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "payTo": "0xc1923748669dFC3a79497d0403A90a275161eCCA",
    "amount": "2000000",
    "resource": "https://mcp.djzs.ai/x402/verify_pm_trade",
    "resources": [
      "https://mcp.djzs.ai/x402/verify_pm_trade",
      "https://mcp.djzs.ai/x402/verify_perp_trade"
    ],
    "termsOfService": "https://djzs.ai/terms"
  }
}