# Сопутствующие статьи по теме Smart Contract

Новостной центр HTX предлагает последние статьи и углубленный анализ по "Smart Contract", охватывающие рыночные тренды, новости проектов, развитие технологий и политику регулирования в криптоиндустрии.

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

Same Case, Different Verdicts: Why Was Uniswap Acquitted While Tornado Cash Was Not?

In a landmark ruling, the New York Southern District Court dismissed a class-action lawsuit against Uniswap and its founder, Hayden Adams, holding them not liable for scam tokens traded on the platform. The court, presided over by Judge Katherine Polk Failla, compared the case to holding a self-driving car developer responsible for crimes committed using the vehicle, emphasizing that open-source developers should not bear responsibility for misuse by third parties. This decision contrasts sharply with the legal outcome for Tornado Cash developers. Despite the same judge being involved, Tornado Cash co-developer Roman Storm was convicted for operating an unlicensed money-transmitting business, while another developer, Alexey Pertsev, received a prison sentence in the Netherlands for money laundering. The U.S. Treasury had previously sanctioned Tornado Cash for allegedly facilitating over $7 billion in money laundering, including for North Korean hackers. The divergent rulings highlight a key regulatory stance: decentralization is permissible, but privacy tools enabling illicit activities face strict scrutiny. The author suggests that while Uniswap’s legal victory aligns with principles of developer immunity for open-source code, Tornado Cash’s case underscores that protocols knowingly aiding crime, especially at a state level, won’t be tolerated. The piece concludes by questioning if Uniswap, despite its legal win, should take more proactive steps to screen for scams to protect users, reflecting a broader responsibility within the DeFi ecosystem.

marsbit03/03 11:10

Same Case, Different Verdicts: Why Was Uniswap Acquitted While Tornado Cash Was Not?

marsbit03/03 11:10

活动图片