D

DJZS Audit Gate · Verify PM Trade

by DJZS Audit Gate

POSTBase

$2

per call · USD Coin on Base

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.

Endpoint

POST https://mcp.djzs.ai/x402/verify_pm_trade

4

Calls / 30d

1

Unique payers / 30d

Sep 1

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://mcp.djzs.ai/x402/verify_pm_trade", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "intent": {
      "bounds": {
        "exit_condition": "daily close below 66000",
        "max_loss_usd": 250
      },
      "market": "KXBTC-26AUG29-T70000",
      "probability_basis": "implied 0.41 vs model 0.55; basis: Kalshi mid, 2026-08-19T14:00Z",
      "side": "YES",
      "size_usd": 250,
      "thesis": "BTC closes above 70k by Aug 29 on ETF inflow continuation"
    }
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://mcp.djzs.ai/x402/verify_pm_trade" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"bounds":{"exit_condition":"daily close below 66000","max_loss_usd":250},"market":"KXBTC-26AUG29-T70000","probability_basis":"implied 0.41 vs model 0.55; basis: Kalshi mid, 2026-08-19T14:00Z","side":"YES","size_usd":250,"thesis":"BTC closes above 70k by Aug 29 on ETF inflow continuation"}}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "charged": true,
  "eas_schema": "0x5ef67e2b8c617635431401d2872b2a6f79eeba54a8e19fd5ecd45aceda2a2030",
  "eas_uid": "…EAS attestation uid…",
  "flags": [
    "DJZS-M02",
    "DJZS-M01",
    "DJZS-M04",
    "unknown:probability_basis"
  ],
  "intent_hash": "…EIP-712 binding key (v2)…",
  "intent_sha256": "…binding key…",
  "risk_score": 75,
  "terms": "https://djzs.ai/terms",
  "verdict": "FAIL",
  "verdict_hash": "0xb1a2…9bb3"
}

Payment details

Pay to0xc1923748669dfc3a79497d0403a90a275161ecca
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Market Data and the homepage with a featured placement.

Get featured →

More from DJZS Audit Gate & similar services