Spin the Daily Wheel, complete tasks, and unlock extra milestone bonuses
DePIN network turning unused internet bandwidth into rewards
Exclusive Rewards, Sign up and Check the Rewards hub
Earn points by completing on-chain milestones using testnet
Sign up Today on Bybit and Claim up to $30k Bonus
Earn yield via sUSDe and sENA while stacking $ENA rewards
Unlock a gift box worth up to 1 $ETH and more
Browse all airdrops
Discover the best crypto airdrops all in one place. Since 2017, we’ve tracked, tested, and reviewed thousands of airdrop campaigns—holder drops, retroactive rewards, staking farms, play-to-earn events, and more. Whether you’re a beginner looking for free airdrops with zero investment or an advanced user farming with capital, we’ve got you covered. Use our filters to explore airdrops by category, blockchain, or strategy and start earning crypto today. Airdrops are the easiest way to grow your portfolio—let’s farm them together.
';
console.log('fetchAirdrops');
const xhr = new XMLHttpRequest();
xhr.open('POST', 'https://airdropalert.com/wp-admin/admin-ajax.php', true);
xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
xhr.onreadystatechange = function () {
if (xhr.readyState === 4 && xhr.status === 200) {
// Process and highlight search results
if (searchQuery.trim().length >= 3) {
const response = xhr.responseText;
resultsContainer.innerHTML = response; // Set the response HTML
const titles = resultsContainer.querySelectorAll('.project-name');
const regex = new RegExp(searchQuery, 'gi');
titles.forEach(title => {
title.innerHTML = title.textContent.replace(regex, match => `${match}`);
});
} else {
resultsContainer.innerHTML = xhr.responseText;
}
if (window.modifyIcons) {
window.modifyIcons(); // Call the function after the content is updated
}
if (window.cardAnchor) {
window.cardAnchor(); // Call the function after the content is updated
}
}
};
xhr.send(`action=fetch_airdrops&kyc=${encodeURIComponent(kyc)}&status=${encodeURIComponent(status)}&category=${encodeURIComponent(category)}&blockchain=${encodeURIComponent(blockchain)}&sort=${encodeURIComponent(sort)}&search_query=${encodeURIComponent(searchQuery)}&paged=${encodeURIComponent(paged)}&_wpnonce=b2f164c8ba`);
}
const urlParams = new URLSearchParams(window.location.search);
const categoryFromUrl = urlParams.get('category');
console.log('categoryFromUrl ', categoryFromUrl );
const blockchainFromUrl = urlParams.get('blockchain');
if (blockchainFromUrl && blockchainFromUrl !== '') {
fetchAirdrops('', '', '', blockchainFromUrl, '');
} else if (categoryFromUrl && categoryFromUrl !== '') {
fetchAirdrops('', '', categoryFromUrl, [], '');
} else {
// If category is not present in URL, load latest 5 posts
console.log('else');
fetchAirdrops('', '', '', [], '');
}
// Event listener for the search button
searchBtn.addEventListener('click', function () {
const kycValue = document.getElementById('filter-kyc').value;
const statusValue = document.getElementById('filter-status').value;
const category = document.getElementById('filter-category').value;
const blockchain = document.querySelector('.selected-options-container');
const options = blockchain.querySelectorAll('.selected-option');
const blockchainValues = Array.from(options).map(option => {
return option.cloneNode(true).childNodes[0].textContent.trim();
}).join(',');
const sortValue = document.getElementById('filter-sort').value;
const searchQuery = searchBox.value;
clearTimeout(debounceTimeout);
fetchAirdrops(kycValue, statusValue, category, blockchainValues, sortValue, searchQuery);
});
// Handle pagination link clicks
document.addEventListener('click', function (e) {
if (e.target.matches('.airdrop-pagination a.page-numbers')) {
e.preventDefault();
const kycValue = document.getElementById('filter-kyc').value;
const statusValue = document.getElementById('filter-status').value;
const category = document.getElementById('filter-category').value;
const blockchain = document.querySelector('.selected-options-container');
const options = blockchain.querySelectorAll('.selected-option');
const blockchainValues = Array.from(options).map(option => {
return option.cloneNode(true).childNodes[0].textContent.trim();
}).join(',');
const sortValue = document.getElementById('filter-sort').value;
const searchQuery = searchBox.value;
const page = e.target.getAttribute('href').split('paged=')[1];
fetchAirdrops(kycValue, statusValue, category, blockchainValues, sortValue, searchQuery, page);
}
});
// Debounce function for search input
searchBox.addEventListener('input', function () {
const searchQuery = this.value;
clearTimeout(debounceTimeout);
if (searchQuery.length >= 3) {
messageContainer.textContent = '';
debounceTimeout = setTimeout(function () {
const kycValue = document.getElementById('filter-kyc').value;
const statusValue = document.getElementById('filter-status').value;
const category = document.getElementById('filter-category').value;
const blockchainValues = Array.from(document.getElementsByClassName('multi-select-button')).map(element => element.innerHTML.toLowerCase())
.filter(value => value !== 'blockchain')
.join(',');
const sortValue = document.getElementById('filter-sort').value;
fetchAirdrops(kycValue, statusValue, category, blockchainValues, sortValue, searchQuery);
}, 1000);
} else if (searchQuery.length > 0) {
messageContainer.textContent = 'Please type at least 3 characters to search.';
} else {
messageContainer.textContent = '';
const kycValue = document.getElementById('filter-kyc').value;
const statusValue = document.getElementById('filter-status').value;
const category = document.getElementById('filter-category').value;
const blockchainValues = Array.from(document.getElementsByClassName('multi-select-button')).map(element => element.innerHTML.toLowerCase())
.filter(value => value !== 'blockchain')
.join(',');
const sortValue = document.getElementById('filter-sort').value;
const searchQuery = searchBox.value;
clearTimeout(debounceTimeout);
fetchAirdrops(kycValue, statusValue, category, blockchainValues, sortValue, searchQuery);
}
});
});
Once you start airdrop farming, it’s hard to stop—free crypto landing in your wallet just hits different. But not all crypto airdrops are worth your time, so choose wisely. Focus on the airdrops that align with your goals, whether you’re after simple rewards or deep-diving into delta-neutral farming and looping strategies. We cover it all in our blogs, so stick around. And when it’s time to cash out, use one of the exchanges below with our referral link—it helps keep our airdrop content free and fresh for everyone.
Trade your crypto
Support us by using our referral link on these exchanges. Claim their sign up bonus and trade your airdropped coins and other cryptocurrencies.
Check for Unclaimed Airdrops - Money might be Waiting
AIRDROPS
Read more on our blog
Cookie Consent
To deliver the best AirdropAlert experience, we use digital cookies (not the edible kind). These help us personalise your visit, improve our platform, and keep things secure. You can accept all, adjust your preferences, or reject non-essential cookies at any time.
These cookies are essential for the website to function properly.
These cookies help us understand how visitors interact with our website.
These cookies are used to track visitors across websites to display relevant advertisements.
These cookies enable the website to remember information that changes the way the website behaves or looks.