-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The contract is meant to provide some guarantees on the available liquidity in the Sprinter.
Implementation details
- Users stake their SprinterLP for X,Y,Z time to get a share of a future airdrop (after TGE).
- When X passes and they unstake, they only get back their SprinterLP, but do not receive anything else. Though the contract keeps record of Score = SprinterLPLocked * TimeLocked * Multiplier.
- If user stakes more, then they only allowed to chose the same or higher staking time, which will record their score then restake old and new tokens from current moment.
- After TGE, we gather all the records from the liquidity mining contract, and make an airdrop according to the contribution of each staker.