ICOs

Everyone is looking for the next "big thing" in crypto. There have been highly successful ICO's however, there have been some that have scammed their participants. Do your own research before jumping in and never invest more in anything crypto than you're willing to lose. Here, we list the ICO's that pass the initial sniff test, but if you see, or find out anything that stinks, contact us and we'll take it down.

Taking Chances in the Cryptoverse

An ICO is an Initial Coin Offering. Their purpose is to give early investors a chance to get new digital currencies at a reduced price before it hits the market or launched as a coin to be used. To participate, you typically must go to the company's website and pay with crypto like Bitcoin, Ethereum, Stellar or other crypto, while some allow you to pay with credit cards or wire transfers.

IIf you find yourself looking for the next big coin, participating in an ICO may be high risk, but also has the potential for a high reward.

Latest ICOs

What are ICOs

Most initial coin offerings offer a set limit of a new digital currency to sell at a fixed rate for a limited time. Some ICOs also allow users who sign up to get airdrop rewards to help promote their new coins.

Initial coin offering list

Potential Benefits of ICOs

While the main purpose of ICOs is to sell initial amounts of the new coin, it allows investors to be the first to buy at a reduced cost the more that's bought. Investors buy in the hopes of reaping huge profits.

New  crypto initial coin offerings

Possible Risks of ICOs

While some ICOs can increase in value, far too many have fallen in value, failed or are simply scammed. Always do your due diligence before investing and never risk more than you can lose.

No items found.

Upcoming ICos

No items found.

Current ICOs

No items found.
// EMAIL DOMAINS TO BLOCK var emailList = /^([\w-\.]+@(?!ericjonesmyemail@gmail.com)([\w-]+\.)+[\w-]{2,4})?$/ // ALERT MESSAGE TO BE SHOWN var emailAlert = 'Please input a valid work email address (NOT Gmail, Outlook, Yahoo, etc.)' // VALIDATion $('input[type=submit]').click(function() { $("input[type=email]").each(function() { var email = $(this).val().toLowerCase(); if (emailList.test(email)) { (this).setCustomValidity(''); } else { (this).setCustomValidity(emailAlert); } }) }); // PREVENTS ALERT FROM APPEARING WITH EACH KEYPRESS $('input[type=email]').on('input', function() { (this).setCustomValidity(''); });