Realm

custom_condition

gno.land/r/samcrew/daodemo/custom_condition

← All realms

Render

⚙️ Custom Condition Demo

This showcases how to create custom governance rules.

ℹ️ How it Works

  1. Join the DAO using the AddMember function.

  2. Create a Proposal using ProposeAddMember function with these parameters:

  • address: The address of the member to add
  • roles: Comma-separated roles (e.g., "Role")
  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 at least 1 vote from members with no roles to execute a proposal.

🎯 Custom Condition: NoRole

This DAO uses a initial custom condition called NoRole that requires:

  • At least 1 vote from members who have no assigned roles

📋 Available Actions

Member Management

Other Demos

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


Demo DAOKIT DAO

This is a demo DAO built with DAOKIT

Realm address: g1vh8g369sc98enys8xeqeeesey2ujsv3t7klqja

Discover more about this DAO on the configuration page ⚙️


> Go to Members

> Go to Proposals

Source (qfile)

custom_condition.gno
gnomod.toml
simple_dao.gno
utils.gno