Provable, decentralized search.
Every result carries an onchain receipt — what was crawled, when, and proof nobody has rearranged it since.
You're searching index #1 — the Base ecosystem's documentation, commissioned and operated by us. Free for humans, rate-limited. Agents pay per query.
Commission your own index.
Point Wuzzy at any sources. We crawl them honestly — robots respected, posted prices paid or skipped, never evaded — and attest every page on Base. Queryable in minutes. No account, no API key: a wallet is enough.
- 01Send your seed URLs. The response is an HTTP 402 with the price for the pages they expand to.
- 02Pay it in USDC on Base — one x402 payment from any wallet.
- 03The crawl runs. A status endpoint reports pages fetched and attested.
- 04Query your index per-request, from the same wallet or anyone you allow.
$ curl -i -X POST https://api.wuzzy.io/indexes \
-d '{"urls":[ … 392 urls ]}'
HTTP/1.1 402 Payment Required
{ "x402Version": 1, "accepts": [ { "scheme": "exact",
"network": "base", "maxAmountRequired": "7840000",
"payTo": "0x0Deb462437ab46F703fcd15F9cf9c9Ea6472EAcB", … } ] }
$ # pay with any x402 client, then:
$ curl -X POST https://api.wuzzy.io/search -d '{"query":"staking rewards formula"}'Pages already in the shared store join your index instantly at the same price — coverage compounds from demand, and every page keeps its original receipt.
How a result proves itself.
WuzzyBot announces itself, respects robots.txt, and where a site posts a machine-access price, pays it or skips — never evades.
Each page's content hash, URL, and fetch time are attested on Base under a versioned public protocol.
Anyone can recompute a hash from the live page and dispute ours — wuzzy verify <url> does it in one command.