Ethereum agent ERCs refined on Magicians
Ethereum Magicians threads advanced several draft ERCs aimed at trustless and verifiable AI agents. Discussion centered on reputation transfer, single-use credentials, and inference proof encoding after recent testnet work.
ERC-8004 trustless agents reputation model
Participants on ethereum-magicians.org refined the ERC-8004 transferable reputation model, incorporating ownership_epoch provenance and cross-ERC comparisons informed by testnet measurements. The work targets agents that can carry portable trust signals without centralized intermediaries. Developers tracking agent interoperability should note the provenance and comparison details now under active debate.
Unclonable agent credentials via ZK nullifiers
An Ethereum Magicians draft ERC for unclonable agent execution credentials advanced through clarification of security scope, nullifier layout, and a Guard interface. The proposal uses zero-knowledge nullifiers to enforce single-use credentials for agent runs. The refined interface and layout choices matter for anyone building non-replayable agent authorization on-chain.
ERC-8274 AI inference proof verification
A small group refined ERC-8274 encoding details for instanceId and chainId used by AI inference verifiers. The changes aim to make proof verification consistent across chains and inference instances. Implementers of on-chain AI verification should track the updated identifier scheme.