市值: $2.7112T -0.14%
成交额(24h): $70.5192B 8.70%
  • 市值: $2.7112T -0.14%
  • 成交额(24h): $70.5192B 8.70%
  • 恐惧与贪婪指数:
  • 市值: $2.7112T -0.14%
加密货币
话题
百科
资讯
加密话题
视频
热门新闻
加密货币
话题
百科
资讯
加密话题
视频
bitcoin
bitcoin

$79605.558674 USD

-0.10%

ethereum
ethereum

$2500.576919 USD

0.42%

tether
tether

$0.999829 USD

-0.03%

bnb
bnb

$744.972209 USD

-1.86%

xrp
xrp

$1.410558 USD

-0.36%

usd-coin
usd-coin

$0.999888 USD

0.00%

solana
solana

$105.322954 USD

0.24%

tron
tron

$0.336708 USD

0.90%

hyperliquid
hyperliquid

$86.895091 USD

0.78%

zcash
zcash

$1205.185177 USD

3.39%

dogecoin
dogecoin

$0.089912 USD

-1.07%

monero
monero

$538.680293 USD

-1.43%

chainlink
chainlink

$13.358396 USD

9.42%

unus-sed-leo
unus-sed-leo

$9.222536 USD

-1.32%

cardano
cardano

$0.218880 USD

-0.07%

加密货币新闻

More than 3.7 million cryptocurrency tokens have failed since 2021

2025/04/30 15:40

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;

}

}

原文来源:crypto

免责声明:info@kdj.com

所提供的信息并非交易建议。根据本文提供的信息进行的任何投资,kdj.com不承担任何责任。加密货币具有高波动性,强烈建议您深入研究后,谨慎投资!

如您认为本网站上使用的内容侵犯了您的版权,请立即联系我们(info@kdj.com),我们将及时删除。

2026年09月08日 发表的其他文章