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アドバンテージ

エージェントは送信前に正確な手数料を把握できる。ガス推定の失敗も、予期せぬコストもない。トランザクションは構築された通りに実行されるか、まったく実行されないかのどちらかだ。

出典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 の受け入れ述語

条件はペイメント自体に埋め込まれている。エスクローも、オラクルも、信頼されたサーバーも不要。ペイメントが償還に必要な条件をエンコードする。

ゼロ・ガス・ブートストラップ

Babel Fees

エージェントはERGだけでなく、任意のトークンで手数料を支払える。起動してノートを渡せば、即座にトランザクションが可能。事前資金ウォレットは不要。

出典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.