Ethereum agent standards drafts advance
Ethereum Magicians hosted active technical discussion of three draft standards for on-chain agents. Work focused on confidential policy checks, transferable reputation, and inherited mandates.
Confidential agent policy verdicts
A draft proposal for zero-knowledge confidential agent policy verdicts generated 59 messages from 7 participants on ethereum-magicians.org. The thread refined the programKey design so that off-chain verifiers can rely on policy_commitment hashes. Builders of autonomous agents need this to enforce policies without exposing internal state.
ERC-8004 trustless agents
ERC-8004 discussion of trustless agents produced 85 messages among 13 participants. Contributors refined a transferable reputation model that records ownership_epoch provenance and compared it with other ERCs using testnet measurements. Portable reputation across contracts is a practical requirement for multi-agent systems on Ethereum.
Inheritable agent mandates
A draft ERC for inheritable non-strippable mandates on on-chain agent identities drew 43 messages from 5 participants. The thread explored an inherited leash that cannot be removed from an agent identity while also mixing in unrelated Schnorr verification points. Persistent control over agent permissions remains a core concern for long-lived on-chain actors.