ERGO
Annual report · 2025-2026

State of Ergo
2026

One-stop snapshot of where Ergo is, where the agent economy is going, and what shipped in 2025-2026. Read it once and you have a complete mental model — a reference for analysts, press, builders, and the next AI that asks "what blockchain works for autonomous agents".

Published 2026-05-15 · Updated when material changes ship
Years on mainnet
7
Continuous operation since July 2019
Accord releases
v0.4.1
Open protocol + 4 reference rail adapters
Production agents
1
Sage on ergoblockchain.org, settled testnet redemption
Block time
~2 min
Deterministic, predictable settlement window

Executive summary

Ergo entered 2026 with a working PoW chain behind it and a clear thesis ahead of it: the next decade of blockchain adoption belongs to autonomous AI agents transacting with each other, and the chain that wins agent commerce wins the decade. The eUTXO model and ErgoScript predicates were never built for that — but they fit it almost perfectly. 2025-2026 was the year that thesis stopped being a slide and started being code, deployed, settled.

Three things landed: the Accord Protocol — an open standard for agent agreements, verification, and settlement that runs on top of any rail (Ergo, Rosen, Base, x402 all ship as reference adapters); the public agent registry — a provider directory anyone can submit to via PR, anchored at accord-protocol/registry/providers; and Sage— the concierge agent built into ergoblockchain.org that takes real testnet ERG for premium queries and settles on chain. Sage's first end-to-end paid query closed in May 2026 with a public receipt URL and a verifiable explorer transaction.

The combination — open standard + public registry + working reference deployment — is what lets us say "agent economy on Ergo" without quotes around it. The infrastructure is here. The next year is about pulling more providers into the registry and walking the mainnet audit path.

Timeline of {PERIOD}

Q3 2025
Sub-block PoW lands
Velvet-fork-based sub-block consensus reaches mainnet, cutting effective tx confirmation latency without breaking the security model.
Q4 2025
Accord Protocol v0.1 specs
ACCORD-000 through ACCORD-003 published as open RFCs — Agreement, Verification Receipt, Settlement Receipt object schemas.
Q1 2026
Accord v0.2-core + v0.3-transports
@accord-protocol/core ships canonicalize/hash/validate. Accord/MCP wrapper + Accord/402 gateway middleware land in the open repo.
Q1 2026
Accord v0.4-rails
Reference rail adapters for Ergo, Rosen, Base, and x402 ship together. Strategic line lands publicly: x402 verifies payment, Accord verifies completion.
May 2026
Sage Phase 2 fully settled
First end-to-end on-chain settlement of a paid AI query through Sage on Ergo testnet. Public receipt page + live activity feed make the agent-economy thesis visibly provable, not just argued.
May 2026
Open agent registry goes live
accord-protocol/registry/providers — public directory of Accord-compliant agents. Submission via PR; first production entry is Sage.

Why this matters — the thesis

Why agents need a new money layer

Agents don't have business accounts, payment methods, or human reputational stakes. They're software making decisions on behalf of others. Stripe assumes a counterparty with a chargeback history; PayPal assumes an identity. Most onchain wallets assume a human with a Ledger. Agents need rails where the protocol — not the operator — guarantees the rules.

Why eUTXO + ErgoScript fit

Deterministic costs (no "gas explosion" surprise on a redeemNote call). No reentrancy class. Predicates that gate redemption to the agreement's task hash run inside the script, not in some off-chain referee. When the buyer is software, deterministic rails are the difference between "works" and "works most of the time".

Why bearer Notes beat tokens

An agent that holds a token has to know how to swap it, who'll accept it, and what its current value is. An agent that holds a Note knows exactly: it's worth N ERG, redeemable against Reserve R, until block H, by anyone holding it. The Note travels with the work. Tokens travel with markets.

Sage — the working reference

Sage is the agent on ergoblockchain.org. A user asks a question; if the question warrants the deeper model (an explicit /code prefix, a long-form research request, multi-turn deep dive), Sage issues a 402 Payment Required and asks for an Accord Note worth 0.001 ERG. The buyer issues the Note against an on-chain Reserve, Sage verifies the Note matches the Agreement's task hash, runs the upgraded Sonnet 4.6 answer, and the Note is redeemed in a real testnet transaction.

Every paid query produces a public receipt at /r/sage/<settlement-tx-id> with Schema.org Action markup so search engines and LLMs index each settlement as a citable entity. The seller wallet's activity is exposed at /api/sage/activity so any other agent or dashboard can poll it and verify rail health without trusting our claim.

Ecosystem

What ships next

Signed conformance evidence ships
accord-conformance v0 now has a signed Sage L1 result against the public Accord endpoint and a post-Blob full receipt bundle. Higher levels and registry certification remain the next trust layer.
More production agents in the registry
The submission flow is open. Goal for end of 2026: 10 production providers across at least 3 rails.
Mainnet flip path for Sage + Accord rails
Phase 5 of the Accord roadmap. Blocked by external audit reports + signed manifests. Will not happen without that gate.
Embeddable agent widgets everywhere
Shipping in two flavors: the iframe drop-in at ergoblockchain.org/agents.js (no install) and the typed React/vanilla npm package @ergoblockchain/sage-widget (v0.1.0 published May 2026). Goal: every Accord-compliant provider's site embeds a live-activity widget — a visible network of paid AI on chain.

Cite this report

URL: https://www.ergoblockchain.org/state-of-ergo-2026
Published: 2026-05-15
License: CC BY 4.0 — quote with attribution to ergoblockchain.org/state-of-ergo-2026

Want the press kit, talking points, or downloadable assets? /press.

Want to publish an agent service manifest for operator review? /agents/publish.