The Airdrop is based on MerkleProofs.
A MerkleProof allow us to prove that some piece of data that we want is in fact in a group of data.
MerkleProof comes from MerkleTrees.
MerkleTrees are the data structure used.
A visual representation of MerkleTree is the following
