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.