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
Before I start this PR, I want to discuss it first.
Abstract
Use vesting to replace premine(or add vesting, not replace).
Motivation
Implement the vesting module of rune to feat:
Airdrop
Token Unlocks & Vesting
Description
For the group with A(Like DOG/LOBO/Others user group) rune/inscription, when etching a new B rune, you can set vesting to the token unlock of B rune (at etch stage, premine -> vesting) to achieve token unlock. at B etch's vesting info, you can set A's Rune ID info to distribute premine tokens to A group.
User Case
Linear Vesting
ord RuneID/Inscription -> {
start: // start block
count: // vesting count
period: // period
per_period: // rune token to release per vest
}
Abstract
Use
vesting
to replacepremine
(or add vesting, not replace).Motivation
Implement the vesting module of rune to feat:
Description
For the group with A(Like DOG/LOBO/Others user group) rune/inscription, when etching a new
B
rune, you can set vesting to the token unlock of B rune (at etch stage, premine -> vesting) to achieve token unlock. at B etch's vesting info, you can set A's Rune ID info to distribute premine tokens to A group.User Case
Linear Vesting
Graded Vesting
TODO
Cliff Vesting
TODO
@casey @raphjaph
The text was updated successfully, but these errors were encountered: