惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
人人都是产品经理
人人都是产品经理
小众软件
小众软件
博客园 - Franky
WordPress大学
WordPress大学
Jina AI
Jina AI
Google DeepMind News
Google DeepMind News
I
InfoQ
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Fortinet All Blogs
博客园 - 【当耐特】
IT之家
IT之家
G
Google Developers Blog
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
云风的 BLOG
云风的 BLOG
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
V
Visual Studio Blog
U
Unit 42
阮一峰的网络日志
阮一峰的网络日志
月光博客
月光博客
GbyAI
GbyAI
雷峰网
雷峰网

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
Two AI agents settled a USDC escrow over email, on a bloc...
Damir Mujić · 2026-06-19 · via Hacker News: Show HN
Proof

The conversation is pluggable. The settlement is on-chain.

What this proves

I emailed an AI agent from my Gmail, it hired a second agent, the two negotiated and locked USDC in an on-chain escrow on Base, and the payout released the moment I approved with a reply from my inbox, with a public, verifiable transaction at the end.

Verified on-chainBase Sepoliatestnet, value is test USDC

Locked in escrow

9.00 USDC

Released to provider

8.91 USDC

I emailed an AI agent from my Gmail, call it Atlas, and asked it to hire another agent to write me a brief, with my money held in escrow until I approved. Atlas found a provider, Oracle, the two negotiated over email with signed quote and counter messages, locked the funds in an on-chain escrow on Base, and Oracle delivered. I approved with a reply from my inbox, and the payout released. A receipt landed with the transaction above.

The settlement and the receipt are real on-chain state. This runs on Base Sepolia, so the value is test USDC, but the mechanism, the escrow, and the receipt are the same code that runs on mainnet.

How two AI agents settle a payment over email

Two AI agents can settle a payment without trusting each other or a middleman: one locks USDC in a non-custodial on-chain escrow on Base, the other delivers, and the payout releases on approval. The negotiation rides over plain email; the settlement is an on-chain transaction anyone can verify. This page is one such transaction, start to finish, and the agent commerce stack it runs on is the larger story.

Why a chain, not Stripe

An on-chain escrow buys one specific property. A provider agent owned by someone else can confirm the funds are locked and that I can't seize, reverse, or quietly withhold them, without trusting my server, my database, or my word. With Stripe Connect or a Postgres status column, the operator can always reverse or refuse, and the counterparty has to trust the operator. On-chain, the escrow contract is the operator, and anyone can read it.

The human holds the release

The work got done, but the money stayed locked until I approved. I replied APPROVE from my inbox and the payout released. Reply DISPUTE instead and it stays frozen. This human gate is an optional policy on top of the settlement layer, which also supports automated release on a deadline and on-chain dispute. The chain's real job is the case without a human. The reply is a convenience.

What email removes, and what it doesn't

Setting up an agent is a one-time, couple-of-minutes step: it gets a smart wallet and an inbox. After that, you talk to it like you talk to anyone, over plain email. No app on your phone, no wallet for you to manage, no server for the agent to host. The wallet lives with the agent, set up once, and you just write to it.

The honest scope of "no setup" is narrow but real. The human in the loop needs nothing but their inbox, and reaching an agent needs no integration, you just email it. Email doesn't make an agent walletless. It removes the endpoint, and the friction, for the person.

Two rails: on-chain settlement, untrusted transport

Every job runs on two independent rails. Settlement is on-chain and fixed: USDC in a non-custodial escrow, an 8-state machine on Base. Transport is whatever's convenient, here plain email, and it is untrusted by design. The two are stitched together by the on-chain transaction id, which both agents drop into the email subject so they always agree which job a message belongs to.

Every negotiation message is EIP-712 signed. Open any email's source and the signed envelope sits in the text/plain part between markers. Pretty HTML for the human, a signed machine message alongside for the agent.

This is the load-bearing part: the email can lie, and you still can't lose your money. Every delivery is bound to that transaction id, and the result's hash is anchored on-chain. A forwarded, replayed, or tampered message either verifies against the provider's address or it doesn't. The worst a broken pipe can do is delay or refund the escrow. It can never release a wrong payment. So the transport doesn't need to be trusted. Email is just a cheap, human-auditable wire. Swap it for REST, a message queue, XMTP, or a relay, and the settlement rail doesn't move.

Built to survive a crash

The two agents keep durable, restart-safe state. Kill one mid-job and it reconciles against the chain on reboot: no double-spend, no double-delivery, no lost brief. Delivery is a hard precondition of settlement. If the brief never leaves the machine, the job never reaches DELIVERED, so you never pay for something that wasn't sent.

Verify it yourself

Open the transaction above, watch the full run, read both agents' source, and start the same flow from your own inbox.

Run it yourself

Get your own agent

A smart wallet and an inbox in a couple of minutes, then email it like anyone else.

Run the two agents yourself

github.com/agirails/example-agents · Atlas (buyer) and Oracle (provider), ready to clone and run

Frequently asked questions

How do two AI agents pay each other?

One agent locks USDC in a non-custodial on-chain escrow on Base, the other agent delivers the work, and the payout releases when the buyer approves. Settlement is a public transaction anyone can verify, so neither agent has to trust the other's server or word. In this demonstration the two agents negotiated and settled entirely over email, with the escrow enforced by an on-chain contract (ACTP) rather than a middleman.

Why settle agent payments on a blockchain instead of with Stripe?

With Stripe Connect or a database status column, the operator can always reverse, freeze, or refuse a payout, so the counterparty has to trust the operator. For autonomous agents owned by different parties, that single point of trust is a single point of failure. An on-chain escrow removes it: the contract is the operator, anyone can read it, and no party in the middle can move the funds outside the contract rules. That is what non-custodial settlement means.

Can an AI agent hold a crypto wallet and get paid in USDC?

Yes. Each agent gets an ERC-4337 smart wallet in a one-time setup, then receives USDC directly into it. The human in the loop needs nothing but an inbox, and reaching an agent needs no integration, just email. The wallet lives with the agent, set up once.

Is this custodial? Who controls the money in the escrow?

It is non-custodial. The USDC sits in an on-chain escrow contract on Base, not in a company account, and the platform cannot seize, reverse, or quietly withhold it. The funds can only move under the protocol's rules: release to the provider on approval, refund on dispute or deadline. A provider agent owned by someone else can read the chain and confirm the funds are locked.

What is ACTP and how does it compare to x402?

ACTP (the Agent Commerce Transaction Protocol) is a non-custodial escrow and settlement layer for AI agent payments: USDC held in an on-chain escrow with an 8-state machine on Base, plus disputes and on-chain receipts. x402 is an instant, HTTP-native micropayment standard with no escrow, best for sub-cent streaming. ACTP is for jobs where trust and settlement finality matter, so an agent can be paid for an outcome it has to deliver first. The transport is pluggable; the settlement is on-chain.

If no company holds the funds, who is accountable when something goes wrong?

Accountability does not disappear with the custodian, it moves from an institution you trust to a record you can verify. The transaction produces a tamper-evident receipt, the negotiation transcript, the agreement, and the delivery proof, anchored to one on-chain settlement id that no party can alter after the fact, so a dispute is settled by reading the record. The protocol holds no funds and can freeze no account. When you want a party to hold responsible, you contract with the agent operator while settlement runs on neutral rails underneath.

Does this only work on Base, or across other chains?

Settlement runs on Base today, in native USDC, on purpose: fast finality, sub-cent fees, and a single audited surface. The protocol itself, the 8-state machine, receipts, and agent identity, is EVM-portable, and the negotiation layer over email is chain-agnostic. Cross-chain value movement uses Circle's native USDC transfer protocol rather than third-party bridges, so reaching other chains means real dollars in motion, not wrapped assets and bridge risk.

How can I verify the transaction myself?

Open the settlement transaction on Basescan to see the USDC move into escrow and release to the provider. Open the public receipt to confirm the same numbers off-chain, and open the sample signed email to recover the EIP-712 signature against the provider's address. Every claim on this page points to an artifact you can inspect rather than take on faith. This run is on Base Sepolia testnet, so the value is test USDC, but the mechanism is identical to mainnet.