§ · changelog

What changed.

Every change to the service that a customer could notice, newest first. Subscribe at /changelog.atom. Last entry: 2026-09-03.

2026-09-03Findable by crawlers, answer engines, and agents

  • A changelog at /changelog with an Atom feed at /changelog.atom, so every release is new content a crawler can read.
  • The status page now shows a public ledger: verdicts settled and webhooks delivered in the last 30 days, uptime, and visits by AI crawler family.
  • robots.txt invites AI search and answer engines explicitly and points at a real sitemap; an IndexNow key file lets Bing, Yandex, Naver, and Seznam be told about changes directly.
  • /.well-known/x402.json mirrors the payment manifest under the name catalogs probe, and /.well-known/agent-tools.json describes the service for agent tool directories.
  • A visible questions section on the landing page, and structured data naming every product and price, the witness tier included.

2026-09-03Live on mainnet, listed in the Bazaar

  • Payments settle on Base and Solana through the Coinbase CDP facilitator with PayAI as fallback.
  • The four verdict tiers are listed in the CDP x402 Bazaar after their first settled payments; every paid route advertises its bare path so the reputation read can be listed too.
  • Designed pages for the human-facing links: /manual, /status, and the probe policy at /bot.
  • Browser based x402 clients can pay: the API allows the PAYMENT-SIGNATURE header and exposes the 402 and receipt headers.

2026-09-03Witness tier and a hardened money path

  • POST /v1/verdicts/witness ($0.25): one live URL probe, answered synchronously as a signed verdict that embeds a signed observation of what was seen, aimed at agent false success.
  • Every network check carries an observations array: final URL, redirect hops, HTTP status, resolved address, TLS certificate details, capped headers, raw body sha256.
  • Idempotent replays are served in front of the paywall; unsettled purchases are voided; sworn pass 2 retries three times and then issues FAILED.
  • Every regex and JSON Schema evaluates in a worker thread with a CPU timeout.
  • Reputation reports add an amount weighted fulfillment rate and payer concentration signals; ERC-1271 smart wallet signatures are accepted.

2026-08-28Deployed

  • Container, persistent volume for the database and signing key, always-on scheduler.