7 stable releases
new 2.6.0 | Nov 8, 2024 |
---|---|
2.5.0 | Oct 31, 2024 |
2.4.2 | Jul 22, 2024 |
2.3.0 | Oct 18, 2023 |
2.2.0 | Jul 9, 2023 |
#830 in Magic Beans
504 downloads per month
Used in 3 crates
(2 directly)
220KB
5K
SLoC
Multiple choice proposal deposit contract
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:
- Never refund deposits. All deposits are sent to the DAO on proposal completion.
- Always refund deposits. Deposits are returned to the proposer on proposal completion.
- 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.
Dependencies
~10MB
~210K SLoC