Crates.io | dao-pre-propose-multiple |
lib.rs | dao-pre-propose-multiple |
version | 2.6.0 |
source | src |
created_at | 2023-07-03 16:18:47.522668 |
updated_at | 2024-11-08 00:01:01.75331 |
description | A DAO DAO pre-propose module for dao-proposal-multiple for native and cw20 deposits. |
homepage | |
repository | https://github.com/DA0-DA0/dao-contracts |
max_upload_size | |
id | 907183 |
size | 219,470 |
This is a pre-propose module that manages proposal deposits for the
dao-proposal-multiple
proposal module.
It may accept either native (bank module), cw20 tokens, or no tokens as a deposit. If a proposal deposit is enabled the following refund strategies are avaliable:
This module may also be configured to only accept proposals from members (addresses with voting power) of the DAO.
Here is a flowchart showing the proposal creation process using this module:
More about the pre-propose design.
More about pre-propose modules.