DJZS adversarial logic audit of a prediction-market trade intent
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
534 msmedian answer time
$2.00listed price per call
$2.00price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://mcp.djzs.ai/x402/verify_pm_trade
| Category | Code and developer |
|---|---|
| Provider host | mcp.djzs.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $2.00 | 534 ms |
Example input (from the provider)
{
"body": {
"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"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"intent": {
"description": "A prediction-market trade intent to be adversarially audited. The engine is deterministic: the LLM layer detects, TypeScript decides. Out-of-scope submissions are refused WITHOUT CHARGE \u2014 settlement only occurs for in-scope audits.",
"properties": {
"bounds": {
"description": "Loss bound and exit condition. Unbounded intents cannot PASS.",
"type": "object"
},
"market": {
"description": "Venue ticker for the target market (e.g. a Kalshi series ticker).",
"type": "string"
},
"probability_basis": {
"description": "Where the probability came from: named venue, instrument, and timestamp. Unknown basis is a flagged defect (M02 family).",
"type": "string"
},
"side": {
"description": "Position side under audit (e.g. YES / NO / LONG / SHORT).",
"type": "string"
},
"size_usd": {
"description": "Intended position size in USD.",
"type": "number"
},
"thesis": {
"description": "The claim being audited, stated plainly. Vague or unbounded theses draw flags.",
"type": "string"
}
},
"required": [
"market",
"side",
"thesis"
],
"type": "object"
}
},
"required": [
"intent"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"mimeType": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}