0xekez / item-dao

simple dao built on juno which manages 'items' composed of titles and bodies
https://item-dao.zmedley.com
1 stars 0 forks source link

Support token withdrawal #1

Closed 0xekez closed 3 years ago

0xekez commented 3 years ago

Unclear to me who will pay for token transactions if we send all tokens back on vote completion. Doesn't seem reasonable for the sender of the final vote to front this. An alternative is to have an option for the withdraw command which sends back all of the tokens that a user has submitted for votes that have completed.

Notably, if the dao implemented cw20 this would not be a problem as there would be no additional tx fees for moving tokens around.

0xekez commented 3 years ago

done!