DAOIP-6

  • Name: DAOIP-6 (daoURI via ENS)
  • URL: https://github.com/metagov/daostar/blob/main/DAOIPs/daoip-6.md
  • Category: DAO metadata publication standard / ENS-based daoURI routing / governance namespace trust layer
  • Summary: DAOIP-6 is best understood not as a new DAO metadata schema, but as a namespace-and-discovery extension for the existing daoURI stack. Its core move is to let a DAO publish its daoURI through an ENS text record or DNS TXT record linked through ENS, then give indexers an explicit trust ranking for which daoURI source to display when multiple publication paths exist. The reusable mechanism insight is that DAO metadata authority does not only sit in the governance contract or the JSON payload itself; it can also sit in who controls the DAO’s ENS name, resolver, manager, primary name, or trusted service-provider attestations.
  • What it does:
    • Defines how a DAO can publish a daoURI in an ENS text record named daoURI
    • Allows DNS TXT records of the form daoURI=... when the domain is also claimed through ENS
    • Composes with DAOIP-2 / EIP-4824 for the metadata object itself rather than replacing that schema
    • Gives indexers an explicit priority order for choosing between registration-contract, direct-contract, ENS-published, and DAOIP-3-attested daoURI values
    • Treats ENS ownership, management, resolver settings, and primary-name bindings as trust signals rather than just convenience features
    • Extends the publication path to offchain organizations that want to expose analogous metadata through DNS-backed records
  • Key claims:
    • The most important part of DAOIP-6 is not the text-record syntax; it is the indexing-priority ladder. The standard explicitly ranks contract-level publication above ENS publication, and high-trust ENS publication above service-provider attestations or looser resolver-based name associations.
    • This makes DAOIP-6 a useful addition to the governance-legibility cluster because it turns namespace control into a first-class metadata authority surface. If a DAO’s ENS name is not tightly controlled by its governance contract, metadata discoverability can drift away from direct governance intent.
    • The rationale section is analytically strong because it openly distinguishes more trustworthy and less trustworthy publication paths instead of pretending all daoURI disclosures are equivalent. That is rare and worth preserving in the corpus.
    • DAOIP-6 helps explain how EIP-4824-style metadata can spread without requiring every DAO to deploy a dedicated registration contract. In practice, many organizations already maintain ENS names, so ENS becomes a lower-friction adoption path for metadata publication.
    • The DNS path is also important because it widens the interface beyond purely onchain-native DAOs. A digitally constituted organization can bind offchain web identity and onchain DAO metadata through one namespace stack.
    • The spec’s spam warning around weaker resolver or manager relationships is a key control-surface insight: because anyone can point some ENS settings at a DAO’s contract, indexers need an explicit trust model instead of naive first-match discovery.
    • DAOIP-6 is a valuable comparison class for DAOIP-3, EIP-4824, and DeepDAO because it sits in between schema definition and downstream indexing. It does not create new governance data, but it changes how tools decide which metadata source counts as authoritative enough to surface.
  • Whitepaper: No standalone whitepaper or litepaper surfaced in this pass. The strongest primary materials were the DAOIP-6 draft text, DAOstar’s docs, and the DAOstar repository context gathered in ../whitepapers/daoip-6-primary-sources-2026-05-10.md.
  • Sources:
  • Last reviewed: 2026-05-10 UTC