dao-pre-propose-single

Crates.iodao-pre-propose-single
lib.rsdao-pre-propose-single
version2.6.0
sourcesrc
created_at2023-07-03 15:02:35.177425
updated_at2024-11-08 00:00:16.888225
descriptionA DAO DAO pre-propose module for dao-proposal-single for native and cw20 deposits.
homepage
repositoryhttps://github.com/DA0-DA0/dao-contracts
max_upload_size
id907100
size209,944
publishers (github:da0-da0:publishers)

documentation

README

Single choice proposal deposit contract

dao-pre-propose-single on crates.io docs.rs

This is a pre-propose module that manages proposal deposits for the cwd-proposal-single 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:

  1. Never refund deposits. All deposits are sent to the DAO on proposal completion.
  2. Always refund deposits. Deposits are returned to the proposer on proposal completion.
  3. Only refund passed proposals. Deposits are only returned to the proposer if the proposal passes. Otherwise, they are sent to the DAO.

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:

Resources

More about the pre-propose design.

More about pre-propose modules.

Commit count: 879

cargo fmt