openclaw
← All products
Intelligence & Research

dao-helper

DAO governance research helper. Pulls active Snapshot proposals, generates how-I'd-vote analysis with pros/cons.

Get startedSource on GitHub

Launch kit

dao-helper — launch kit

1-liner

DAO governance research helper. Pulls active Snapshot proposals, generates how-I'd-vote analysis with pros/cons.

Tweet hook

DAO token-holders skip 80% of votes because reading proposals + comments takes 30 min/each.

Built a helper: pulls active proposals, generates structured pros/cons, flags conflicts of interest.

$19/mo individual / $999/mo governance firm 🧵

Reddit

  • r/CryptoCurrency (carefully)
  • r/ethfinance

Cold-email ICP

  • Active DAO delegates
  • Governance-research firms (Karpatkey, Llama, etc.)
  • VCs with DAO portfolios

SEO content

  1. "DAO vote-fatigue and how to fix it"
  2. "Conflict-of-interest detection in DAO proposals"

Documentation

dao-helper

DAO governance research helper. Pulls active Snapshot proposals, generates "how I'd vote and why" analysis via Claude. Sells to DAO token-holders, delegate teams, governance researchers.

⚠️ Disclaimer

NOT financial advice. Output is research output the holder reads before voting their own way.

Pricing

  • $19/mo individual holder (3 DAOs watched)
  • $99/mo delegate (unlimited DAOs, daily digest)
  • $999/mo governance research firm (white-label reports)

Run

cd C:\openclaw-products\dao-helper
python -m venv .venv
.\.venv\Scripts\activate
pip install -e .
$env:ANTHROPIC_API_KEY="sk-ant-..."

# List active proposals
daohelper active aave.eth

# Generate full vote-analysis digest
daohelper digest aave.eth --priorities "treasury safety, decentralization, growth-focused"

Roadmap

  • On-chain governance (Tally, Compound Governor) integration
  • Conflict-of-interest detection (proposal author = treasury beneficiary?)
  • Historical-vote tracking (delegate consistency)
  • Email / Discord daily digest
  • Per-DAO custom prompt (Aave's risk framework vs Uniswap's growth focus)