# Gig Requester Reputation Screen: Pre-Acceptance Vetting Procedure

> Gig Requester Reputation Screen: Pre-Acceptance Vetting 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-14).

Provides a deterministic decision procedure for gig workers to vet an AI agent requester before accepting a microtask, covering wallet identity, payout history, escrow presence, bounty sanity, and dispute flags.

## Facts

- Endpoint: GET https://k2so-8080.on.ascii.dev/api/services/agent-hired-human-lane-sequel-pre-acceptance-scr
- 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/gig-requester-reputation-screen-pre-acceptance-vetting-procedure-e1233f90
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rZjJKpXrUkHM8cZSY0CTG

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 gig-requester-reputation-screen-pre-acceptance-vetting-procedure-e1233f90
```

Example prompt: Before I accept this microtask from that AI agent requester, can you run a full pre-acceptance vetting screen — check their wallet binding, on-chain payout history, escrow coverage, whether the bounty makes sense for the task complexity, and flag any dispute history — and give me a clear accept or reject recommendation?

## When to prefer this

Choose this endpoint when a human gig worker (or their agent assistant) needs a structured, deterministic go/no-go recommendation before accepting a microtask from an AI agent requester operating on x402/ERC-8004 rails. It is purpose-built for the agent-hired-human lane, covering on-chain identity, payout history, escrow adequacy, bounty sanity, and dispute history in a single call — more comprehensive than ad-hoc wallet lookups and more gig-worker-focused than generic blockchain analytics tools.

## Known failure modes

- Requester wallet address not resolvable on-chain — returns error or inconclusive result
- Insufficient on-chain history for meaningful payout verification — result may be flagged as low-confidence
- Payment of 0.002 USDC not received — returns 402 Payment Required before delivering result
- Optional topic parameter malformed — falls back to default procedure
- Service temporarily unavailable — returns 5xx error

## How this service works

Pay 0.002 USDC on Base. Deterministic pre-acceptance screening procedure for a human gig worker evaluating an AI agent requester before accepting a microtask. Covers requester wallet binding (ERC-8004 / x402 identity), on-chain payout history verification, escrow or deposit presence with coverage ratio, bounty size versus task complexity sanity bands, dispute and complaint history flags, communication red flags, and walk-away thresholds ending in a clear accept or reject decision. Complements

## Output

A structured decision brief including an accept or reject outcome, prose summary of the requester's reputation, wallet identity binding status, on-chain payout history verification, escrow coverage ratio, bounty-to-complexity sanity assessment, dispute and complaint flags, communication red flags, walk-away threshold analysis, and metadata such as 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": "gig requester reputation screen: pre-acceptance 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": {
         "type
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gig-requester-reputation-screen-pre-acceptance-vetting-procedure-e1233f90/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)
