Is there an easy way to run an AL that requires multiple NFTs in a single wallet?

For example, a wallet must have A, B & C NFTs in order to unlock the mint D NFT? I don’t want the owner to burn the others, just want them to be owned before unlocking the 4th.

Thanks!

gm! This is possible! You can run snapshots for the holders of each token and then from there figure out who owns all 3. We’ll be improving the ability to create audiences/allowlists shortly but for now it will require some manual work.

This worked once I realized that I had to use the snapshot tool in the Dev site to run for each individual token, and not to the one in the “settings” of the campaign itself. Thanks!