code-423n4/contracts

Decide airdrop approach

Closed this issue · 3 comments

Decide airdrop approach

Airdrop can be done in a few ways:

  1. Send it to recipients (in same way as rewards are send)
  2. Setup vesting contracts; send tokens to the contract and let users claim it later, see #8
  3. Let users claim it
  1. seems cool if we are doing it on a side chain (expensive on mainnet) else we could let the users claim it using merkle it. Also are the parameters decided on the airdrop?

As suggested by: https://github.com/HickupHH3 #1 (comment)
We could also have a vesting contract