Meteora Lock is an open-source, permissionless, free and audited alternative to release your project’s tokens over time. Meteora Lock is free — zero fees, allowing any project to release their tokens over-time for free. Any team can access Meteora Lock, without any BD calls or permission, and quickly and securely release their tokens over time. With 2 separate audits done and fully open-sourced, it’s a worry-free experience to lock your project’s assets for the longer term.

How does Meteora Lock work?

Meteora Lock allows you to lock tokens based on a vesting plan. The vesting plan is defined by the user, specifying how many tokens are released at each time interval.

Variables

  • vesting_start_time: The timestamp when the vesting starts.
  • cliff_time: The timestamp when the cliff period ends and cliff tokens can be unlocked.
  • frequency: The time interval (in seconds) between each period unlock.
  • cliff_unlock_amount: The amount of tokens to be unlocked at the cliff.
  • amount_per_period: The amount of tokens to be unlocked at each period.
  • number_of_period: The number of periods to be unlocked.

Formula

Total Locked Vesting Amount

total_amount=cliff_unlock_amount+(amount_per_period×number_of_period)\text{total\_amount} = \text{cliff\_unlock\_amount} + (\text{amount\_per\_period} \times \text{number\_of\_period})

Benefits

Meteora Lock is made for both projects and users.

For Projects

Projects can trustlessly lock tokens for various parties to align incentives. As a project team, you can configure parameters such as vesting, cliff period, unlock schedule. Projects can also burn tokens by setting the recipient wallet address to a burn address and this ensures that actions like dumping are curbed on the team level. These will be embedded into the smart contract and vest accordingly.

For Users

Users can view all locks associated with each token powered by Jupiter Lock. Distribution complexity such as percentage of tokens belonging to different groups (team, DAO, presale, investors) and percentage of tokens belonging to various purposes (airdrop, liquidity bootstrapping) are shown transparently.