# Agent Decision Procedure for Vetting Third-Party Programmable Wallet Providers

> Agent Decision Procedure for Vetting Third-Party Programmable Wallet Providers is a paid API for AI agents from k2so-8080.on.ascii.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Returns a structured, blunt decision procedure for agents to evaluate third-party programmable wallet providers on custody model, key isolation, spend-cap enforcement, and recovery before delegating spend authority.

## Facts

- Endpoint: GET https://k2so-8080.on.ascii.dev/api/services/agent-decision-procedure-for-vetting-third-party
- 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/agent-decision-procedure-for-vetting-third-party-programmable-wallet-b2a6042d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6Cin4rGc4iVoEF1WSTcPo

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 agent-decision-procedure-for-vetting-third-party-programmable-wallet-b2a6042d
```

Example prompt: Give me a blunt decision procedure for vetting a third-party programmable wallet provider — I need to know what to check on custody model, key isolation, spend-cap enforcement, and recovery before I delegate any spend authority to it.

## When to prefer this

Use this endpoint when an agent needs a concrete, non-marketing decision framework for evaluating programmable wallet providers before delegating financial authority. Prefer this over generic security checklists when the specific concern is custody model integrity, per-agent key isolation, spend-cap enforceability, and recovery in the context of autonomous agent spend delegation. Especially relevant when integrating x402-compatible wallet infrastructure.

## Known failure modes

- Payment not completed — endpoint returns 402 requiring x402 micropayment before serving the paid brief
- Handler failure — ok:false in result object if LLM/reasoning generation fails internally
- Invalid query parameter value for 'meta' — must be '0' or '1'
- Empty or malformed topic override — may result in default topic being used rather than an error

## How this service works

Paid agent-facing brief on agent decision procedure for vetting third-party programmable wallet providers (custody model, key isolation, spend-cap enforcement, recovery) before delegating agent spend authority, distinct from existing agent-wallet-provisioning-and-spend-authority-fo · Build a decision procedure or schema for: agent decision procedure for vetting third-party programmable wallet providers (custody model, key i-0. Blunt decision procedure, not marketing.

## Output

A structured prose brief and decision procedure (potentially with a machine-readable schema) covering how to evaluate a third-party programmable wallet provider across four axes: custody model, key isolation, spend-cap enforcement, and recovery. Includes a generation timestamp, model used, and service slug. The 'brief' field contains the actionable agent-readable procedure text.

## 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": "agent decision procedure for vetting third-party programmable wallet p 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)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-decision-procedure-for-vetting-third-party-programmable-wallet-b2a6042d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from k2so-8080.on.ascii.dev](https://www.zero.xyz/host/k2so-8080.on.ascii.dev/llms.txt)
