1. Challenge integrity
The unauthenticated request returns a clear HTTP 402 challenge with stable payment requirements.
- Correct status code
- Machine-readable accepts/payment fields
- No CDN error page replacing the challenge
Edge seller readiness
Edge networks are turning x402 into a switch teams can flip for pages, APIs, datasets, and tools. ResolveBots checks the buyer-facing path after that switch: 402 challenges, payment metadata, cache behavior, manifest discovery, response shape, and whether an agent gets a usable result.
Position: directories and edge platforms can show that a paid resource exists. ResolveBots checks whether a buyer agent can discover it, pay it, parse it, and use what comes back.
Checklist
These checks are intentionally practical. A seller that passes them is easier for buyer agents, directories, and reviewers to trust.
The unauthenticated request returns a clear HTTP 402 challenge with stable payment requirements.
The edge path preserves the payment headers needed by the facilitator and origin.
The edge does not cache payment-required responses or paid payloads in a way that confuses buyers.
Agents can find the route, price, chain, and schema without a human reading a launch post.
The paid response returns a useful payload, not a login wall, HTML error, empty scalar, or ambiguous redirect.
The seller can explain what was paid for, what was returned, and how a buyer can verify the transaction.
ResolveBots scoring
Use the free checklist first. Then run a machine proof check or ask for a paid readiness review when the endpoint is launch-critical.
| Question | Why it matters | ResolveBots path |
|---|---|---|
| Does the edge return the expected 402 challenge? | Buyer agents need a clean payment requirement, not a CDN wrapper. | Endpoint Proof Check |
| Does a paid retry reach origin and return usable output? | The real buyer question starts after payment. | Endpoint Readiness Review |
| Does discovery metadata match live behavior? | Directories cannot compensate for stale or mismatched route data. | Discovery Audit |
| Does the seller want first credible agent buyers? | Launch seeding only works when seeded traffic is labelled and measured. | Launch Seeding Pilot |