# Honeyguide Verified Router

> Honeyguide Verified Router is a paid API for AI agents from tizona-outpost.venusberg.workers.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Routes an agent's payment to the best live provider for a given category or URL, returning the provider's response with on-chain proof of selection and settle-on-success billing.

## Facts

- Endpoint: POST https://tizona-outpost.venusberg.workers.dev/v1/route
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/honeyguide-verified-router-e30ff0eb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zC_ffM4_U4fhnPjLNOUWG

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 honeyguide-verified-router-e30ff0eb -d '<json body>'
```

Example prompt: Route my web search and extraction request through the best verified live provider — use the 'web search / extract' category and only charge me if the provider actually delivers results.

## When to prefer this

Choose this endpoint when an agent needs to call a provider from a dynamic category (e.g. web search/extract) without maintaining its own provider directory, wants on-chain proof of provider selection quality, and requires settle-on-success billing to avoid paying for dead or hollow endpoints. Prefer it over static directories or hardcoded provider URLs when provider liveness and quality matter.

## Known failure modes

- No live providers available for the requested category — returns error with no charge
- Provider delivers a hollow or empty response — request is not charged, error returned
- Invalid category or malformed URL in payload — 400-level error with no charge
- Payment settlement fails on-chain — request aborted with no provider charge
- Provider times out before delivering — no charge incurred

## How this service works

Route an agent payment to a verified, live provider and get its data back. POST {"category":"web search / extract"} or {"url":"<x402 endpoint>","payload":{...}}; we pay the best real provider, chosen from on-chain settlement data rather than a stale directory, and return its response with proof of why we picked it. You pay the provider price + 10%, quoted in the 402 first. Settle-on-success: charged only after the provider delivers, never for a dead or hollow endpoint.

## Output

Returns the chosen provider's full response payload plus metadata explaining why that provider was selected (derived from on-chain settlement data), along with the quoted price (provider price + 10%) billed only after successful delivery.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "category": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/honeyguide-verified-router-e30ff0eb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tizona-outpost.venusberg.workers.dev](https://www.zero.xyz/host/tizona-outpost.venusberg.workers.dev/llms.txt)
