This repository contains the draft specification for ERC-XXXX: Risk-Constrained Mandated Execution for ERC-4626 Vaults.
Defines a minimal, interoperable interface for delegated strategy execution on ERC-4626 tokenized vaults. External executors (AI agents, solvers) can submit on-chain executions without custody of private keys, while the vault enforces hard risk constraints via a circuit breaker anchored to totalAssets().
ERCS/
└── erc-xxxx.md # Full specification (ethereum/ERCs compatible)
assets/
└── erc-xxxx/ # Diagrams and supplementary materials
A complete Foundry-based reference implementation with 73 passing tests is available at:
tabilabs/erc-xxxx-mandated-vault
- EthMagicians thread: to be created
- Feedback and issues welcome via GitHub Issues
- Draft — collecting community feedback before PR to
ethereum/ERCs
This work is licensed under CC0-1.0.