# Agent-Hired Human Microtask Bounty Settlement Verification Procedure

> Agent-Hired Human Microtask Bounty Settlement Verification Procedure 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 deterministic decision procedure for AI agents to verify human worker deliverables and decide whether to release, rework, or withhold a microtask bounty.

## Facts

- Endpoint: GET https://k2so-8080.on.ascii.dev/api/services/agent-hired-human-microtask-bounty-settlement-ve
- 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-hired-human-microtask-bounty-settlement-verification-procedure-b21ff1ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cnPNcTNxDU-jwdNWdPy7T

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-hired-human-microtask-bounty-settlement-verification-procedure-b21ff1ee
```

Example prompt: Before releasing the bounty to the human worker who completed my microtask, walk me through the full verification procedure — including completion gates, evidence checks for artifacts and screenshots, anti-fraud checks for recycled submissions, and when to trigger a rework request vs just walking away.

## When to prefer this

Choose this endpoint when your agent has hired a human worker via an x402 microtask marketplace and needs a structured, auditable decision procedure for verifying deliverables before releasing payment. It is specifically designed for the agent-as-employer scenario with anti-fraud logic and branching pay/no-pay/rework logic — prefer it over generic verification tools when you need a blunt, deterministic settlement procedure with an audit-ready ledger format.

## Known failure modes

- Payment not included — endpoint requires 0.002 USDC x402 payment header; returns 402 if missing
- Invalid or missing `input.method` — must be GET, HEAD, or DELETE
- Topic override not recognized — falls back to default procedure if `topic` param is malformed
- LLM generation failure — `generationSource` may indicate fallback or partial result
- Network timeout on ascii.dev host — transient; retry recommended

## How this service works

Pay 0.002 USDC on Base. Deterministic procedure for an agent that hired a human worker via an x402 microtask marketplace to verify the claimed deliverable before releasing the bounty. Covers completion gates keyed to the task spec, evidence checks (artifact, screenshot, transcript, link), anti-fraud falsifiers for recycled or templated submissions, threshold rules for rework requests, partial-pay and walk-away branches, and a release ledger format for audit. Blunt decision procedure, not

## Output

A prose decision procedure brief containing: completion gates keyed to the task spec, evidence verification steps (artifact, screenshot, transcript, link), anti-fraud falsifiers for recycled or templated content, threshold rules for rework requests, branches for partial-pay and walk-away scenarios, and a release ledger format suitable for audit. Returned as structured JSON with an `ok` flag, `brief` text, generation source, and timestamp.

## 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-hired-human microtask bounty settlement verification 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": {
         "t
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-hired-human-microtask-bounty-settlement-verification-procedure-b21ff1ee/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)
