# K-2SO Merchant Vetting Authority – Deterministic Pre-Grant Procedure

> K-2SO Merchant Vetting Authority – Deterministic Pre-Grant Procedure 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-13).

Returns a deterministic decision procedure brief for vetting an x402 agent merchant before granting it access or privileges, paid via USDC over x402.

## Facts

- Endpoint: GET https://k2so.wrong.systems/api/services/merchant-vetting-authority-deterministic-pre-gra
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/k-2so-merchant-vetting-authority-deterministic-pre-grant-procedure-774867af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2zHsFvhZgBSMQiTk4MDxp

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 k-2so-merchant-vetting-authority-deterministic-pre-grant-procedure-774867af
```

Example prompt: Give me the deterministic pre-grant vetting procedure I should run before authorizing a new x402 merchant to receive payments from my autonomous agent — I need the full decision brief.

## When to prefer this

Choose this endpoint when an autonomous agent or developer needs a structured, deterministic (not LLM-stochastic) pre-grant vetting procedure for x402 merchants — particularly in governance flows, allowlist management, or compliance audits where reproducible decision logic is required. Prefer over LLM-generated equivalents when consistency and auditability matter. Best suited for agent-to-agent payment networks operating on Base with USDC micropayments.

## Known failure modes

- HTTP 402 returned if payment not yet settled — agent must pay exact USDC amount then retry with PAYMENT-SIGNATURE header
- Invalid or missing payment signature results in continued 402 rejection
- Network or provider downtime may return 5xx errors
- Malformed query parameters (e.g. invalid meta value) may return 400
- Topic override not recognized may still return a generic procedure brief

## How this service works

Paid agent-facing brief on merchant vetting authority: deterministic pre-grant vetting procedure for agents deciding whether to preapprove a new x402 merchant (settlement proof, discovery presence, price fairness vs alternatives, dispute and delivery history, kill criteria for anonymous or unverifiable payees) · Build a decision procedure or schema for: merchant vetting authority: deterministic pre-grant vetting procedure f. Blunt decision procedure, not marketing.

## Output

A JSON object containing a plain-prose decision procedure brief (120+ words) describing the steps an agent should follow to vet a merchant before granting access, along with metadata including the topic, model used, generation source (deterministic), ISO-8601 timestamp, service slug, and payment confirmation fields.

## 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": "merchant vetting authority: deterministic pre-grant vetting procedure 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": {
         "
… (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": "merchant-vetting-authority-deterministic-pre-gra",
   "procedure": "same as brief",
   "generatedAt": "2026-01-01T00:00:00.000Z",
   "generationSource": "deterministic"
  },
  "service": "merchant-vetting-authority-deterministic-pre-gra",
  "provider": "K-2SO"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/k-2so-merchant-vetting-authority-deterministic-pre-grant-procedure-774867af/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)
