ERGO
Developer launch kit

The shortest path from curiosity to a working agent flow.

This page turns the live proof surface into an operator-grade checklist: which endpoint to call first, what to inspect, how to test wallet-agent policy, where receipts live, and which mainnet claims remain closed.

Public posture
testnet live proof

A practical developer entrypoint for Ergo's testnet-first agent economy surfaces. Mainnet remains audit-gated.

Path
5 min
APIs
8
npm
0.3.0
Mainnet
closed

API recipes

Machine-readable surfaces to wire first.

These are deliberately boring endpoints: stable JSON, explicit status, and no signing authority.

GET

Live status

curl -sS https://www.ergoblockchain.org/api/agent-economy/live
oksummary.gates_livesummary.mainnet_gate_statusprobes.mcp_dns.ok
GET

Policy-check contract

curl -sS https://www.ergoblockchain.org/api/agent-economy/wallet-agent/policy-check
schemarequest_schemaexample_requeststrict_contract
GET

Wallet-agent reference flow

curl -sS https://www.ergoblockchain.org/api/agent-economy/wallet-agent/reference-flow
stepssecurity_boundariesstop_conditions
GET

Full Sage receipt bundle

curl -sS https://www.ergoblockchain.org/api/sage/receipt/f8752d10a2ece92fbc88065c3b92b94da621ec65943098f43c9e084deb763d81
receipt_typeagreementverification_receiptsettlement_receipt
GET

MCP health

curl -sS https://mcp.ergoblockchain.org/health
okserviceversion
GET

Release watchlist

curl -sS https://www.ergoblockchain.org/agent-economy/release-watchlist.v0.json
security_baselinemainnet_gate_invariantswatch_targets
GET

Current release

curl -sS https://www.ergoblockchain.org/api/agent-economy/release/current
release.site_commitrelease.vercel_urlmainnet_gate.mainnet_ready
GET

Release attestation

curl -sS https://www.ergoblockchain.org/agent-economy/release-attestation-2026-05-23.v0.json
release.site_commitrelease.vercel_deployment_idsecurity.npm_auditmainnet_gate

Widget

Embed Sage without handing over wallet authority.

The package is a host-owned wallet handoff surface: the widget can produce payment intent JSON, but the host decides how to authorize, simulate, sign, and persist receipts.

@ergoblockchain/sage-widget
v0.3.0
npm install @ergoblockchain/sage-widget

SagePaymentWidget React component

mountSagePaymentWidget vanilla function

typed quote, verify, chat stream, receipt, and activity clients

payment intent JSON for host-owned wallet flows

receipt callbacks and tenant metadata

Guardrails

The claims boundary is part of the product.

The system is strongest when every developer can see what is live and what is still blocked.

Treat all public payment flows as testnet live proof until the mainnet gate opens.

Do not expose seed phrases or private keys to pages, widgets, prompts, or remote agents.

Run policy-check and exact transaction simulation before asking a wallet to sign.

Treat remote quotes as untrusted input until local policy validates recipient, reserve, amount, fee, expiry, task hash, and receipt expectations.

Persist or link the receipt bundle after every paid action.

Do not claim production, audited, certified, or mainnet-ready status before external review and audit-bound script identity exist.

Mainnet gate

Two external artifacts still decide the next level.

Everything in this launch kit is testnet live proof. Mainnet language opens only after external review and audit-bound script identity are published as completed artifacts.