tendermint / spn

A blockchain to launch blockchains.
Other
112 stars 43 forks source link

Investigate and discuss additional mechanism for `DeveloperFund` #840

Closed lumtis closed 2 years ago

lumtis commented 2 years ago

Explore additional mechanism related to DeveloperFund distribution in the mint module like locking the funds for a specific delay or performing periodic distribution

giunatale commented 2 years ago

Perhaps handling development funding through a separate module might be the solution. Funds could be locked using a custom schedule there and unlocked gradually. Admittedly one could argue that since block rewards are relatively small, the way funds are disbursed for development is already "gradual" and on a per-block basis. So perhaps there might be no need for this. I guess this is just a matter of making this development funding air tight to ensure fairness and community approval

lumtis commented 2 years ago

Why would you consider a secondary module and not using mint module account?

lumtis commented 2 years ago

Moved in https://github.com/ignite/modules/issues/22