You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DAOs need a way to derive voting power from cw-vesting contracts, since vesting governance tokens is a common way to distribute them.
This will likely be used alongside the voting module aggregator (#803) so that DAOs can use a governance token and give voting power while vesting that governance token to others.
The admin needs to be able to:
register new vesting contracts
deregister existing vesting contracts (usable to clean up once vesting contracts are done)
This likely requires a change to cw-vesting such that the claimed amount at any given height can be queried. This is because full voting power should be given for the entire vested amount, minus that which has already been claimed at a given height.
We may want to add a passthrough execution message that lets someone initiate a new vest and register it with the voting module at the same time, to prevent unnecessary governance fatigue.
The text was updated successfully, but these errors were encountered:
DAOs need a way to derive voting power from
cw-vesting
contracts, since vesting governance tokens is a common way to distribute them.This will likely be used alongside the voting module aggregator (#803) so that DAOs can use a governance token and give voting power while vesting that governance token to others.
The admin needs to be able to:
This likely requires a change to
cw-vesting
such that the claimed amount at any given height can be queried. This is because full voting power should be given for the entire vested amount, minus that which has already been claimed at a given height.We may want to add a passthrough execution message that lets someone initiate a new vest and register it with the voting module at the same time, to prevent unnecessary governance fatigue.
The text was updated successfully, but these errors were encountered: