Token Allocation to different enitites #20184
Replies: 1 comment
-
Question: When distributing an initial token supply across multiple accounts, is it necessary to split the tokens into separate accounts? How does the industry work? The decision is more about the project and governance preferences of the chain itself. There is no prerequisite to manage and allocate tokens in a specific way offering flexibility. Question: If the tokens allocation requires separate accounts, can it be a normal account with a mnemonic? or special accounts such as clawback Vesting Accounts, or Normal Vesting Accounts? As mentioned above it is dependant on the projects specifications but there are the following accounts: Normal accounts are typical user-controlled wallets that use a mnemonic phrase for recovery. Question: Is it preferable to implement this token allocation through a shell script, or is it better to use a Go-based approach like genAccounts.go? If there is a specific method recommended by the Cosmos SDK community for this kind of setup, could you please share some examples.
Ensure that during the blockchain initialisation process, the Example of
Question: Does adding new accounts or modifying existing ones in genesis.json require a governance proposal?If so, could you explain the process for getting such changes approved through governance? Adding new accounts or modifying existing ones in the However, once the blockchain is live, modifying the state of accounts (like balances, permissions, etc.) through direct changes to the |
Beta Was this translation helpful? Give feedback.
-
I am trying to understand how tokenomics works for cosmos SDK on an industry standard. I have a few questions related to token allocation and account types in Cosmos SDK-based blockchains in general about what the industry standard is:
If you could guide us with the help of any documentation/material regarding tokenomics would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions