- A snapshot will be taken June 24st.
- User with borrow > $100.
After taking a snapshot at a random time and compiling a list of eligible users, we will select 1000 random users to receive the Bluefin airdrop. Here is the process for selecting the 1000 random users:
- Retrieve the complete list of eligible users.
- Select a future drand round to use as the seed for hashing the list.
- When the chosen drand round occurs, use that round's Drand result as the source of randomness.
- Combine each user's Sui address with the randomness in the format {address}{randomness}, and then hash this combination using the Blake2b algorithm, producing a hash result in hexadecimal form.
- Convert the hexadecimal hash result into a number.
- Sort these numbers from largest to smallest and pick the top 1000 users from the sorted results as winners of the Bluefin airdrop.