You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
human_page: "GET /receipt/:index — HTML page that verifies the receipt in the browser",
951
+
catalog_probe: "GET /observatory (human) · /observatory.json · /catalog — liveness probes of the public x402 catalog, our own endpoints included under the same rules",
verify_offline: "MCP tool receipts.verify (pure math) or verify-receipt.mjs in github.com/gblinproject/gblin-treasury-risk-regime — zero dependencies",
audit: "/meta · /tools.json · /resources.json · /conformance · /v1/verify/:index (GET-only audit of the MCP surface)",
1274
1276
receipts: "/log (AI Action Receipts: seal what your agent did — $0.01 via x402 at gblin.digital/api/x402/seal, demo via MCP tool receipts.seal)",
1277
+
prompts: PROMPTS.map((p)=>p.name),
1278
+
resources: RESOURCES.map((r)=>r.uri),
1279
+
observatory: "/observatory (human) · /observatory.json · /catalog · /observatory/badge.svg?host=… — liveness probes of the public x402 catalog, our own endpoints under the same rules",
1280
+
coherence: "/coherence (promises vs conduct, sealed daily on Base)",
read: "GET /v1/receipt/:index (free forever) · GET /log/proof/:index · GET /log/checkpoint",
1368
1374
explorer: "GET /receipt/:index (human page)",
1375
+
for_witnesses: "GET /log/checkpoint (C2SP signed note) · GET /log/consistency?old=<m>&new=<n> (RFC 6962 append-only proof) · GET /log/leaves?start=&end= (raw records, recompute the tree yourself) · GET /log/proof/<i> (inclusion). Cosigning invitation open.",
1369
1376
anchor: "tree root anchored daily on Base via EAS (schema "+"0x9f433a96..., promiseId keccak256('gblin-receipts-log'))",
1370
1377
offline_verifier: "verify-receipt.mjs in github.com/gblinproject/gblin-treasury-risk-regime (zero deps)",
1371
1378
},200,{"cache-control": "public, max-age=60"});
1372
1379
}
1380
+
// Ciò che serve a un WITNESS indipendente per firmare senza fidarsi di noi:
1381
+
// prova di consistenza (append-only) e foglie in chiaro per ricalcolare l'albero.
0 commit comments