Users were split into 4 different "buckets":
- NO CLAIM NEEDED:
- Core EOA Genesis: top 1000 users who signed T&C and had their HyperCore account activated on 2/8/2026 - received tokens directly during the Spot Token Genesis.
- Core EOA Transfer: remaining users who signed T&C, had their HyperCore account activated, and received more than 10 tokens - also received tokens on HyperCore, but they were sent from the distributor address.
- MUST CLAIM:
- EVM EOA: any EOA who didn't sign T&C or received less than 10 tokens or didn't have their HyperCore account activated on 2/8/2026 were in this bucket and will be able to claim their tokens on HyperEVM using the Merkle Distributor contract.
- EVM Contracts: any smart contract that would receive tokens (on either HyperEVM or Ethereum, excluding EIP-7702 delegated EOAs) was in this bucket and will be able to claim their tokens on HyperEVM through a custom Merkle Distributor contract.
┌───────────────────┬───────────┬────────────────┬────────────────┬────────────┐
│ Bucket │ Addresses │ % of Addresses │ Tokens │ % of Total │
├───────────────────┼───────────┼────────────────┼────────────────┼────────────┤
│ Core EOA Genesis │ 1,000 │ 1.01% │ 152,877,881.41 │ 58.80% │
├───────────────────┼───────────┼────────────────┼────────────────┼────────────┤
│ Core EOA Transfer │ 16,595 │ 16.78% │ 18,815,966.48 │ 7.24% │
├───────────────────┼───────────┼────────────────┼────────────────┼────────────┤
│ EVM Contracts │ 1,981 │ 2.00% │ 23,302,579.64 │ 8.96% │
├───────────────────┼───────────┼────────────────┼────────────────┼────────────┤
│ EVM EOA │ 79,316 │ 80.20% │ 65,003,572.47 │ 25.00% │
├───────────────────┼───────────┼────────────────┼────────────────┼────────────┤
│ TOTAL │ 98,892 │ 100% │ 260,000,000.00 │ 100% │
└───────────────────┴───────────┴────────────────┴────────────────┴────────────┘
You can see the data in data/distributions/
If you received tokens on HyperCore, there is no claiming needed; the tokens are already in your account.
If your address was part of the EVM EOA bucket (received less than 10 tokens, didn't sign T&C, or didn't have an activated HyperCore account), you can claim directly on our UI: https://app.hyperlend.finance/dashboard?claimAirdrop=true
If you're unable to claim using the UI, you can also use HyperEvmScan
Merkle proofs are available in data/proofs/merkle_proof_eoa.json, find your address.
On HyperEvmScan, connect your wallet, find the claim function, and enter the index, account, amount, and merkleProof from the merkle_proof_eoa.json file.
It should look like this:
Then click write and confirm the transaction in your wallet.
If your HyperEVM smart contract was the recipient, and it has the ability to make custom calls, find the Merkle proof in data/proofs/merkle_proof_contracts.json, follow the instructions above and call claim function on 0x9450b54a3d9586e117a9B00197cD8A938f9b75e2.
If the contract is on Ethereum or it's unable to make custom calls, contact us on Discord: https://discord.com/invite/hyperlendfinance, where our team will verify you own the contract, and then set the airdrop recipient to your desired address.

