Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

token distribution discovery #212

Open
5-mark opened this issue Nov 15, 2022 · 1 comment
Open

token distribution discovery #212

5-mark opened this issue Nov 15, 2022 · 1 comment
Assignees
Labels

Comments

@5-mark
Copy link
Collaborator

5-mark commented Nov 15, 2022

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

  1. find out about how to implement token distribution, cliff periods and vesting
  2. check 2 different projects how they did it.
  3. read up on the topic in the polkadot knowledge base

Additional Information

How to test

  1. knowing how to approach implentation
@5-mark 5-mark added the story label Nov 15, 2022
@5-mark 5-mark added this to the November Sprint 2 milestone Nov 15, 2022
@FiberMan
Copy link
Member

FiberMan commented Dec 5, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants