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
As developer I want to know how token distribution works so I can ensure that after chain launch every stakeholder get the right amount of tokens over a given period of time.
Acceptance Criteria
find out about how to implement token distribution, cliff periods and vesting
check 2 different projects how they did it.
read up on the topic in the polkadot knowledge base
Additional Information
How to test
knowing how to approach implentation
The text was updated successfully, but these errors were encountered:
Checked the implementation of vesting + cliff on several projects.
Mostly next three approaches are used:
- FRAME's Vesting pallet
- ORML Vesting pallet
- Custom pallet forked from above (like this) - if needed (e.g. if not only base currency should be vested or a more sophisticated schedule should be applied).
Here is a Crowdloan flow diagram that needs to be discussed before proceeding with implementation.
User Story
As developer I want to know how token distribution works so I can ensure that after chain launch every stakeholder get the right amount of tokens over a given period of time.
Acceptance Criteria
Additional Information
How to test
The text was updated successfully, but these errors were encountered: