@abhicris — calling you in to walk `contracts/AgentEscrow.sol` through the Ethereum EIP process and get a real ERC number assigned.
Where this stands
- Working draft on branch `eip/native-eth-a2a-escrow` at `eips/draft-native-eth-a2a-escrow.md`. ~200 lines, EIP-1 formatted, most sections filled. Not a stub — review + edit + submit is the path, not write-from-scratch.
- Reference implementation already on `main` at `contracts/AgentEscrow.sol`. Running on testnet since April.
- Positioning rationale already in switchboard#49 (the survey). Pre-flight read: as of 2026-05-24 we have not identified another deployed primitive that combines (a) `payable` create, (b) request-id keyed mapping, (c) timeout + challenge-period refund, all in one minimal contract. This EIP makes that primitive portable across every EVM chain.
What's already drafted (you don't need to write these)
- Frontmatter (status: Draft, type: Standards Track, category: ERC, requires: 165)
- Abstract + Motivation — positioned against x402 / AP2 / Circle / MPP / Kleros / Reality.eth
- State machine diagram
- `IAgentEscrow` interface with RFC-2119 language — 4 mutators + 2 views + 4 events
- Rationale subsections — why native ETH, why `string` requestId, why challenge period, why no oracle-mediated release in v1
- Backwards compat, ref impl pointer, security considerations
- §10 open questions numbered OQ-1 through OQ-6 for your input
What's left for you
Six open questions in §10 of the draft, each ≤ 30 minutes of editorial:
Why this matters
Half the open issues we have downstream (composable refund policies #46, receipt aggregation #43, escrow-oracles integration) compose on top of this primitive. Standardizing it now means:
- Other agent SDKs (arka, the AP2 ecosystem, eventually upstream x402) can target the same interface
- We get attribution if/when the design becomes load-bearing
- Newcomers can implement against an EIP rather than a kcolbchain-specific spec
If you've got 2-3 focused hours this week, this turns from a kcolbchain experiment into the on-chain primitive for native-ETH A2A. Worth the ladder rung.
Companion issue
erc721-ai #22 — the parallel EIP-track ask for the ERC-721 AI standard. I've added a structured checklist comment over there too; same pattern (branch + draft + open questions, your job to walk through).
cc @Pattermesh (co-author)
🤖 Generated with Claude Code
@abhicris — calling you in to walk `contracts/AgentEscrow.sol` through the Ethereum EIP process and get a real ERC number assigned.
Where this stands
What's already drafted (you don't need to write these)
What's left for you
Six open questions in §10 of the draft, each ≤ 30 minutes of editorial:
Why this matters
Half the open issues we have downstream (composable refund policies #46, receipt aggregation #43, escrow-oracles integration) compose on top of this primitive. Standardizing it now means:
If you've got 2-3 focused hours this week, this turns from a kcolbchain experiment into the on-chain primitive for native-ETH A2A. Worth the ladder rung.
Companion issue
erc721-ai #22 — the parallel EIP-track ask for the ERC-721 AI standard. I've added a structured checklist comment over there too; same pattern (branch + draft + open questions, your job to walk through).
cc @Pattermesh (co-author)
🤖 Generated with Claude Code