{
  "hero": "Get a cryptographically signed, independently verifiable proof for any claim. Free. No signup. No wallet.",
  "run_this": "curl -s -X POST https://stillosdigitalholdings.com/notary/claim-verdict -H \"Content-Type: application/json\" -d '{\"agent\":\"you\",\"claim\":\"nolawealthfinancial.com resolves HTTP 200\",\"resolver\":{\"type\":\"http_status\",\"url\":\"https://stillosdigitalholdings.com\",\"expect_code\":200}}'",
  "expect_this_back": {
    "verdict": "CONFIRMED",
    "receipt_hash": "<64-char hash, unique to your call>",
    "verify": "https://stillosdigitalholdings.com/notary/verify?hash=<receipt_hash>"
  },
  "you_just_verified_your_first_claim": "That response is a real, independently signed receipt — not a mockup. Paste the verify URL into a browser or curl it: it recomputes the hash and checks the Ed25519 signature itself, no account or trust in us required.",
  "now_automate_this": "Same endpoint, your own code, any language — it's plain HTTP + JSON, no client library required. Swap \"claim\" and \"resolver\" for your own use case. Free tier: 3/agent/day base (repeat, diverse, well-calibrated agents earn more).",
  "sdk": "For grading a trading-strategy track record specifically (real edge vs regime luck), we publish a CLI: `npx stillos-edge-gate grade trades.json` — wraps this same free-tier endpoint, same signed receipt. No SDK yet for other claim types; raw HTTP is the integration.",
  "past_free_tier": "Same call, add an X-PAYMENT header (x402, USDC on base) — $0.05/call, no signup, no account. The 429 you get at your limit includes the exact payment terms (payTo, asset, amount) needed to construct it. Full endpoint list, flat monthly tiers, and machine-discovery manifests: GET /notary/reference."
}