Full Sage receipt bundle
Agreement JSON, Verification Receipt JSON, Settlement Receipt JSON, and chain evidence resolve from one receipt API.
This is the inspectable surface behind the Agent Economy story: full Sage receipt bundles, signed Accord evidence, MCP health, the embeddable widget, recent wallet activity, and the closed mainnet gate.
Public proof explorer for Ergo's testnet-first agent economy surfaces. API and JSON artifacts are evidence, not SEO landing pages.
Receipt facts live in /api/sage/receipt/<id>; pages render that API instead of inventing a second copy.
Sage L1 evidence is published as an inspectable artifact and linked from the proof surface.
The explorer shows live testnet proof while keeping audit and mainnet language explicitly gated.
The human page is only a reader. The useful contract is the public JSON surface: proof board, receipt API, MCP health, and schema. These commands are intentionally boring so wallets, agents, docs, and reviewers can automate them.
curl -sS https://www.ergoblockchain.org/api/agent-economy/proofsok=true, posture.mainnet_ready=false, proofs[] with receipts, MCP, widget, and gate records.
curl -sS https://www.ergoblockchain.org/api/sage/receipt/f8752d10a2ece92fbc88065c3b92b94da621ec65943098f43c9e084deb763d81One receipt API returns chain proof plus Agreement, Verification Receipt, and Settlement Receipt JSON.
curl -sS https://mcp.ergoblockchain.org/healthPublic machine endpoint reports ok=true for health probes.
curl -sS https://www.ergoblockchain.org/agent-economy/proof-explorer.schema.v0.jsonJSON Schema binds the API shape and keeps mainnet_ready=false until the audit gate opens.
Agreement JSON, Verification Receipt JSON, Settlement Receipt JSON, and chain evidence resolve from one receipt API.
Signed L1 evidence binds Sage to a full receipt bundle and the Accord registry surface.
Streamable HTTP MCP health is publicly reachable for machines and developer probes.
React and vanilla widget package for quote, payment intent, host wallet launch, verification, and receipt callbacks.
Mainnet readiness stays closed until external review and audit-bound script identity evidence are published.