Cloudflare Wallets help AI agents hold money and pay for APIs. If you sell an API, a paid file, or a priced tool call, that launch matters—but a wallet handle alone does not make your product payable.
You still need three separate things:
- A public endpoint that returns a clear x402
402 Payment Requiredresponse. - A payment address agents can trust enough to use.
- A product page agents can find and understand.
Cloudflare’s Wallets announcement and agentic payments docs explain the buyer side. This article covers the seller checklist and the free checks you can run today on Mydentify.
Pick the job you need done#
Use this table before you change code or claim a handle.
| Job | What you need | Start here |
|---|---|---|
| Let an agent spend under a cap | Cloudflare Account Wallet + Virtual Wallet | cloudflare.pay (Cloudflare) |
| Price an API for agent buyers | Working x402 402 response | x402 endpoint checker |
| Confirm who gets paid | Public merchant address + listed resources | Merchant wallet lookup |
| Show who the agent is | Onchain identity or ENS records | ERC-8004 inspector |
| Help agents find the product | Crawlable page, clear facts, optional llms.txt | How agents find products |
Cloudflare Account Wallets are for people. Virtual Wallets are for agents, with spend limits the owner sets. Neither replaces a seller’s payable endpoint.
What sellers still owe buyers#
Monetization Gateway is Cloudflare’s seller-side path for sites and apps on Cloudflare. Other stacks can speak x402 without Cloudflare. In every case, the agent needs machine-readable payment terms on the request that fails without payment.
A useful seller setup usually includes:
- HTTPS on the paid route.
- A real
402when payment is missing—not a login wall first. - Price, network, asset, and pay-to fields agents can parse.
- A public product description that matches what the paid API actually does.
If the route redirects, returns 403, or hides behind signup, many agent buyers stop before payment starts.
What we saw in live checks#
On August 5, 2026, we ran public URLs through Mydentify’s x402 Discovery Readiness Checker, which uses Coinbase’s public validator. No payment was made.
| URL tested | Result that mattered |
|---|---|
https://www.x402.org/protected | Reachable, but returned HTTP 301 instead of 402. Payment checks were skipped. |
https://www.coinbase.com | Returned HTTP 403. The validator warned that auth may run before x402 middleware. |
https://x402.org/api/weather | Returned HTTP 404. Not a payable resource. |
Those failures are the point. A famous domain, a docs path, or a future wallet brand does not prove an endpoint is ready for agent checkout. Test the exact paid URL you plan to sell.
Check your endpoint before you market it#
- Open the x402 endpoint checker.
- Paste the HTTPS URL agents will hit.
- Run GET or POST to match the real method.
- Fix redirects, auth-before-payment, and missing accepts fields first.
- Then look up the pay-to address in the merchant wallet lookup.
If an ENS name is part of your public brand, confirm forward and reverse records with the ENS match checker. If you publish an ERC-8004 agent id, inspect it with the agent identity inspector.
None of these tools connect a wallet or move funds.
Make the product easy to find too#
Payment readiness is useless if agents cannot tell what you sell. Keep a clear public product page, allow the crawlers you care about, and publish stable facts.
Practical next steps on Mydentify:
- Read how AI agents find products.
- Run the AI crawler access checker.
- Use the agent payments hub for the full check order.
- List the product so people and agents share one public record.
What this does not promise#
- Ranking above Cloudflare for “Cloudflare Wallets.”
- That every agent will buy your API.
- That a Virtual Wallet budget means your endpoint is correct.
- Wallet safety, ownership, or reputation scores.
Cloudflare is building buyer wallets and seller gateways. Mydentify’s job is the middle: help you verify payment readiness and publish a product record agents can read without guessing.
Start with the x402 endpoint checker, then open the agent payments hub for the rest of the path.
See How We Checked It
We name the source, record the review date, and separate reported claims from our own checks. Read the methodology and editorial policy before citing a finding or sending a correction.
Put this guide into practice
Open the agent payments tools hub, then choose the check that matches your next decision.
Found an outdated fact? Report a correction.
Back to articles