Market Cap: $2.9745T -0.250%
Volume(24h): $71.0593B -14.190%
  • Market Cap: $2.9745T -0.250%
  • Volume(24h): $71.0593B -14.190%
  • Fear & Greed Index:
  • Market Cap: $2.9745T -0.250%
Cryptos
Topics
Cryptospedia
News
CryptosTopics
Videos
Top News
Cryptos
Topics
Cryptospedia
News
CryptosTopics
Videos
bitcoin
bitcoin

$94730.894315 USD

0.06%

ethereum
ethereum

$1803.817092 USD

0.22%

tether
tether

$1.000728 USD

0.04%

xrp
xrp

$2.242803 USD

-1.90%

bnb
bnb

$602.748908 USD

-0.53%

solana
solana

$147.616062 USD

0.03%

usd-coin
usd-coin

$1.000264 USD

0.02%

dogecoin
dogecoin

$0.175709 USD

-1.56%

cardano
cardano

$0.700941 USD

-0.38%

tron
tron

$0.243817 USD

-1.38%

sui
sui

$3.546432 USD

0.04%

chainlink
chainlink

$14.716170 USD

-1.94%

avalanche
avalanche

$21.873983 USD

0.35%

stellar
stellar

$0.280000 USD

-0.50%

unus-sed-leo
unus-sed-leo

$9.011306 USD

0.11%

Cryptocurrency News Articles

More than 3.7 million cryptocurrency tokens have failed since 2021

Apr 30, 2025 at 03:40 pm

This sharp decline in token survivability may be linked to broader market turbulence, particularly following Donald Trump's inauguration in January 2025

More than 3.7 million cryptocurrency tokens have failed since 2021

More than 3.7 million cryptocurrency tokens have failed since 2021, with nearly half of those collapses occurring during the Pump.fun-driven memecoin craze, according to new research by crypto pricing platform GeckoTerminal.

According to the research, a total of 1.8 million tokens failed in Q1 this year alone, making up 49.7% of all token failures recorded between 2021 and 2025. In 2024, nearly 1.4 million projects also went under, according to the research, which included data from blockchain analytics platforms and crypto price aggregators. Together, the two years saw most of the crypto market’s token shutdowns.

“This sharp decline in token survivability may be linked to broader market turbulence, particularly following Donald Trump’s inauguration in January 2025, which coincided with a downturn in the crypto market.”

The number of new crypto projects has also surged. For instance, just over 428,000 tokens were listed on crypto price aggregator platforms in 2021. By 2025, that number had jumped to nearly seven million. The researchers say much of this growth “can be attributed to the launch of Pump.fun, which simplified the process of creating tokens, leading to a flood of meme coins and low-effort projects entering the market.”

Before Pump.fun launched in 2024, the number of project failures was significantly lower. From 2021 to 2023, failures remained in the low six digits. Combined, those three years accounted for just 12.6% of total token deaths, the data shows.

GeckoTerminal explained that it defines “dead tokens” as those which are no longer actively traded, noting that only tokens that had “one trade or more” before going defunct were considered.getTokenCount = async () => {

const response = await fetch('https://coinranking.com/coins');

const html = await response.text();

const parser = new DOMParser();

const document = parser.parseFromString(html, 'text/html');

const table = document.querySelector('table.table');

const rows = table.querySelectorAll('tbody tr');

let count = 0;

for (const row of rows) {

const tokenUrl = row.querySelector('a.text-tertiary').href;

const tokenChain = row.querySelector('span.coin-chain').textContent.trim();

const tokenCount = await getTokenCountChain(tokenChain, tokenUrl);

count += tokenCount;

}

console.log('Total token count:', count);

};

getTokenCount();

async function getTokenCountChain(chain, tokenUrl) {

const url = new URL(tokenUrl);

const id = url.searchParams.get('id');

const response = await fetch(`https://api.coinranking.com/v1/public/l1/27011/${chain}/coins/${id}/price`);

const data = await response.json();

if (data.error) {

return 0;

} else {

return 1;

}

}

Disclaimer:info@kdj.com

The information provided is not trading advice. kdj.com does not assume any responsibility for any investments made based on the information provided in this article. Cryptocurrencies are highly volatile and it is highly recommended that you invest with caution after thorough research!

If you believe that the content used on this website infringes your copyright, please contact us immediately (info@kdj.com) and we will delete it promptly.

Other articles published on Apr 30, 2025