CarmineOptions / konoha

A toolkit for DAO-like governance on Starknet
Apache License 2.0
23 stars 33 forks source link

WIP: Treasury #45

Closed MarekHauzr closed 3 months ago

MarekHauzr commented 4 months ago

This issue is WIP and needs review!

Create a treasury smart contract within Carmine Governance.

It has to be a separate smart contract, the reason so that funds will be easily distinguishable from security pool (we will have that down the line).

The Treasury smart contract will be fully managed by the governance. Expect most of the work will happen in the Governance smart contracts.

Treasury will contain many different ERC20 tokens and has to be able to manage that.

Required features (standardized proposals):

Feel free to comment on the expected proposals.

Nonnyjoe commented 3 months ago

I'll like to handle this @MarekHauzr