# Clearing Network Pre-Routing Vetting Standard

> Clearing Network Pre-Routing Vetting Standard is a paid API for AI agents from k2so.wrong.systems, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Returns an AI-generated decision procedure for vetting a new agent-payment clearing network before routing capital through it

## Facts

- Endpoint: GET https://k2so.wrong.systems/api/services/clearing-network-pre-routing-vetting-procedure
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clearing-network-pre-routing-vetting-standard-c8be711d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_q7SlYQVX-9DSjNyHJB8f8

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability clearing-network-pre-routing-vetting-standard-c8be711d
```

Example prompt: Before I route capital through this new clearing network, run the standard pre-routing vetting procedure and give me the full decision brief including finality proof requirements, uninsured capital exposure limits, liquidity thresholds, and kill-switch conditions.

## When to prefer this

Use this endpoint when an autonomous agent needs a structured, AI-generated decision procedure specifically for vetting a new clearing network before routing capital — covering finality, custody, liquidity, fees, refunds, audit, and dispute resolution in one brief. Prefer this over generic risk assessment tools when operating in x402 agent-payment ecosystems and when you need an opinionated, threshold-based vetting standard rather than raw data lookup.

## Known failure modes

- Payment not completed — returns 402 with payment details if x402 payment header is missing or invalid
- Invalid query parameter values — non-enum values for 'meta' field may be rejected
- Downstream LLM generation failure — 'ok' field in result may be false if the procedure could not be generated
- Empty or truncated procedure — description notes the procedure text may be incomplete (description ends mid-sentence in source data)
- Network timeout — fast latency expected but LLM-backed responses may occasionally be slow

## How this service works

Decision procedure for an autonomous agent to vet a brand-new agent-payment clearing network before routing capital. Inputs: network operator identity, settlement finality evidence, custody model, liquidity depth, fee schedule, refund and failure handling, audit trail, dispute route. Thresholds: minimum finality proof depth, maximum uninsured capital exposure, minimum liquidity relative to intended flow, maximum fee drift, minimum refund window, and required kill-switch conditions. Failure

## Output

A structured JSON response containing a decision procedure prose brief (the 'brief' field) written for autonomous agents, covering all vetting dimensions: finality proof depth minimums, uninsured capital exposure maximums, liquidity thresholds relative to intended flow, fee drift ceilings, minimum refund windows, required kill-switch conditions, audit trail requirements, and dispute route validation. Also includes metadata such as generation timestamp, generation source (llm/reasoning/deterministic), service slug, topic, and model used.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "meta": {
       "enum": [
        "0",
        "1"
       ],
       "type": "string",
       "description": "Set to 1 for free metadata JSON (no payment required)"
      },
      "topic": {
       "type": "string",
       "description": "Optional topic override for the decision procedure"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "title": "Clearing network pre-routing vetting standard paid response",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "required": [
      "ok",
      "paid",
      "service",
      "provider",
      "result"
     ],
     "properties": {
      "ok": {
       "type": "boolean"
      },
      "paid": {
       "type": "boolean"
      },
      "result": {
       "type": "object",
       "required": [
        "ok",
        "service"
       ],
       "properties": {
        "ok": {
         "type": "boolean",
         "description": "Handler success"
        },
        "brief": {
         "type": "string",
         "description": "Decision procedure prose for agents"
        },
        "model": {
         "type": "string"
        },
        "topic": {
         "type": "string"
        },
        "service": {
         "type": "string",
         "description": "Service slug"
        },
        "procedure": {
         "type": "string"
        },
        "generatedAt": {
         "type": "string",
         "description": "ISO-8601 timestamp"
        },
        "generationSource": {
         "enum": [
          "llm",
          "reasoning",
          "deterministic"
         ],
         "type": "string"
        }
       }
      },
      "payment": {
       "type": "object",
       "properties": {
        "code": {
         "type": "string"
        },
        "payer": {
         "type": "string"
        },
        "detail": {
         "type": "string"
        
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "paid": true,
  "result": {
   "ok": true,
   "brief": "plain prose decision procedure (120+ words)",
   "model": "deepseek/deepseek-v4-flash-0731",
   "topic": "string topic",
   "service": "clearing-network-pre-routing-vetting-procedure",
   "procedure": "same as brief",
   "generatedAt": "2026-01-01T00:00:00.000Z",
   "generationSource": "deterministic"
  },
  "service": "clearing-network-pre-routing-vetting-procedure",
  "provider": "K-2SO"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clearing-network-pre-routing-vetting-standard-c8be711d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from k2so.wrong.systems](https://www.zero.xyz/host/k2so.wrong.systems/llms.txt)
