# Vealth Verify Badge (CDP-settled)

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

Issues an embeddable verification badge confirming that a target meets a specified standard right now, backed by a live re-check.

## Facts

- Endpoint: POST https://vealth.net/.well-known/vealth/cdp/verify-badge
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vealth-verify-badge-cdp-settled-640a51d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dqtmrMaEEywYLkvkcaSW9

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-verify-badge-cdp-settled-640a51d2 -d '<json body>'
```

Example prompt: Can you get me a live verification badge proving that vealth.net meets the agent-readiness standard right now — I want something embeddable that re-checks automatically?

## When to prefer this

Use this endpoint when you need real-time, embeddable proof that a target currently meets a specific standard — not a cached or historical result. Ideal when continuous or display-ready compliance attestation is required, especially for web properties, protocols, or agents that need to demonstrate ongoing adherence. Prefer over static audits when the badge must reflect the live state of the target.

## Known failure modes

- Target is unreachable or invalid — badge cannot be issued
- Standard identifier is unrecognized or not registered — returns error
- Payment of $0.05 USDC not settled via x402 — request rejected
- Target fails the standard check — badge shows non-compliant status
- Network timeout during live re-check — incomplete result returned

## How this service works

Verify Badge (CDP-settled mirror) — an embeddable badge backed by a FREE live re-check, so it proves a standard holds now, not just once. The re-check is our advertising.

## Output

An embeddable badge object indicating whether the target currently meets the specified standard, along with a live re-check result confirming the standard holds at the time of the call, not just historically.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vealth-verify-badge-cdp-settled-640a51d2/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)
