NFT Challenges and Recovery 2024

NFT Challenges and Recovery 2024

Key Challenges for NFTs in 2024

  1. Decreasing Support:
    • Social media platform X removed NFT integration for profile pictures in January.
    • GameStop closed its NFT marketplace, citing regulatory uncertainty.
    • DraftKings, Immutable, and Kraken also shut down their NFT marketplaces later in the year.
  2. Regulatory Pressure:
    • The SEC issued Wells notices to major NFT entities, including OpenSea and CyberKongz.
    • OpenSea faced allegations of offering unregistered securities.
    • CyberKongz was scrutinized for its token use in blockchain gaming.
  3. Market Downturn:
    • NFT sales volumes dropped for seven consecutive months, hitting a record low in September.

Month

Sales Volume (in $)

March

1.6 billion

September

Less than 300 million

October

356 million

November

562 million

Signs of Recovery

After a tough year, NFTs started to show some signs of recovery in October and November:

  • October saw sales increase by 18% due to Ethereum, Bitcoin, and Solana-based NFTs.
  • Sales in November reached $562 million, the highest in six months.

Predictions for 2025

Experts believe NFTs will evolve and expand into new use cases:

  • Broader Applications:
    Jana Bertram of RARI Foundation suggests NFTs could extend into areas like identity verification and healthcare.
  • Bitcoin NFTs:
    OKX’s Lennix Lai noted a 55% increase in Bitcoin Ordinals trading volume from October to November. He predicts significant growth for Bitcoin-based NFTs.
  • Market Growth:
    Yat Siu of Animoca Brands thinks NFTs will have an even better year than 2021 and 2022, especially in Web3 gaming.

While 2024 was a tough year for NFTs, the industry has shown resilience. A focus on innovation and practical applications could drive their revival in 2025. Industry leaders remain optimistic, pointing to the untapped potential of NFTs in gaming, identity, and ownership solutions.

0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

You May Also Like
Vitalik 发文提议简化以太坊 L1,目标五年内协议简洁性接近比特币 – BitRss
Read More

Vitalik 发文提议简化以太坊 L1,目标五年内协议简洁性接近比特币 – BitRss

ChainCatcher 消息,以太坊联合创始人 Vitalik Buterin 发布博客文章表示,以太坊的目标是成为“世界账本”:存储文明资产和记录的平台,金融、治理、高价值数据认证等的基础层。这需要两点:可扩展性和弹性。本帖的目标,是聚焦弹性(最终也关系到可扩展性)中的一个极其重要、但也很容易被低估的方面:协议的简洁性。比特币最棒的一点之一,正是它的协议设计极其简洁优雅,保持协议的简洁性有助于比特币或以太坊成为一个可信中立且全球信任的基础设施层。过去,以太坊在这方面往往做得不够,这篇文章接下来将讨论:未来五年,以太坊如何可以变得几乎像比特币一样简洁。 简化共识层:新的共识层(原名“Beam 链”)旨在运用我们过去十年在共识理论、ZK-SNARK 开发、权益证明经济学以及其他领域积累的所有经验,为以太坊创建一个长期最优的共识层。该共识层的优势在于,它比现有的信标链要简洁得多。 简化执行层:EVM 的复杂性日益增加,而这种复杂性的大部分已被证明是不必要的(在很多情况下是我的错),建议将 EVM 替换为 RISC-V,或者用其他可以编写以太坊 ZK 证明器的虚拟机。 我建议我们学习项目 tinygrad 的做法,为以太坊长期的技术规范设定一个“最大代码行数目标”,目标是让以太坊中与共识相关的关键代码尽可能接近比特币的简洁程度。涉及以太坊历史规则处理的代码仍将保留,但应避免进入共识关键路径。同时,我们也应在整体设计哲学中贯彻以下原则:在可能的情况下优先选择更简单的方案,倾向于“封装的复杂性”而非“系统性的复杂性”,并在设计决策中优先采用具有清晰可验证属性和保障的方案。