-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
airdrop #113
Comments
Hey @faddat |
get weights at time snapshot |
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. |
thank @faddat, |
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) |
@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. |
hi @faddat what time do you want take a snapshot? |
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. |
What about people that stake dymension |
Add snapshot for milady, madlabs, Cryptonium, Bad Kids |
hi @faddat, have you finalized the percentage weight for the airdrop across the chains? |
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
The text was updated successfully, but these errors were encountered: