Decide airdrop approach
Closed this issue · 3 comments
gpersoon commented
Decide airdrop approach
gpersoon commented
Airdrop can be done in a few ways:
- Send it to recipients (in same way as rewards are send)
- Setup vesting contracts; send tokens to the contract and let users claim it later, see #8
- Let users claim it
- via merkle tree. See for example: https://github.com/ensdomains/governance/blob/master/contracts/ENSToken.sol
- will there be a vesting period? If so for how long?
supercontracts commented
- 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?
gpersoon commented
As suggested by: https://github.com/HickupHH3 #1 (comment)
We could also have a vesting contract