EIP-4824

  • Name: EIP-4824 (Common Interfaces for DAOs)
  • URL: https://eips.ethereum.org/EIPS/eip-4824
  • Category: DAO metadata standard / governance-legibility interface / offchain publication and indexing layer
  • Summary: EIP-4824 is best understood as a standardized publication and discovery interface for DAOs rather than as a governance protocol. Its core move is to require a daoURI that points to machine-readable JSON-LD metadata and related sub-URIs for members, proposals, activity, governance, and associated contracts. The reusable mechanism insight is that EIP-4824 does not try to standardize how DAOs decide; it standardizes how DAOs describe themselves to wallets, indexers, governance dashboards, and regulators, which makes publication control, indexer policy, and metadata hosting the practical authority surfaces.
  • What it does:
    • Defines the IERC4824 interface with a daoURI() method and update event for DAO metadata publication
    • Standardizes a top-level DAO JSON-LD schema plus subsidiary membersURI, proposalsURI, activityLogURI, governanceURI, and contractsURI fields
    • Allows DAO metadata to be published directly by a DAO contract or via an external registration contract and factory
    • Recommends indexing patterns so new DAO registrations can be logged and discovered across the network
    • Allows direct embedding of subsidiary objects instead of only URI references, as long as the embedded objects follow the relevant schemas
    • Extends beyond DAOs to other onchain organizations through entityURI / orgURI aliases while keeping daoURI as the onchain indexing anchor
  • Key claims:
    • The motivation section says a standard daoURI, analogous to tokenURI, should improve DAO discoverability, legibility, proposal simulation, and interoperability between tools, which is the clearest reason to catalog EIP-4824 as governance-legibility infrastructure rather than as a governance framework
    • The spec explicitly avoids standardizing governance logic itself. Instead it standardizes the metadata and URI structure around membership, proposals, contracts, and governance documents, which makes it a useful comparison class for DAOstar, DeepDAO, Boardroom, and Tally
    • The indexing section matters because EIP-4824 is not just a schema document; it also proposes how compliant DAOs and factories become visible to common indexers through registration events and priority rules
    • The contractsURI requirement is analytically important because it tries to solve a real DAO-legibility problem: governance may span many contracts, chains, and wrappers, so the metadata standard becomes a way to declare which contracts actually belong to the organization
    • The ability to publish through an external registration contract or through tooling providers is a key tradeoff. The DAOstar adoption guide explicitly notes that tools like Snapshot and Aragon can publish daoURIs on behalf of DAOs, while also arguing that DAO-controlled onchain publication is preferable when possible
    • The adoption guide’s supporter list is useful evidence that EIP-4824 aims to be shared ecosystem plumbing: the documented adoption surface spans Snapshot, Aragon, DAODAO, DAOHaus, Safe, and several named DAOs rather than one closed governance stack
    • EIP-4824 belongs in the active corpus because it helps separate three layers that are often flattened together: governance execution, governance analytics, and governance metadata publication
  • Whitepaper: No standalone EIP-4824 whitepaper or litepaper surfaced in this pass. The clearest primary materials were the ERC text, the parallel DAOIP-2 version, DAOstar’s documentation, and the adoption guide collected in ../../whitepapers/eip-4824-primary-sources-2026-05-10.md.
  • Sources:
  • Last reviewed: 2026-05-10 UTC