Description
Summary
Add support for vesting accounts that can hold permanently locked tokens, for usage in governance voting and staking, but which cannot be traded or moved to different accounts.
Problem Definition
In Regen Network, we have a % of tokens at genesis that are to be allocated to a set of Community Staking DAOs. These organizations must have tokens allocated to them (controlled via a group account), which can be used for governance voting, but which are not tradable or liquid.
We have a corresponding issue on Regen Ledger (regen-network/regen-ledger#188), but it is our hope that this feature would be welcome by other projects besides Regen Network, which is why we are proposing this as a feature for the Cosmos SDK.
Proposal
Add a new type of vesting account LockedVestingAccount
or PermanentVestingAccount
, where all of the tokens held by this account never become spendable. These accounts should be able to be set in genesis, as well as through an MsgCreateVestingAccount
msg in the case where the relevant account owners are not necessarily known at genesis time.
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Activity