# StatePulse KYB Escrow Simulation

> StatePulse KYB Escrow Simulation is a paid API for AI agents from statepulse-api.hahavoid0.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Simulates a Know Your Business (KYB) escrow lock for a given company and USDC amount, returning a simulated escrow ID and seller verification status without moving real funds.

## Facts

- Endpoint: POST https://statepulse-api.hahavoid0.workers.dev/finance/kyb-escrow
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/statepulse-kyb-escrow-simulation-0705878d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7WfVyh46IGCv_ddXByUpZ

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 statepulse-kyb-escrow-simulation-0705878d -d '<json body>'
```

Example prompt: Can you run a simulated KYB escrow check on Apple Inc. for $100 USDC — I want to see if they're an active, verified seller before we proceed with the deal?

## When to prefer this

Use this endpoint when an AI agent needs to simulate a business identity verification step within an escrow workflow — particularly when testing deal flows involving USDC payments where confirming a seller's legitimacy (KYB) is required before committing funds. Prefer this over real escrow services when no actual funds should move and a simulation suffices for workflow validation.

## Known failure modes

- Unknown or unrecognizable company name returns low-confidence or unverified seller status
- Missing required body fields (company name, amount) returns 400 or validation error
- Service unavailability on Cloudflare Workers returns 503
- Payment header missing or invalid USDC on Base returns 402 payment required

## Output

Returns a JSON object with a simulated escrow ID (e.g. sim_escrow_...), a SIMULATED_LOCK status, the USDC amount locked, seller verification details (company name, active status, verified flag), a confidence level, and a note confirming no real funds were moved.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/statepulse-kyb-escrow-simulation-0705878d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from statepulse-api.hahavoid0.workers.dev](https://www.zero.xyz/host/statepulse-api.hahavoid0.workers.dev/llms.txt)
