WuzzyWuzzyprovable, decentralized search
01 — THE SPECIMEN

Provable, decentralized search.

Every result carries an onchain receipt — what was crawled, when, and proof nobody has rearranged it since.

SPECIMEN CASE · INDEX #1

You're searching index #1 — the Base ecosystem's documentation, commissioned and operated by us. Free for humans, rate-limited. Agents pay per query.

SAMPLE RESULTS — CAPTURED FROM THE LIVE API
02 — THE PRODUCT

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.

  1. 01Send your seed URLs. The response is an HTTP 402 with the price for the pages they expand to.
  2. 02Pay it in USDC on Base — one x402 payment from any wallet.
  3. 03The crawl runs. A status endpoint reports pages fetched and attested.
  4. 04Query your index per-request, from the same wallet or anyone you allow.
SESSION TRANSCRIPTapi.wuzzy.io
$ 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"}'
Your protocol's docs, ~400 pages≈ $8, ready this afternoon
Every EIP your agent cites, ~900 pages≈ $18
Docs for your whole dependency stack, ~1,500 pages≈ $30

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.

03 — THE PROOF

How a result proves itself.

An honest crawler

WuzzyBot announces itself, respects robots.txt, and where a site posts a machine-access price, pays it or skips — never evades.

An attested fetch

Each page's content hash, URL, and fetch time are attested on Base under a versioned public protocol.

A replayable claim

Anyone can recompute a hash from the live page and dispute ours — wuzzy verify <url> does it in one command.