// Get references to the pop-up container and close button // Function to calculate the difference in days between two timestamps // Function to show or hide the popup based on visit history and closing action // Check if the popup has been closed before const popupClosed = localStorage.getItem('popupClosed'); // Boolean value stored as string // If the popup hasn't been closed, show it immediately popupContainer.style.display = 'flex'; // Show the pop-up sliderAdvertisement.style.display = 'none'; // Hide the slider while the pop-up is shown }, 5000); // Show after 5 seconds // Now apply the timing logic after the user has closed the popup // Calculate the days since the popup was last shown let showPopup = false; // Flag to track whether we should show the popup // Determine if the popup should be shown: // - First time visit (no lastShown value) // - Shown once per day for 3 days // - After 3 days, show every 3 days popupData.lastShown === null || // First time visitor (popupData.timesShown < 3 && daysSinceLastShown >= 1) || // Show once a day for first 3 days (popupData.timesShown >= 3 && daysSinceLastShown >= 3) // Show once every 3 days afterward showPopup = true; // The popup should be shown // Show the popup after 5 seconds popupContainer.style.display = 'flex'; // Show the pop-up sliderAdvertisement.style.display = 'none'; // Hide the slider while the pop-up is shown // Update popupData and store it // Show the slider if the popup is not shown // Ensure elements exist before using them // Call the function to handle popup display logic // Add click event listener to the close button popupContainer.style.display = 'none'; // Hide the pop-up sliderAdvertisement.style.display = 'flex'; // Show the slider advertisement when pop-up is closed localStorage.setItem('popupClosed', true); // Set popup as closed in localStorage // Reset timing logic after the popup is closed timesShown: 0 // Reset counter for daily/3-day logic

Loyalty Program

Dear valued CROWDers! It’s about time we announced that we are launching a thrilling loyalty program: CrowdSwap’s VIP Club. You mean a great deal to us, and that’s why we’re committed to offering exclusive benefits to our loyal members. Our VIPs will get early access to new features, priority customer support, and special discounts. But that’s not all! We’re also introducing a hair-raising referral program where you can earn rewards for inviting friends to join you in the CrowdSwap family. Wait. There’s more! For long-term holders of our CROWD token, we run a series of competitions called LTH (Long-Term Holders) with fabulous prizes to praise their trust in the CrowdSwap project.

VIP CLUB
VIP CLUB
VIP Club

Get ready to unlock a world of perks with CrowdSwap’s prestigious VIP Club! As a valued member, you’ll enjoy a range of exclusive benefits, such as top-tier access to our latest services and opportunities, as well as bonus rewards for your unwavering loyalty. Don’t miss out on this fantastic opportunity to join our VIP Club and start reaping the rewards – stay tuned for more juicy details!

Ambassador Program
Ambassador Program
Ambassador Program

Spread the word and get rewards. If you’re enjoying CrowdSwap, why not tell your friends and family about us? And what’s better than a referral program that compensates for your love by rewarding you? Once you become a “CrowdSwap Ambassador,” you’ll be rewarded for every new user you refer to CrowdSwap.

LTH Group1
LTH Group1
LTH1

CROWD token long-term holder competition group 1 are the users who purchased their first CROWD tokens before 21 February 2023 and HODLed to them. In this competition, we are incentivizing 280 CROWD holders with a share of a hefty prize pool of 1,500,000!

LTH Group2
LTH Group2
LTH2

CROWD token long-term holder competition group 2 are the users who purchased their first CROWD tokens after or on 21 February 2023 and HODLed to them. In this competition, we are incentivizing 280 CROWD holders with a share of a hefty prize pool of 1,500,000!