Realm

simple_dao

gno.land/r/samcrew/daodemo/simple_dao

โ† All realms

Render

๐Ÿ›๏ธ Simple DAO Actions

Welcome to Simple DAO! This is a demonstration of basic DAO functionality.

โ„น๏ธ How it Works

  1. Join the DAO using the AddMember function.

  2. Create a pre-made Proposal using ProposeAddMember function using this parameters:

  • address: The address of the member to add
  • roles: Comma-separated roles (e.g., "public-relationships,finance-officer" or "finance-officer")
  1. Vote on proposals using their ID.

  2. Execute proposals that have passed (met the required voting conditions).

    ๐Ÿ“ Note: Only proposals that have met the governance conditions can be executed. You need both 40% of member approval AND at least 1 finance-officer to execute a proposal.

๐Ÿ“‹ Available Actions

Member Management

Other Demos

This is a demonstration DAO built with gno.land and daokit


Demo DAOKIT DAO

A demo DAO showcasing governance and community decision-making.

Realm address: g1anxux8anu724k4y58l92smc50jyxn5edmchule

Discover more about this DAO on the configuration page โš™๏ธ


> Go to Members

> Go to Proposals

Source (qfile)

gnomod.toml
simple_dao.gno
utils.gno