Feat: funded proposal submission#9
Conversation
…ed minor error in event counts.
…cutor-dao into feat/treasury * 'feat/treasury' of github.com:Clarity-Innovation-Lab/executor-dao: wip: mint tokens to sale contract on buy
|
Great idea for funding proposals and preventing proposal spam. Just to add some potential iterations here that focus a bit more on proposing spamming (as opposed to funding a specific proposal):
There are trade-offs that need to be considered for both of these iterations. For example, option 2 may cause members to simply vote for the side that is winning in the beginning as they may be more incentivized to vote for the winning side as opposed to voting for what they believe is actually what's best for the DAO. |
|
Closing this as this feature has been merged with the feat/baseline branch unit tested and function tested on stacks testnet. |
Uses the treasury extension from #5.
Proposals have to be funded with STX before they can be brought to the voting phase. Funding cost is an amount set via a parameter. Members can request a refund at any time, for as long as the funding target has not been met. Tokens used to fund proposals to move them to the voting phase are deposited in the DAO treasury.
There are many interesting iterations possible with extensions like it.