-
Notifications
You must be signed in to change notification settings - Fork 56
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
How should we calculate circulating supply? #85
Comments
(1) We have unlocking logic, and vesting logic, and it's not the same process. Let's look at the example. We have an employee X, she started working at Near in 2017 and finished at 2019 (she was working exactly 2 years, and that's OK that she started before the company was created, don't blame her). Her vesting logic started with her starting day as an employee, but her unlocking logic will start only when transfers are enabled (14th of October 2020). There will be standard one year cliff and then one more year of linear unlock. (We assume that she had standard 4-year vesting schedule with 1-year cliff included, and her process is taking 2 years because she decided to leave the company). In |
Thoughts about data from finance team
|
Let's look at the moment when transfers enabled, 14th of October. Data from finance team:
The doc looks like all the tokens was put on the lockups and then they should be partially unlock, but for sure that's not true. Have plans to investigate final numbers further. Real data:
It's hard to guess, which money should not have been locked, but I also have a plan to investigate it more |
How did I get these numbers:
We discussed also @frol we are waiting for the approve from Yessin. After that, if everything is fine, should I rewrite the solution to JavaScript? |
Circulating supply is total supply minus locked tokens.
Not all tokens on the lockup contract accounts are actually locked: some of them could be withdrawn by the owner, and that is the main difficulty here.
My task here is to:
X
Previous attempts
Useful materials
The text was updated successfully, but these errors were encountered: