vealth.net publishes 6 machine-payable endpoints over the x402 protocol, priced from $0.01 to $0.15 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /.well-known/vealth/cdp/agent-readiness-verify | POST | $0.1 | 200 |
| /.well-known/vealth/cdp/cross-verify | POST | $0.1 | 200 |
| /.well-known/vealth/cdp/site-integrity-verify | POST | $0.15 | 200 |
| /.well-known/vealth/cdp/standards-classifier | POST | $0.01 | 200 |
| /.well-known/vealth/cdp/sustainability-disclosure-verify | POST | $0.05 | 200 |
| /.well-known/vealth/cdp/verify-claim | POST | $0.1 | 200 |
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.
Cross-Verify (CDP-settled mirror) — a neutral check of a public protocol claim (e.g. litcoin, regen) against its own on-chain / API source. Fixed hosts, no redirect follow: we cannot be pointed at an …
Site Integrity Verify (CDP-settled mirror) — robots.txt, sitemap, and security.txt posture in one signed, re-checkable verdict.
Standards Classifier (CDP-settled mirror) — map a plain-language work description to the registered standard(s) it satisfies, from our standards registry.
Sustainability Disclosure Verify (CDP-settled mirror) — does a published climate/sustainability disclosure actually parse as machine-readable data? Cheap enough for directory-scale re-checking.
Verify Claim (CDP-settled mirror) — check a target against one machine-checkable standard and get a signed, re-checkable certificate only our key can issue. Digital only; a physical claim defers to hu…