Шумиха вокруг Bitcoin NFT, Layer 2 и рестейкинга BTC «сошла на нет»

cryptonews.ruPublished on 2023-04-22Last updated on 2025-03-22

Руководитель Bitcoin Layer-2 объяснил, как истории вокруг новых возможностей, которые были «чрезмерно раздуты», теперь полностью исчезли по мере развития экосистемы.

Соучредитель Bitlayer Чарли Ху изложил три нарратива вокруг Биткоин, которые, по его мнению, были слишком раздуты. Сюда вошли истории, которые окружали Ordinals, Layer 2 и рестейкинг.

По словам Ху, одной из чрезмерно раздутых историй о Биткоин были невзаимозаменяемые токены (NFT). Руководитель сказал, что, хотя сперва надписи, возможно, и улетели «на Луну», но эта эпоха «сошла на нет».

Данные CryptoSlam показывают, что в первом квартале 2024 года объем Bitcoin NFT составил $1,4 млрд. В первом квартале 2025 года объем составил всего $280 млн, что свидетельствует о падении на 80%. Руководитель считает, что 1000-дневный период Bitcoin NFT может закончиться, и что люди больше не могут ожидать подобных «сумасшедших» ценовых показателей.

Bitcoin layer-2 выдыхаются?

Помимо Bitcoin NFT, Ху сказал, что ажиотаж вокруг Bitcoin Layer-2 и рестейкинга биткоинов также снизился среди венчурных капиталистов.

Ху сказал, что по крайней мере 80 сетей Layer-2 нацелены на финансирование в начале 2024 года, когда нарратив Layer-2 будет силен. Руководитель сказал, что многие проекты представили свои идеи инвесторам, СМИ и различным сообществам. Ху сказал, что, хотя и был некоторый ажиотаж, он «определенно закончился».

Многие другие руководители и предприниматели криптовалют разделяют точку зрения Ху относительно угасающей шумихи вокруг экосистем Layer-2. 20 февраля соучредитель Stacks (STX) Муниб Али сказал, что «фаза медового месяца» для Bitcoin Layer-2 закончилась. Руководитель сказал, что большинство проектов прекратят свое существование, поскольку их первоначальный ажиотаж угаснет.

Между тем Ху также сказал, что третья «чрезмерно разрекламированная» история — это рестейкинг биткоинов. Он сказал, что на данный момент после пика фазы ажиотажа истории в 2024 году выжило всего два или три проекта.

Хотя некоторые разрекламированные истории начали угасать, Ху считает, что в растущей экосистеме Биткоин есть много вещей, которых можно ожидать. Руководитель сказал, что, хотя Layer-2 — это отличная история, они видят ее скорее как двигатель, который питает экосистему децентрализованных финансов Биткоина (Bitcoin DeFi), что может позволить держателям исследовать возможности получения дохода.

«Bitcoin layer-2s предоставляет архитектуру как программируемую, требующую минимального доверия инфраструктуру, которая может обеспечить доход для крупных держателей — биткоин-китов или учреждений. Это очень важный нарратив. Я думаю, что мы будем расширяться все больше и больше с вариантами использования по мере принятия», — сказал Ху.

Bitcoin DeFi еще не взлетела

Между тем Доминик Харц, соучредитель гибридного layer-2 Build on Bitcoin (BOB), сказал, что Bitcoin layer-2s следует рассматривать как долгосрочную игру.

«Рассматривать Bitcoin Layer-2s через краткосрочную призму — значит упускать суть. Циклы ажиотажа приходят и уходят, но устойчивые разработки в криптовалюте, как и сам Bitcoin, по своей сути являются долгосрочными играми», — сказал Харц.

Руководитель также считает, что Bitcoin DeFi еще не раскрыл весь свой потенциал.

«Bitcoin DeFi еще толком не взлетел. Мы еще на ранней стадии. Сейчас в DeFi активно только 0,3% рыночной капитализации Bitcoin по сравнению с 30% для Ethereum», — сказал Харц.

Харц отметил, что это 100-кратное расхождение, заявив, что оно будет быстро уменьшаться по мере взрывного развития Bitcoin DeFi. Руководитель также сказал, что layer-2 — это необходимые технологические достижения для выхода Bitcoin DeFi на рынок.

Макс Санчес, главный технический директор протокола layer-2 Hemi Labs, также считает, что Bitcoin layer-2 не теряет обороты.

Он сказал, что пространство вступает в фазу созревания, когда фундаментальные факторы имеют значение. Санчес сказал, что многие ранние проекты в пространстве Bitcoin layer-2 заимствовали технологию из Ethereum, не адаптируя ее к уникальной архитектуре Bitcoin «таким образом, который действительно расширяет Bitcoin».

Санчес, работающий над гибридным проектом, подключающимся к Ethereum, также сказал, что создание Layer 2 в одном хранилище и отказ от взаимодействия с протоколами на основе Ethereum — это «ложное представление».

Trending Cryptos

Related Reads

Just now, DeepSeek V4 updates with DSpark, improving inference speed by 80%

DeepSeek has updated its DeepSeek V4 model with the DSpark speculative decoding framework, achieving a significant 60-85% speedup in generation for Flash models and 57-78% for Pro models while maintaining the same overall throughput. This engineering-focused update, rather than a core architectural change, introduces DSpark to address latency and throughput bottlenecks in high-concurrency production environments. DSpark combines high-throughput parallel generation with adaptive load-aware verification. Its key innovations include a semi-autoregressive generation architecture to model dependencies within token blocks and a hardware-aware confidence-scheduled verification system. This system uses a confidence head to predict token acceptance probabilities, allowing it to dynamically optimize verification length per request and allocate compute only to tokens with the highest expected payoff. The asynchronous scheduler is designed for real-world deployment, ensuring zero-overhead scheduling and continuous CUDA graph replay while preserving the target model's output distribution. In tests across mathematical reasoning, code generation, and daily dialogue, DSpark outperformed state-of-the-art models like Eagle3 and DFlash, increasing average acceptance length by 26.7%-30.9% and 16.3%-18.4% respectively on Qwen3 target models. DeepSeek also open-sourced DeepSpec, a full-stack codebase for training and evaluating speculative decoding draft models, providing a standardized toolkit that includes data preparation tools, model implementations, training code, and evaluation scripts.

marsbit7h ago

Just now, DeepSeek V4 updates with DSpark, improving inference speed by 80%

marsbit7h ago

Trading

Spot

Hot Articles

How to Buy NFT

Welcome to HTX.com! We've made purchasing AINFT (NFT) simple and convenient. Follow our step-by-step guide to embark on your crypto journey.Step 1: Create Your HTX AccountUse your email or phone number to sign up for a free account on HTX. Experience a hassle-free registration journey and unlock all features.Get My AccountStep 2: Go to Buy Crypto and Choose Your Payment MethodCredit/Debit Card: Use your Visa or Mastercard to buy AINFT (NFT) instantly.Balance: Use funds from your HTX account balance to trade seamlessly.Third Parties: We've added popular payment methods such as Google Pay and Apple Pay to enhance convenience.P2P: Trade directly with other users on HTX.Over-the-Counter (OTC): We offer tailor-made services and competitive exchange rates for traders.Step 3: Store Your AINFT (NFT)After purchasing your AINFT (NFT), store it in your HTX account. Alternatively, you can send it elsewhere via blockchain transfer or use it to trade other cryptocurrencies.Step 4: Trade AINFT (NFT)Easily trade AINFT (NFT) on HTX's spot market. Simply access your account, select your trading pair, execute your trades, and monitor in real-time. We offer a user-friendly experience for both beginners and seasoned traders.

7.2k Total ViewsPublished 2024.03.29Updated 2026.06.02

How to Buy NFT

What is Altura NFT?

Altura: Providing One-Stop NFT Solutions for Game Developers

56.0k Total ViewsPublished 2024.06.12Updated 2024.06.12

What is Altura NFT?

What is AINFT

EternaFi Agents and $AINFT: A Comprehensive Analysis of AI-Powered NFT Infrastructure in the Web3 Ecosystem The intersection of artificial intelligence (AI) and blockchain technology is rapidly evolving, establishing innovative platforms that redefine ownership models and economic participation. EternaFi Agents, along with its native token $AINFT, exemplifies a groundbreaking approach to the tokenization of AI infrastructures through the means of non-fungible tokens (NFTs). Launched in July 2025 by the development team at Nova Club, EternaFi merges the advancements of AI with the decentralized financial mechanisms of blockchain, presenting a unique investment opportunity for participants within the web3 ecosystem. This article aims to provide an in-depth assessment of EternaFi Agents, covering its core components, functionality, and significance within the crypto landscape. Introduction and Project Overview EternaFi Agents stands as a salient example of how blockchain technology can democratize access to advanced AI capabilities. The project endeavors to reshape the paradigm of AI ownership by diversifying economic participation, making sophisticated AI systems accessible to a larger pool of stakeholders. At its core, the project tokenizes a proprietary large language model (LLM) developed by Nova Club, allowing NFT holders to gain fractional exposure to the model's economic performance. By utilizing NFTs representing stakes in the LLM, EternaFi Agents fosters a model wherein stakeholders not only participate in AI service consumption but also enjoy sharing in the economic rewards generated by the platform. This transformative approach enables the development of sustainable revenue models for AI services, all the while promoting broad community engagement and facilitating transparent governance. What is EternaFi Agents? EternaFi Agents represents an AI-NFT infrastructure project that aims to blend the capabilities of AI with blockchain technology in a coherent ecosystem. The essential feature of this project is the creation of NFTs that serve as financial instruments, representing fractions of ownership in Nova Club's proprietary AI infrastructure. Each NFT symbolizes direct exposure to the economic performance of the underlying AI system, providing a lucrative opportunity for investors. The project operates on the Base blockchain, known for its scalability and efficiency, thus ensuring manageable transaction costs while facilitating a seamless operational experience. One of the notable features includes a revenue-sharing mechanism, wherein NFT holders can receive portions of subscription income generated by the AI services provided on the platform. This innovative approach establishes a connection between the success of the AI services and the economic dividends distributed among the holders, thus ensuring an alignment of interests across the community. Who is the Creator of EternaFi Agents? The creative force behind EternaFi Agents is Nova Club, a development team based in Singapore proficient in the amalgamation of AI and blockchain technology. Their prior experience in AI development and cryptocurrency analysis gives credence to the project, contributing a breadth of expertise to the creation of EternaFi Agents. Nova Club’s mission centers on democratizing access to cutting-edge AI technologies while building sustainable economic models that benefit users alongside developers. Their commitment to transparency, community governance, and innovation is reflected in the design and implementation of the EternaFi platform, aiming to establish a unique ecosystem that fosters positive engagement and long-term value creation. Who are the Investors of EternaFi Agents? The specific details concerning investors or investment organizations backing EternaFi Agents are not publicly available. However, EternaFi has adopted an inclusive approach to funding its development through the sale of NFTs to the public, allowing a wide array of participants to invest in the ecosystem. The project’s architecture ensures that core infrastructure is funded responsibly while allowing community members to partake in the ownership and economic returns generated from the AI services. This model emphasizes community engagement by aligning the interests of investors and project developers, creating a collaborative environment where long-term participation is incentivized. How Does EternaFi Agents Work? EternaFi Agents operates through a multifaceted ecosystem where NFTs serve as a primary means of ownership representation within the project. Each NFT holder is entitled to a share of the monthly subscription income produced by the underlying AI-powered platform, thereby positioning NFT ownership as a lucrative investment vehicle. Revenue Generation Mechanism The primary source of revenue generation for the EternaFi platform stems from subscription fees related to the AI services provided. Users can access various tiered services, ranging from basic market analysis tools to comprehensive AI-assisted trading solutions. These services are monetized and form the basis for the revenue-sharing framework, which distributes profits to NFT holders through automated smart contracts. An innovative feature of the EternaFi ecosystem is the revenue-sharing mechanism that operates transparently, ensuring that rewards are allocated based on verifiable metrics from the AI platform's operations. This creates a direct link between the performance of AI services and the returns available to community investors, establishing a sustainable economic model. Staking and Vesting Mechanisms Participants within EternaFi can engage in staking their NFTs to unlock additional economic benefits. The vesting schedule is designed to promote long-term commitment among participants, rewarding those who exhibit ongoing support for the project. This ensures a robust alignment of interests and fosters a sense of community engagement essential for achieving the project's long-term goals. Transparent Governance EternaFi Agents embraces decentralized governance, allowing NFT holders to play an active role in decision-making regarding the platform's development and future directions. The governing structure includes community voting mechanisms, providing NFT holders with the opportunity to influence significant decisions and contributing to a collaborative approach to project growth. Timeline of EternaFi Agents The development trajectory of EternaFi Agents showcases a systematic approach toward building a sustainable AI infrastructure while meeting the needs of community participants. Below is a timeline of important milestones in the project’s history: July 2025: Launch of EternaFi Agents, including the public sale of NFTs and deployment of the $AINFT token on the Base blockchain. Q4 2025: Establishment of market infrastructure including liquidity pools and launch of staking dashboards for NFT holders. 2026: Initiation of community engagement programs, expanding AI capabilities, and integration with cross-chain technologies. Q4 2026: Implementation of the dividend distribution system, allowing NFT holders to reap economic benefits from their investments. These milestones signify the focus on establishing a functional and participative ecosystem while ensuring continuous evolution to meet market demands. Technological Infrastructure and Blockchain Integration EternaFi Agents is anchored in an advanced technological framework combining AI systems with blockchain capabilities. Operating on the Base blockchain, the project leverages the advantages of scalability and low transaction costs. The underlying smart contract architecture governs the NFT ownership, revenue sharing, and community management features, ensuring efficiency and transparency. AI System Development The proprietary large language model underpinning EternaFi Agents has been independently developed and designed to cater to revenue-generating applications without reliance on proprietary external frameworks. This endeavor reflects a commitment to creating a versatile and adaptable AI infrastructure capable of delivering meaningful services to users, thus generating economic value for investors. Security Measures The robustness of EternaFi’s security infrastructure is paramount. Regular audits and stringent security measures ensure the integrity of the AI systems and blockchain mechanisms, safeguarding against potential vulnerabilities while fostering confidence among participants. Conclusion EternaFi Agents signifies a landmark innovation within the realm of artificial intelligence and blockchain technology, opening avenues for community ownership and economic participation in advanced AI capabilities. The project’s comprehensive strategy to tokenize AI infrastructure via NFTs establishes a precedent for future decentralized ecosystems. By harmonizing technical sophistication with user-centric economic models, EternaFi not only fosters engagement but also generates a sustainable revenue-sharing framework for community participants. The significance of EternaFi extends well beyond its operational success as it exemplifies how blockchain can democratize cutting-edge AI technologies, paving the way for future ventures in this intersectional space. The evolution of EternaFi Agents may herald a new era of AI development characterized by participant-driven governance, sustainable economic models, and transparent verification, ultimately contributing to the broader democratization of AI and technology accessibility across industries.

4.1k Total ViewsPublished 2025.08.14Updated 2025.08.14

What is AINFT

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of NFT (NFT) are presented below.

活动图片