# Vealth Agent-Readiness Verify (CDP-settled)

> Vealth Agent-Readiness Verify (CDP-settled) is a paid API for AI agents from vealth.net, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Checks whether a target website is discoverable and payable by AI agents (robots.txt, LLM signals, structured data, machine surfaces) and returns a signed, re-checkable certificate.

## Facts

- Endpoint: POST https://vealth.net/.well-known/vealth/cdp/agent-readiness-verify
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vealth-agent-readiness-verify-cdp-settled-e14f8309
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Be3mAg261TA2yCh_OJACD

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 vealth-agent-readiness-verify-cdp-settled-e14f8309 -d '<json body>'
```

Example prompt: Can you check whether https://example.com is properly set up for AI agents — meaning it's discoverable by bots and can accept agent payments — and give me a signed certificate of the result?

## When to prefer this

Use this endpoint when you need to programmatically verify whether a specific website is set up to be discovered and paid by autonomous AI agents, and you want a signed, portable certificate of that determination. Prefer this over manual site audits or generic uptime checks when the specific concern is agent-accessibility (robots/llms.txt, structured data, x402 payment surface).

## Known failure modes

- Target URL unreachable or returns non-200 status — certificate issued with failure state
- Invalid or malformed target URL — 400 bad request
- Payment not settled via CDP/x402 — 402 payment required
- Target site blocks verification crawl — partial or failed readiness result
- Timeout on remote site fetch — error or degraded certificate

## How this service works

Agent-Readiness Verify (CDP-settled mirror) — is this site discoverable and payable by an agent (robots/llms/structured data/machine surfaces)? Returns a signed, re-checkable certificate.

## Output

A signed, re-checkable certificate indicating whether the target site is discoverable by AI agents (robots.txt posture, LLM signals, structured data presence, machine-surface readiness) and payable via agent-compatible payment protocols, along with relevant metadata supporting the determination.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vealth-agent-readiness-verify-cdp-settled-e14f8309/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vealth.net](https://www.zero.xyz/host/vealth.net/llms.txt)
