# Smart Contract Related Articles

HTX News Center provides the latest articles and in-depth analysis on "Smart Contract", covering market trends, project updates, tech developments, and regulatory policies in the crypto industry.

When Wallets Start Embedding AI Agent: The New Interaction Paradigm of ERC-8211, Why Is It Worth Attention?

The article discusses ERC-8211, a new Ethereum standard developed by Biconomy and the Ethereum Foundation, aimed at enabling dynamic, multi-step on-chain execution for AI agents and complex DeFi workflows. Currently, AI agents can plan multi-step operations (e.g., swapping ETH for USDC, bridging, and depositing into a protocol), but execution fails due to static parameters in existing batch processing standards like ERC-4337. These static batches freeze values (e.g., swap amounts) at signing, making them vulnerable to slippage, gas changes, and chain state shifts, often resulting in partial or failed transactions. ERC-8211 introduces a programmatic approach ("From transactions to programs") with three primitives: - **Fetchers**: Retrieve real-time on-chain values (e.g., current balance) during execution. - **Constraints**: Enforce conditions (e.g., minimum output amount) before proceeding. - **Predicates**: Act as gatekeepers between steps (e.g., wait for cross-chain funds to arrive). This allows atomic execution of multi-step transactions with dynamic, condition-based flow, reducing failure risks and idle capital. The standard is compatible with account abstraction (e.g., ERC-4337) and shifts wallets from mere signers to interpreters of intent-based programs, enhancing security and usability for AI-driven DeFi. It represents the next evolution in on-chain interaction, enabling one signature to execute a dynamic, outcome-oriented program.

marsbit04/20 10:21

When Wallets Start Embedding AI Agent: The New Interaction Paradigm of ERC-8211, Why Is It Worth Attention?

marsbit04/20 10:21

Virtuals Collaborates with Ethereum Foundation to Release ERC-8183: A Trustless On-Chain Commerce Protocol

ERC-8183: Trustless On-Chain Commerce Protocol for AI Agents Virtuals Protocol and the Ethereum Foundation dAI team have jointly proposed ERC-8183, a standard for enabling trustless on-chain commercial interactions between AI agents. This is not merely a payment protocol but a comprehensive framework for task specification, escrow, delivery verification, and evaluator certification—forming the infrastructure for agentic commerce. The proposal addresses the core challenge of trust in AI-to-AI transactions, where traditional platforms or intermediaries are undesirable. It introduces a minimal "Job" primitive involving three parties: Client, Provider, and Evaluator. A Job progresses through states—Open, Funded, Submitted, and Terminal (Completed/Rejected/Expired)—ensuring programmable, neutral execution via smart contracts. Funds are held in escrow and released only upon evaluator approval of the work submitted. A key innovation is the modular "Hooks" system, allowing custom logic—such as bidding, reputation gating, or privacy preservation—to be added without modifying the core standard. ERC-8183 synergizes with ERC-8004 (Agent Identity and Reputation), creating a closed loop of discovery, transaction, and reputation accumulation. This standard aims to support an open, permissionless agent economy, enabling AI agents to transact at scale without relying on centralized platforms or traditional trust mechanisms. It is designed for extensibility and adaptability, anticipating diverse future use cases in decentralized AI commerce.

marsbit03/10 05:47

Virtuals Collaborates with Ethereum Foundation to Release ERC-8183: A Trustless On-Chain Commerce Protocol

marsbit03/10 05:47

Building Trustless AI Agents: ERC-8004 Security Audit Guide

ERC-8004, the Trustless Agents standard deployed on Ethereum, introduces a verifiable and trust-minimized framework for AI Agent identity and reputation management through three core registries: Identity, Reputation, and Validation. The **Identity Registry** (ERC-721 based) mints a unique AgentID (an NFT) for each agent, with a `tokenURI` pointing to an off-chain registration file. This file contains the agent's basic info, service endpoints, and capabilities. A critical security feature is domain verification, requiring agents to host a signed file at a specific path on their domain to prove ownership and prevent spoofing. Key audit points include access controls for URI updates, use of immutable storage, proper cryptographic signature validation (EIP-712), and prevention of signature replay attacks. The **Reputation Registry** provides a standard interface for submitting and aggregating feedback. It uses a "Payment-Proof Linking" mechanism, where feedback submissions must include a proof of a payment (e.g., an x402 transaction hash), making Sybil attacks economically costly. Audit focuses include enforcing payment proof validity, constraining score ranges, and ensuring robust, manipulation-resistant off-chain aggregation algorithms. The **Validation Registry** allows agents to submit their work for independent verification, crucial for high-stakes tasks. It supports two models: 1. **Cryptoeconomic Validation:** Agents stake funds, which can be slashed via a fraud-proof system if malfeasance is proven. Audits must check proof submission windows, decentralized adjudication logic, and sufficient stake levels. 2. **Cryptographic Validation:** This uses Trusted Execution Environments (TEEs) or Zero-Knowledge Machine Learning (zkML). For TEEs, audits must verify proof timeliness and content. For zkML, audits must ensure the use of audited verifier libraries and prevent model-swapping attacks. Overall, a comprehensive security audit of an ERC-8004 implementation must scrutinize all three registries, their interactions, and standard smart contract vulnerabilities to uphold its promise of a decentralized, trustless agent ecosystem.

marsbit03/05 09:10

Building Trustless AI Agents: ERC-8004 Security Audit Guide

marsbit03/05 09:10

活动图片