This topic is for discussion of a new Ethereum ERC draft titled:
Secure Intents: A Cryptographic Framework for Autonomous Agent Coordination
Abstract:
This ERC proposes a cryptographic framework that enables autonomous agents to coordinate securely without relying on trusted intermediaries. The framework introduces a structured βSecure Intentβ format that combines encrypted payloads, temporal validity constraints, digital signatures, and metadata. This structure ensures authenticity, integrity, confidentiality, and replay protection across chains and systems.
It is designed for use in:
Cross-chain arbitrage or DeFi agent strategies
AI coordination protocols and secure agent tooling
Agentic in-game NPCs
Web3 game tournament payout systems
Secure on-chain execution of pre-authorised instructions
Update: ERC-8001 + Bounded Execution β Live on Base Sepolia
Following the ERC reaching Final status, I wanted to share a significant implementation update.
The Problem We Solved
ERC-8001 defines multi-party coordination (propose β accept β execute). But consensus alone doesnβt limit what an agent can do. A compromised agent with a private key could still drain an entire wallet.
We needed: Consensus + Execution Guardrails
Bounded Execution Layer
Weβve built and deployed a BoundedAgentExecutor that integrates with ERC-8001: