eve-network / eve

Eve is a governance minimized CosmWasm chain
Other
44 stars 31 forks source link

airdrop #113

Open faddat opened 4 months ago

faddat commented 4 months ago

Eve's airdrop is a bit complex, because it will snapshot a number of different cosmos chains:

Weights aren't finalized. Percentages add up to more or less than 100%. Numbers aren't final. Various anti farming measures will be taken but zero pruning will be done. Eve is surely airdropping with the intent of achieving alignment.

Snapshot process

hoank101 commented 4 months ago

Hey @faddat If I had 100 Osmosis and 100 Composable, how many eve would I have?

hoank101 commented 4 months ago

get weights at time snapshot

faddat commented 4 months ago

it would depend on the percentage of supply that you own on Osmosis and Composable. Since the supply will be different for different chains, we will calculate the percentage of supply for each account.

hoank101 commented 4 months ago

thank @faddat, we will do it

tungle-notional commented 4 months ago

Hi @faddat, from what I understand, we will create a tool for this. At snapshot time, it will collect all validators from each chain, calculate the reward and save it to json file. Then whenever our chain starts, it will send the rewards in genesis to users. This is the repo we are going to work on (https://github.com/notional-labs/eve-airdrop)

tropicaldog commented 4 months ago

@faddat Hi sir, we also want to know at which date should the snapshot happen, so we can begin retrieving the data and calculate allocation weights.

hoank101 commented 4 months ago

hi @faddat what time do you want take a snapshot?

faddat commented 4 months ago

oh hey dudes, sorry that I missed this. I'd like to do the snapshot as close to genesis time as possible. If we could do the snapshotting in the 24 hours leading up to genesis, that would be perfect and it would help us to avoid farming.

Please also know that we should parameterize the airdrop tooling, because right before the airdrop we will change various things, to ensure that the airdrop ends up the way that we would like it to work, as opposed to the way that farmers want it to work.

Please also note that we will not "prune" the airdrop as some projects have. We will take output from our tooling, make genesis, and launch, so it will be important to have the entire thing scripted. Keep in mind that we can do it all in CI using https://notionalapi.com by putting a Notional API key in the secrets of this github. That will let us query any chain we want to.

abdulafeez69 commented 4 months ago

What about people that stake dymension

tungle-notional commented 4 months ago

https://twitter.com/gadikian/status/1771859504176501006?t=VCTtVNGg4nZaxzUwtqLaNA&s=19

tungle-notional commented 4 months ago

Add snapshot for milady, madlabs, Cryptonium, Bad Kids

trungnt1811 commented 2 months ago

hi @faddat, have you finalized the percentage weight for the airdrop across the chains?