dao-contracts icon indicating copy to clipboard operation
dao-contracts copied to clipboard

"Deposit Period" proposal status, allow multiple people to submit deposits

Open JakeHartnell opened this issue 1 year ago • 1 comments

If proposal deposits are enabled, it would be nice if multiple people could team up to submit a proposal deposit. This mirrors things work in the Cosmos SDK governance module.

Use case: imagine a very large DAO with a very high proposal deposit. Poorer DAO members may not be able to afford the full deposit, but they can create a proposal and convince others to join in.

Adding this period gets us really close to the full proposal life cycle we're aiming for:

draft -> deposit -> live -> executed

This change will have some UX implementations. For convenience, it would still be nice if I can create a proposal and pay the deposit in the same create proposal transaction.

JakeHartnell avatar Jul 08 '22 19:07 JakeHartnell

Think this will need a larger refactor. Really like this approach: https://github.com/DA0-DA0/dao-contracts/discussions/462

JakeHartnell avatar Aug 23 '22 19:08 JakeHartnell

https://github.com/DA0-DA0/dao-contracts/pull/481

0xekez avatar Oct 11 '22 03:10 0xekez