ERC-8226

  • Name: ERC-8226 (Regulated Agent Mandate)
  • URL: https://ethereum-magicians.org/t/erc-8226-regulated-agent-mandate/28208
  • Category: regulated-asset agent mandate standard / compliance-delegation infrastructure / tokenized-RWA agent-control layer
  • Summary: ERC-8226 is best understood as a compliance delegation layer for agent-driven transactions in regulated token markets rather than as a general-purpose agent wallet or identity standard. Its core move is to combine an agent mandate registry with an external compliance-provider interface and then require regulated-token contracts to check both principal eligibility and mandate validity before transfers execute. The useful mechanism lens is that ERC-8226 does not decentralize compliance away; it standardizes where issuer policy, compliance-provider judgment, regulator freeze power, and mandate scope get wired into agentic execution.
  • What it does:
    • Defines how a verified principal grants an on-chain agent a scoped, time-bounded, and financially capped mandate for regulated-asset transactions
    • Introduces a separate IComplianceProvider interface so eligibility checks can bundle identity and compliance status into one auditable decision with structured reason codes
    • Introduces an IAgentMandate registry for mandate lifecycle management, principal resolution, execution recording, freeze actions, and mandate-status checks
    • Composes with ERC-8004-style agent identity and ERC-7943 or ERC-3643-style regulated-token compliance surfaces instead of replacing them
    • Uses a dual-check model in which the token keeps its own investor-eligibility gate on the principal while RAMS separately checks whether the agent’s mandate is active for the requested action and amount
    • Adds jurisdiction-scoped enforcer roles and freeze authority, making regulatory and platform intervention an explicit part of the standard rather than an off-chain afterthought
  • Key claims:
    • The abstract frames RAMS as a compliance delegation layer above ERC-8004 and alongside ERC-7943, which is the clearest signal that ERC-8226 belongs in the corpus as agent-compliance infrastructure for regulated assets
    • The motivation says agent execution over tokenized securities or RWAs must satisfy verified-principal identity, legally traceable and capped mandate scope, and atomic transfer-time verification, which makes the standard’s real problem statement much narrower and more institutional than generic agent authorization
    • The specification says RAMS-aware tokens consult the mandate registry inside their existing canTransfer hook and do not need agent-prefixed transfer functions, which matters because the standard tries to preserve token-interface minimalism while moving control into compliance plumbing
    • The IComplianceProvider design centralizes a major trust surface in whatever operator certifies eligibility, reason codes, and revocation status, so the standard’s practical control points likely sit with compliance vendors and issuer-selected policy stacks rather than with agents themselves
    • The rationale explicitly defends a one-active-principal-per-agent rule on regulated-market segregation grounds, reinforcing that RAMS is shaped by managed-account and audit-trail assumptions rather than open consumer-wallet flexibility
    • The open discussion topics around custody model, receive-side compliance, and ERC-8004 regulatoryCompliance signaling show that the most important unresolved questions are not about whether compliance exists, but where ownership, enforcement, and investor-legibility should sit
    • The standard’s freeze architecture distinguishes platform and regulatory enforcers, which is analytically useful because it surfaces intervention power as a first-class governance and legal control layer
  • Whitepaper: No standalone ERC-8226 whitepaper or litepaper surfaced in this pass. The strongest primary materials were the Ethereum Magicians discussion thread and the draft ERC pull request / patch; see ../../whitepapers/erc-8226-primary-sources-2026-05-08.md.
  • Sources:
  • Last reviewed: 2026-05-08 UTC