{
  "schema_version": "intent.v1",
  "slug": "run-dao-governance",
  "title": "run DAO governance",
  "audience": "builder",
  "prompt": "I want my DAO or community to vote on proposals gaslessly and optionally execute results onchain",
  "maps_to": [
    "dao governance",
    "voting",
    "snapshot",
    "proposals",
    "token voting",
    "gasless voting"
  ],
  "stack": [
    {
      "slug": "snapshot",
      "role": "supporting_protocol",
      "reason": "Use Snapshot for gasless off-chain proposal voting with token/NFT/delegation strategies and verifiable results."
    },
    {
      "slug": "safe",
      "role": "supporting_protocol",
      "reason": "Execute passed proposals onchain through a Safe (e.g. oSnap) to make governance binding."
    },
    {
      "slug": "ens",
      "role": "wallet_and_identity",
      "reason": "Use ENS for the DAO/space identity and human-readable voter names."
    }
  ],
  "excluded_candidates": [
    {
      "slug": "maci",
      "reason": "MACI provides private, collusion-resistant voting; use it instead of Snapshot when ballot privacy or anti-collusion is required, at higher integration cost."
    },
    {
      "slug": "semaphore",
      "reason": "Semaphore enables anonymous signaling; an alternative when voter anonymity matters more than Snapshot's transparent, gasless tallies."
    }
  ],
  "risks": [
    "Off-chain votes are not binding on their own; execution requires a module such as oSnap.",
    "Token- or NFT-weighted voting concentrates power with whales unless strategies are designed against it.",
    "Voting-strategy configuration errors can mis-count eligibility or weight; test strategies before launch.",
    "oSnap optimistic execution relies on timelocks and dispute windows; configure thresholds carefully."
  ],
  "next_steps": [
    "Create a Snapshot space and define voting strategies (token, NFT, delegation).",
    "Decide whether results execute onchain via oSnap + Safe or remain signaling-only.",
    "Set quorum and approval thresholds appropriate to the community.",
    "If privacy or anti-collusion is required, evaluate MACI instead of public Snapshot voting."
  ],
  "why": "Snapshot is the default for DAO governance because it is the tool most communities already use: gasless off-chain voting with flexible token/NFT strategies and verifiable results. Safe (via oSnap) turns passed proposals into binding onchain execution, and ENS supplies space and voter identity. MACI and Semaphore are listed as alternatives for when privacy or anti-collusion outweighs Snapshot's transparent, gasless model.",
  "verified_at": "2026-06-16"
}