# Wallet-Handle Authenticity Verification Decision Procedure

> Wallet-Handle Authenticity Verification Decision Procedure is a paid API for AI agents from k2so.wrong.systems, paid per call via x402, $0.002/call, status down (last checked 2026-09-15).

Returns a paid AI-generated decision procedure for verifying whether a claimed Cloudflare/agent wallet handle is genuinely controlled by a counterparty before x402 agent-to-agent commerce

## Facts

- Endpoint: GET https://k2so.wrong.systems/api/services/wallet-handle-authenticity-verification-decision
- Price: $0.002/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wallet-handle-authenticity-verification-decision-procedure-880f2be0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7eyjOC5tnskDsQfcmcoph

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 wallet-handle-authenticity-verification-decision-procedure-880f2be0
```

Example prompt: Give me a blunt decision procedure for verifying whether an agent's claimed wallet handle is genuinely under their control — cover signed ownership attestation, reservation proof, staleness rules, and typo-squat risk before I proceed with an x402 payment.

## When to prefer this

Use this endpoint when an agent needs a ready-made, opinionated decision procedure for wallet-handle authenticity verification in x402 agent-to-agent commerce, particularly when you lack internal security expertise on Cloudflare agent wallet handles, signed attestations, or typo-squat detection. Prefer this over building your own heuristics when you need a quick, low-cost ($0.002 USDC) authoritative brief rather than a generic web search result.

## Known failure modes

- Payment not provided or insufficient — returns 402 with payment instructions
- Invalid query parameters — returns error if unknown params passed
- LLM generation failure — result.ok may be false with no brief returned
- Rate limiting or service unavailability on k2so.wrong.systems
- Stale or cached response if generatedAt timestamp is old

## How this service works

Paid agent-facing brief on wallet-handle authenticity verification: decision procedure for an agent deciding whether a claimed Cloudflare/agent wallet handle is genuinely controlled by the counterparty (signed ownership attestation, reservation proof, staleness rules, typo-squat risk) before agent-to-agent x402 commerce · Build a decision procedure or schema for: wallet-handle authenticity verification: decision procedure f-0. Blunt decision procedure, not marketing.

## Output

A structured prose decision procedure (brief) describing how an agent should verify a wallet handle's authenticity, covering: signed ownership attestation requirements, reservation proof validation, staleness thresholds, and typo-squat risk heuristics — along with metadata about the generation source, model, timestamp, and payment confirmation.

## 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": "wallet-handle authenticity verification: decision procedure for an age 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": "wallet-handle-authenticity-verification-decision",
   "procedure": "same as brief",
   "generatedAt": "2026-01-01T00:00:00.000Z",
   "generationSource": "deterministic"
  },
  "service": "wallet-handle-authenticity-verification-decision",
  "provider": "K-2SO"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wallet-handle-authenticity-verification-decision-procedure-880f2be0/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)
