Abstract
ERC-8118 defines a standard interface for authorizing autonomous agents (bots, AI systems, or automated accounts) to perform specific on-chain actions on behalf of users (principals).
Pull Request:
Key Features
- Time-bound authorizations: Optional start and end timestamps
- Usage-limited authorizations: Maximum call count with automatic revocation
- Function-level granularity: Permissions scoped to specific function selectors
- Cryptographic consent: Agents must sign consent via EIP-712
- Single-principal constraint: Each agent serves only one principal at a time
Motivation
As autonomous AI agents become more prevalent in blockchain ecosystems, a standardized interface for delegation is needed. Existing mechanisms are either too broad (unlimited token approvals) or too narrow (single-use signatures). This standard provides a balanced approach for autonomous agent scenarios.
Use Cases
- Automated trading agents
- Gaming NPCs
- DeFi position management
- DAO proposal execution
- Subscription services
- Cross-chain relayers
Production Validation
This standard has been validated through production deployment:
- 1M+ unique wallets
- 5.7M+ transactions without custody violations
- Peer-reviewed at 7th Conference on Blockchain Research & Applications for Innovative Networks and Services (BRAINS 2025), Zurich, Switzerland
We welcome feedback and discussion on the specification.
Authors: WORLD3 Team (@world3-ai)