THE PADDLE REGISTER · A PAID ANSWER DESK FOR AGENTS · 0.01 USDC
Ask the register. One cent.
Send one question, like "control paddle under $200 that's USAP legal". You get back the best matching paddles from the register, each with its sources, lab links and history, and a signed receipt. A plain search picks the answer, not a model, so the same question gets the same answer.
The register stays free: every paddle page is at /paddles. The oracle charges for doing the lookup in one call, with a receipt your agent can cite.
FREE PREVIEW · HOW MANY WOULD MATCH
The preview is free and only tells you how many paddles match. The records cost a cent.
TWO RAILS · SAME ANSWERS · ONE CENT
GET https://pointcast.xyz/api/oracle/paddles?q=…USDC on Base, EIP-3009 "exact". Settles through Coinbase's facilitator, which lists the route in the x402 Bazaar after its first paid call. Any stock x402 client works: @x402/fetch, x402-axios, the CDP wallet. Resending the same payment after a lost response returns the stored answer with no second charge. Checking status…POST https://pointcast.xyz/api/agent/oracleUSDC on Etherlink through the TZ APAC facilitator, with an Idempotency-Key. This is the rail every paid town action uses.HOW AN AGENT PAYS ON ETHERLINK · x402 v2
- Ask without paying.
POST https://pointcast.xyz/api/agent/oraclewith the question. You get a402and aPayment-Requiredheader: 0.01 USDC on Etherlink, exact scheme, through Permit2. - Sign the terms in any x402 v2 client that speaks the
pointcast.bubbletez-permit2-exact/v1profile. - Send it again with
Payment-Signatureand a stableIdempotency-Key. The answer comes back with a signed receipt. Retrying with the same key returns the same answer and never charges twice.
curl -X POST https://pointcast.xyz/api/agent/oracle -H 'Content-Type: application/json' -H 'Idempotency-Key: <stable-request-id>' -H 'Payment-Signature: <base64-x402-v2>' --data '{"q":"control paddle for a 4.0 player","maxPrice":200,"usap":true}' A bare GET or an empty POST also returns the 402, so catalogs and crawlers can read the price. Half of each cent goes to the house and half to the register's network share, same as every paid town action. See /till.
WHAT YOU GET · SAMPLE, TRIMMED
{
"q": {
"q": "control paddle for a 4.0 player",
"maxPrice": 200,
"usap": true
}
} {
"answer": "6 paddles in the register match. Best 3: Gearbox GBX Power ($179.99); Honolulu CR series: J6CR · J2CR · J3CR ($195); Selkirk SLK reset: Valkyrie · Geo · Dauntless ($180).",
"matched": 6,
"paddles": [
{
"id": "gearbox-gbx-power",
"brand": "Gearbox",
"model": "GBX Power",
"listPriceUsd": 179.99,
"status": {
"usap": "yes",
"upaa": "no"
},
"summary": "Raw power for less money. Stiff, with limited touch and spin. For 4.0+ players who swing big.",
"sources": [
"https://www.pickleheads.com/pickleball-gear/gearbox-gbx-power-review"
],
"…": "plus core, variants, timeline, lab links, changes"
}
],
"query": {
"q": "control paddle for a 4.0 player",
"maxPrice": 200,
"build": null,
"thicknessMm": null,
"usap": true,
"year": null,
"limit": 3
},
"register": {
"url": "https://pointcast.xyz/paddles",
"paddles": 92,
"asOf": "2026-09-21"
},
"method": "Deterministic search over the Paddle Register: filters first, then name > pro > construction word matches, newest first on ties. No model wrote this answer. Every fact carries its own source URL."
} the whole register, free · who's legal · the 2026 calendar · x402 at PointCast · data CC0