near-daos / sputnik-dao-contract

Smart contracts for https://app.astrodao.com
https://astrodao.com/
MIT License
108 stars 77 forks source link

Implement bounties #6

Closed ilblackdragon closed 3 years ago

ilblackdragon commented 3 years ago

Bounties is a way for a DAO to request work and show prepaid amount.

Bounty usually would contain next information:

Bounty life cycle:

All bounties must be accounted for in the DAO to make sure that DAO can't spent money below outstanding bounties.

Generally, any payout that would withdraw more money than is available should fail at the adding proposal time.