ERGO
Latest full receipt

Open the receipt. Inspect the work, terms, and settlement.

A transaction proves value moved. A full receipt bundle proves what work was agreed, how it was verified, and how the obligation closed on Ergo testnet.

Receipt id
f8752d10a2ece92fbc88065c3b92b94da621ec65943098f43c9e084deb763d81
testnet settled
Agreement JSON
task, terms, buyer, provider
Verification Receipt JSON
task hash and Note proof
Settlement Receipt JSON
redemption and settlement tx
Mainnet claim
closed until audit artifacts
Proof explorer
Verify this receipt beside conformance, MCP, widget, and the mainnet gate.
Autonomous Work Clearing

Payments move value. Clearing resolves obligations.

Agent economies do not end at payment. They need terms, bounded credit, work verification, receipt memory, and public settlement without a central counterparty.

Intent -> Work -> Credit -> Predicate -> Receipt -> Settlement

This is the economic loop: what was requested, what constrained it, how it was verified, and where it settled.

01

Intent

The user, wallet, or agent states the job.

02

Work

A provider, tool, API, or sub-agent performs it.

03

Credit

Bounded Notes coordinate value before final settlement.

04

Predicate

ErgoScript defines the acceptance rule.

05

Receipt

Agreement, verification, and settlement stay inspectable.

06

Settlement

The obligation closes on a neutral PoW ledger.

Developer path

Build the first verifiable agent receipt while keeping the mainnet boundary explicit.

为什么选择 Ergo

为智能体设计的链:无需身份、无需预存资金、无需许可

This is the same thesis extended. The properties that make Ergo a PoW/eUTXO chain for DeFi, privacy, and sound money also make it a credible base for autonomous work: predictable costs, script-level conditions, native tokens, and neutral settlement.

DeFi
Privacy
Sound money

确定性成本

eUTXO 优势

代理在提交前即可知道确切费用。没有 gas 估算失败,没有意外成本。交易按构建方式执行——否则完全不执行。

来源eUTXO docs·Ergo whitepaper

可编程信用

Notes, Reserves, Trackers

代理发行由链上储备支持的不记名 IOU。防双花追踪器确保完整性。本地信用,全局结算。

来源Architecture·Accord Protocol repo注意: Reference implementations (ChainCash, Accord SDKs) are open-source prototypes — not yet audited.

支付即合约

ErgoScript 接受谓词

条件嵌入在支付本身中。无需托管、无需预言机、无需可信服务器。支付编码了赎回所需的全部条件。

零 Gas 启动

Babel Fees

代理可用任意代币支付费用——不仅限于 ERG。启动后交付一张 Note,即可立即交易。无需预充值钱包。

来源Babel Fees doc·Pattern reference

智能体就绪 SDK

Fleet SDK, MCP, LangChain

TypeScript 和 Python SDK 搭配 LangChain 工具、Claude MCP 服务器,以及 10 个可运行示例——从基础支付到多代理编排。

无紧急停止开关

Proof-of-Work 保证

没有基金会多签、没有验证者卡特尔、没有紧急暂停。任何委员会都无法冻结代理资金或停止网络。

来源Ergo node source·Audit & disclosures注意: Third-party dApps, bridges and wallets may have their own controls — verify per-project.