2025 Bitcoin Protocol Layer Comprehensive Review

marsbitОпубликовано 2025-12-23Обновлено 2025-12-23

Введение

**Summary: Bitcoin Protocol Layer Review 2025** The 2025 Bitcoin Optech annual report highlights a major shift in Bitcoin's development, moving from "passive defense" to "active evolution." The year was defined by three core trends: **defensive hardening** against future quantum computing threats, **functional layering** to enhance scalability and programmability without compromising decentralization, and **infrastructure decentralization** to lower participation barriers and strengthen censorship resistance. Key developments include: 1. **Quantum Defense:** A clear, actionable roadmap emerged, with proposals like P2TSH and discussions on post-quantum signature schemes (e.g., Winternitz, STARKs). 2. **Soft Fork Proposals:** A surge in proposals (e.g., CTV, CSFS, OP_CCV) aimed at enabling more expressive scripts for native vaults and complex contracts. 3. **Mining Decentralization:** Progress on Stratum v2 and new protocols like MEVpool to return transaction selection power to individual miners and combat censorship. 4. **Security & Testing:** Enhanced immunity through rigorous vulnerability disclosures and differential fuzzing, which identified over 35 critical bugs. 5. **Lightning Network Splicing:** Experimental feature allowing dynamic channel balance adjustments without closures, significantly improving usability. 6. **Validation Efficiency:** Advancements in SwiftSync and Utreexo to dramatically reduce the resource requirements for running a full node. 7. **Clus...

Author: Pan Zhixiong

Bitcoin Optech's annual summaries have long been regarded as the technical barometer for the Bitcoin ecosystem. They do not on price fluctuations, but on recording the most authentic pulse of the Bitcoin protocol and its critical infrastructure.

The 2025 report reveals a clear trend: Bitcoin is undergoing a paradigm shift from "passive defense" to "active evolution."

Over the past year, the community is no longer content with merely patching vulnerabilities; instead, it has begun systematically addressing existential threats (like quantum computing) and is aggressively exploring the boundaries of scalability and programmability without sacrificing decentralization. This report is not just a memo for developers; it is a key index for understanding Bitcoin's asset attributes, network security, and governance logic for the next five to ten years.

Core Conclusions

Throughout 2025, Bitcoin's technical evolution has exhibited three core characteristics, which are also the key to understanding the following 10 major events:

  1. Proactive Defense: The defense roadmap against quantum threats has, for the first time, become clear and actionable. Security thinking has extended from the "present" to the "post-quantum era."
  2. Layered Functionality: The high-density discussion of soft fork proposals and the "hot-swappable" evolution of the Lightning Network show that Bitcoin is achieving the architectural goal of a "stable base layer, flexible upper layers" through layered protocols.
  3. Infrastructure Decentralization: From mining protocols (Stratum v2) to node validation (Utreexo/SwiftSync), significant engineering resources have been invested in lowering participation barriers and enhancing censorship resistance, aiming to counter the gravitational pull of centralization in the physical world.

Bitcoin Optech's annual report covers hundreds of code commits, mailing list debates, and BIP proposals from the past year. To extract the true signal from the technical noise, I have filtered out updates limited to "local optimizations" and selected the following 10 events that have a structural impact on the ecosystem.

1. Systematic Defense Against Quantum Threats and the "Hardening Roadmap"

【Status: Research & Long-term Proposals】

2025 marks a qualitative change in the Bitcoin community's attitude towards the threat of quantum computing, shifting from theoretical discussion to engineering preparation. BIP360 was assigned a number and renamed P2TSH (Pay to Tapscript Hash). This is seen as a crucial stepping stone for the quantum hardening roadmap and more generally serves certain Taproot use cases (e.g., commitment structures that don't require an internal key).

Simultaneously, the community delved into more specific quantum-safe signature verification schemes. This includes, under the premise of potentially introducing corresponding scripting capabilities in the future (e.g., reintroducing OP_CAT or adding new signature verification opcodes), constructing Winternitz signatures using OP_CAT, discussing making STARK verification a native scripting capability, and optimizing the on-chain cost of hash-based signature schemes (like SLH-DSA / SPHINCS+).

This issue ranks first because it touches the mathematical foundation of Bitcoin. If quantum computing were to weaken the elliptic curve discrete logarithm assumption in the future (thus threatening the security of ECDSA/Schnorr signatures), it would trigger systemic migration pressure and a security stratification of historical outputs. This forces Bitcoin to prepare an upgrade path at the protocol and wallet layers in advance. For long-term holders, choosing custody solutions with an upgrade roadmap and a culture of security audits, as well as paying attention to potential future migration windows, will become essential lessons for asset preservation.

2. Proliferation of Soft Fork Proposals: Building the Foundation for "Programmable Vaults"

【Status: High-Density Discussion / Draft Stage】

This year saw high-density discussions on soft fork proposals, focusing primarily on how to unleash scripting expressiveness while maintaining minimalism. Covenant-like proposals such as CTV (BIP119) and CSFS (BIP348), along with technologies like LNHANCE and OP_TEMPLATEHASH, are all attempting to introduce more secure "covenants" to Bitcoin. Furthermore, OP_CHECKCONTRACTVERIFY (CCV) became BIP443, and various arithmetic opcodes and script recovery proposals are also queuing for consensus.

These seemingly obscure upgrades are, in reality, adding new "physical laws" to the global value network. They hold the promise of making native "Vaults"-like constructions simpler, safer, and more standardized, allowing users to set mechanisms like delayed withdrawals and revocation windows, achieving "programmable self-custody" at the level of protocol expressibility. Simultaneously, these capabilities are expected to significantly reduce the interaction costs and complexity of Layer 2 protocols like the Lightning Network and DLCs (Discreet Log Contracts).

3. "Censorship-Resistant" Restructuring of Mining Infrastructure

【Status: Experimental Implementation / Protocol Evolution】

The decentralization of the mining layer directly determines Bitcoin's censorship resistance. In 2025, Bitcoin Core 30.0 introduced an experimental IPC interface, significantly optimizing the interaction efficiency between mining pool software/Stratum v2 services and Bitcoin Core's validation logic, reducing reliance on inefficient JSON-RPC, and paving the way for Stratum v2 integration.

A key capability of Stratum v2 is (when mechanisms like Job Negotiation are enabled) to further devolve transaction selection power from pools to the more dispersed miner side, thereby enhancing censorship resistance. At the same time, the emergence of MEVpool attempts to address the MEV problem through template blinding and market competition: ideally, multiple marketplaces should coexist to avoid a single marketplace becoming a new centralized hub. This directly relates to whether ordinary users' transactions can still be fairly included in blocks under extreme conditions.

4. Immune System Upgrade: Vulnerability Disclosure and Differential Fuzzing

【Status: Ongoing Engineering Operations】

Bitcoin's security relies on self-examination before real attacks occur. In 2025, Optech documented numerous vulnerability disclosures targeting Bitcoin Core and Lightning implementations (like LDK/LND/Eclair), ranging from stuck funds to privacy deanonymization, and even serious fund theft risks. This year, Bitcoinfuzz utilized "Differential Fuzzing" technology, comparing the reactions of different software to the same data, uncovering over 35 deep-seated bugs.

This high-intensity "stress testing" is a sign of ecosystem maturity. It acts like a vaccine; while it exposes weaknesses in the short term, it significantly enhances the system's immunity in the long run. For users relying on privacy tools or the Lightning Network, this also serves as a wake-up call: no software is absolutely perfect, and keeping critical components updated is the most fundamental rule for ensuring the safety of deposits.

5. Lightning Network Splicing: "Hot Updates" for Channel Funds

【Status: Cross-Implementation Experimental Support】

The Lightning Network (LN) witnessed a major usability breakthrough in 2025: Splicing (channel hot updates). This technology allows users to dynamically adjust channel funds (depositing or withdrawing) without closing the channel. It currently has experimental support in the three major implementations: LDK, Eclair, and Core Lightning. Although the relevant BOLTs specifications are still being refined, significant progress has been made in cross-implementation compatibility testing.

Splicing is the key capability for "adding or subtracting funds without closing the channel." It is expected to reduce payment failures and operational friction caused by the inconvenience of adjusting channel funds. In the future, wallets are expected to significantly lower the learning curve of channel engineering, allowing more users to use the LN as a payment layer closer to a "balance account," which is a crucial piece for Bitcoin payments moving towards mass daily use.

6. Validation Cost Revolution: Running Full Nodes on "Common Devices"

【Status: Prototype Implementation (SwiftSync) / BIP Draft (Utreexo)】

The moat of decentralization lies in validation cost. In 2025, two technologies, SwiftSync and Utreexo, directly tackled the "full node barrier." SwiftSync optimizes the UTXO set write path during IBD (Initial Block Download): it only adds an output to the chainstate if it is confirmed as still unspent at the end of IBD, and with the help of a "minimally trusted" hints file, it accelerated the IBD process by over 5x in sample implementations, while also opening space for parallel validation. Utreexo (BIP181-183), on the other hand, uses a Merkle forest accumulator, allowing nodes to validate transactions without storing the full UTXO set locally.

The advancement of these two technologies means that running a full node on resource-constrained devices will become practically feasible, increasing the number of independent verifiers in the network.

7. Cluster Mempool: Reshaping the Underlying Scheduling of the Fee Market

【Status: Nearing Release (Staging)】

Among the expected features for Bitcoin Core 31.0, the implementation of Cluster Mempool is nearing completion. It introduces structures like TxGraph, abstracting complex transaction dependency relationships into an efficiently solvable "transaction cluster linearization/ordering" problem, making block template construction more systematic.

Although this is an underlying scheduling system upgrade, it is expected to improve the stability and predictability of fee estimation. By eliminating abnormal inclusion orders caused by algorithmic limitations, the future Bitcoin network will behave more rationally and smoothly during congestion, and users' transaction acceleration requests (CPFP/RBF) can also take effect under more deterministic logic.

8. Fine-Grained Governance of the P2P Propagation Layer

【Status: Policy Updates / Continuous Optimization】

In response to the surge in low-fee transactions observed in 2025, the Bitcoin P2P network experienced a policy inflection point. Bitcoin Core 29.1 lowered the default minimum relay fee to 0.1 sat/vB. Meanwhile, the Erlay protocol continued to advance to reduce node bandwidth consumption; additionally, the community proposed ideas like "block template sharing" and continued to optimize compact block reconstruction strategies to cope with an increasingly complex propagation environment.

With more consistent policies and lower default node thresholds, the feasibility of propagating low-fee transactions across the network is expected to improve. These directions are expected to lower the hard bandwidth requirements for running a node, further maintaining the network's fairness.

9. The OP_RETURN and the "Tragedy of the Commons" Debate Over Block Space

【Status: Mempool Policy Change (Core 30.0)】

Core 30.0 relaxed the policy restrictions on OP_RETURN (allowing more outputs, removing some size limits), which sparked a fierce philosophical debate about Bitcoin's purpose in 2025. Note that this is a Bitcoin Core Mempool Policy (default relay/standardness policy) change, not a consensus rule change; however, it significantly affects whether a transaction is easily propagated and seen by miners, thus genuinely impacting the competition for block space.

Proponents argue it corrects incentive distortions, while opponents worry it could be seen as an endorsement of "on-chain data storage." This debate reminds us that block space, as a scarce resource, has its usage rules (even at the non-consensus level) subject to ongoing博弈 (game theory/negotiation) among various interests.

10. Bitcoin Kernel: "Componentization" Refactoring of Core Code

【Status: Architectural Refactoring / API Release】

Bitcoin Core took a key step towards architectural decoupling in 2025: introducing the Bitcoin Kernel C API. This marks the separation of "consensus validation logic" from the massive node program into an independent, reusable standard component. Currently, this kernel can support external projects in reusing block validation and chain state logic.

"Kernelization" will bring structural security benefits to the ecosystem. It allows wallet backends, indexers, and analysis tools to directly call the official validation logic, avoiding consensus divergence risks caused by reinventing the wheel. This is like providing the Bitcoin ecosystem with a standardized "OEM engine"; applications built on top of it will be more robust.

Appendix: Terminology Glossary (Mini-Glossary)

To aid reading, here are brief definitions of key terms in the article:

  • UTXO (Unspent Transaction Output): The basic unit of the Bitcoin ledger state, recording who owns how many coins.
  • IBD (Initial Block Download): The process where a new node synchronizes historical data when joining the network.
  • CPFP / RBF: Two transaction acceleration mechanisms. CPFP (Child Pays For Parent) uses a new transaction to pull an old one; RBF (Replace-By Fee) directly replaces a low-fee transaction with a higher-fee one.
  • Mempool (Memory Pool): A buffer used by nodes to store transactions that have been broadcast but not yet included in a block.
  • BOLTs: The series of technical specifications for the Lightning Network (Basis of Lightning Technology).
  • MEV (Maximal Extractable Value): The maximum value that can be extracted by miners through reordering or censoring transactions.

Трендовые криптовалюты

Связанные с этим вопросы

QWhat are the three core characteristics of Bitcoin's technical evolution in 2025 as identified in the article?

AThe three core characteristics are: 1. Defense Pre-positioning: A clear and actionable defense roadmap against quantum threats. 2. Functional Layering: High-density discussion of soft fork proposals and the 'hot-swappable' evolution of the Lightning Network, creating an architecture of a 'stable base layer and a flexible upper layer'. 3. Infrastructure Decentralization: Significant resources invested in lowering participation barriers and enhancing anti-censorship capabilities, such as through mining protocols (Stratum v2) and node validation (Utreexo/SwiftSync).

QWhat is the significance of BIP360 (P2TSH) and the related discussions in 2025 regarding quantum threats?

ABIP360, renamed to P2TSH (Pay to Tapscript Hash), is a crucial stepping stone in the quantum defense roadmap. It serves more generically for certain Taproot use cases. The community also deeply explored specific quantum-resistant signature schemes, such as constructing Winternitz signatures with OP_CAT, discussing native STARK verification as a script capability, and optimizing the on-chain cost of hash-based signature schemes like SLH-DSA/SPHINCS+. This shift from theoretical discussion to engineering preparation is vital as it addresses the mathematical foundation of Bitcoin, preparing for a potential future where quantum computing could compromise current signature algorithms.

QHow does Splicing improve the usability of the Lightning Network?

ASplicing allows users to dynamically adjust the amount of funds in a Lightning channel (adding or withdrawing) without the need to close the channel. This 'hot-update' capability, which has gained experimental support across major implementations like LDK, Eclair, and Core Lightning, reduces payment failures and operational friction caused by the previous inconvenience of adjusting channel funds. It lowers the learning curve for users, making the Lightning Network more like a 'balance account' payment layer and is a key piece for enabling large-scale daily Bitcoin payments.

QWhat is the purpose of the Bitcoin Kernel C API introduced in Bitcoin Core?

AThe Bitcoin Kernel C API represents a key architectural decoupling step. Its purpose is to剥离 (strip out) the 'consensus verification logic' from the massive node program and turn it into an independent, reusable standard component. This 'kernelization' provides a structural security benefit to the ecosystem by allowing external projects like wallet backends, indexers, and analysis tools to directly call the official validation logic, thereby avoiding the risk of consensus differences that can arise from rebuilding this complex component from scratch. It acts as a standardized 'factory engine' for building more robust applications.

QWhat change did Bitcoin Core 30.0 make regarding OP_RETURN, and why was it controversial?

ABitcoin Core 30.0 relaxed the mempool policy restrictions on OP_RETURN outputs, allowing more outputs and removing some size limits. This change was controversial because it sparked a philosophical debate about the purpose of Bitcoin. Supporters argued it corrected incentive distortions, while opponents worried it could be seen as an endorsement of 'on-chain data storage'. The debate highlights that block space is a scarce resource, and its usage rules (even non-consensus ones) are the result of ongoing博弈 (game theory/contention) between different interests.

Похожее

После трёх кварталов падения: получится ли у крипторынка стабилизироваться в третьем квартале?

Криптовалютный рынок пережил худший квартал с 2022 года, общая капитализация упала на 12,6% до $2,1 трлн, а дневные объемы торгов снизились на 20,9%. Впервые за три года сократилась и капитализация стейблкоинов. Основные факторы спада — отток средств из биткоин-ETF, распродажа биткоинов корпоративным казначейством Strategy и ужесточение монетарной политики ФРС. Второй квартал завершился чистым оттоком $46,7 млрд из ETF, при этом в июне отток достиг рекордных $45 млрд. Ключевым событием третьего квартала станет заседание ФРС 28–29 июля. Мягкий сигнал может поддержать биткоин в диапазоне $68 000–84 000 и вернуть приток в ETF, тогда как жесткая риторика способна сместить торговый диапазон к $50 000–56 000. Законодательная неопределенность также давит на рынок: прогресс по закону CLARITY Act, определяющему регуляторные границы, замедлился, и вероятность его принятия в 2026 году упала до 40–45%. Несмотря на общий спад, два сегмента показали рост: объемы на рынках предсказаний выросли на 48,7%, а торговля токенизированными коллекционными предметами увеличилась на 143%. Сектор RWA продолжает стабильно развиваться, достигнув $28,1 млрд. Рынок, вероятно, миновал фазу острой распродажи, но для устойчивого восстановления необходимы ясность от ФРС и регуляторный прогресс.

marsbit14 ч. назад

После трёх кварталов падения: получится ли у крипторынка стабилизироваться в третьем квартале?

marsbit14 ч. назад

BIT Торговые часы: BTC по-прежнему под давлением 200 EMA на недельном графике, после отскока возможен перезапуск нисходящего движения; секторы хранения данных и полупроводников, выросшие ночью, начали падение в вечерней сессии

**Краткий обзор рынка: BTC под давлением, коррекция на рынке акций, внимание к данным и событиям** Рынок криптовалют демонстрирует осторожное восстановление. Bitcoin торгуется около $66 000, сталкиваясь со значительным сопротивлением в районе $68 000, где сосредоточены объемные "застрявшие" позиции. Ключевые технические уровни — 200-недельная скользящая средняя (~$63 333) и 200-недельная EMA (~$68 328). Аналитики отмечают низкую ликвидность, характерную для летнего периода. На фондовом рынке после сильного роста во вторник наблюдается коррекция. Фьючерсы на основные индексы США снижаются. Акции полупроводниковой и памяти, которые резко выросли накануне, падают в ночных торгах. Исключением стал SMCI, который вырос более чем на 15% после оптимистичного прогноза. На общий настрой негативно влияют рост цен на нефть (более $91 за баррель Brent) и доходности государственных облигаций США (10-летние — около 4,64%), что возрождает инфляционные опасения. Азиатские рынки показали нестабильную динамику. Индекс KOSPI в Корее вырос на 0,74%, а японский Nikkei 225 снизился на 0,18%. Основной риск для региона — ослабление японской иены до минимумов с 1986 года, что повышает вероятность вмешательства властей. **Ключевые события для наблюдения:** * **24 июля:** Финансовые отчеты Alphabet (Google), Tesla, IBM. Событие AMD, посвященное ИИ. * **25 июля:** Решение по процентной ставке ЕЦБ и пресс-конференция Кристин Лагард. Финансовые отчеты Intel, American Airlines, Honeywell и других. Данные по числу первичных заявок на пособие по безработице в США.

marsbit14 ч. назад

BIT Торговые часы: BTC по-прежнему под давлением 200 EMA на недельном графике, после отскока возможен перезапуск нисходящего движения; секторы хранения данных и полупроводников, выросшие ночью, начали падение в вечерней сессии

marsbit14 ч. назад

Бывший глава CFTC и президент Circle Тарберт: призывает к долгосрочной стратегии, но сам выводит $30 млн

Бывший председатель CFTC и президент Circle Хит Тарберт, публично пропагандируя долгосрочное видение компании для инвесторов на фоне падения акций на 70% с пиковых значений, сам активно распродавал свои акции CRCL. С момента IPO Circle он по плану 10b5-1 продал более 360 тысяч акций, выручив около 30 миллионов долларов, и при этом ни разу не докупал акции на открытом рынке. Эта разница между его публичными заявлениями и личными действиями вызвала критику. Карьера Тарберта демонстрирует классическое использование «вращающейся двери» между регулирующими органами и частным сектором. Уйдя с поста председателя CFTC в 2021 году, через 27 дней он занял должность главного юрисконсульта в маркет-мейкере Citadel Securities, который в тот момент находился под пристальным вниманием из-за скандала с акциями GameStop. Позже, уже работая в Citadel, Тарберт выступал за расширение полномочий CFTC на крипторынок, в то время как его работодатель планировал выход на этот рынок. В 2023 году Тарберт присоединился к Circle, где его опыт и связи сыграли ключевую роль в успешном проведении IPO компании в 2025 году. Однако его последующие массовые продажи акций, совпавшие с падением котировок и его же призывами к долгосрочным инвестициям, ставят под сомнение искренность его уверенности в будущем компании. Критики видят в его карьере образец превращения регуляторного опыта и политических связей в личную выгоду, в то время как риски несут обычные инвесторы, верящие его нарративам.

marsbit14 ч. назад

Бывший глава CFTC и президент Circle Тарберт: призывает к долгосрочной стратегии, но сам выводит $30 млн

marsbit14 ч. назад

Gate Research: Взлет «уолл-стритизации» криптофинансовых продуктов — это конкуренция или интеграция?

**Аналитический обзор Gate Research Institute: Волна "уолл-стритизации" криптофинансовых продуктов — конкуренция или интеграция?** Создание биткоина в 2009 году было ответом на финансовый кризис и стремлением построить децентрализованную систему без доверенных посредников. Однако к 2026 году значительная часть биткоинов (около 7,14%) хранится через ETF таких гигантов, как BlackRock. Это символизирует глубокую интеграцию традиционных финансов (TradFi) и крипторынка. С появлением биткоин-ETF, фьючерсов, RWA (токенизированных реальных активов) и государственных облигаций на блокчейне, традиционные институты получают всё больше влияния на выпуск, ценообразование, кастодию и дистрибуцию криптоактивов. Однако это не одностороннее поглощение, а взаимодополняющая конвергенция. Криптосфера приносит TradFi глобальную 24/7 ликвидность и программируемость, а TradFi предоставляет криптосфере регулируемые каналы, институциональное доверие и массовый доступ. Яркий пример — две противоположные, но ведущие к одной цели траектории: * **Путь А:** Криптобиржи, такие как Gate, начинают с токенизированных акций и CFD, а затем напрямую подключаются к инфраструктуре традиционных брокеров, предлагая реальную торговлю акциями США, Гонконга и Кореи за стейблкоины. * **Путь Б:** Традиционные брокеры, такие как Robinhood, интегрируют криптоактивы, а затем создают собственные Layer 2 для токенизации своих акций, стремясь к круглосуточной торговле. Обе стратегии нацелены на создание **универсального финансового аккаунта будущего** — единой точки доступа к акциям, криптовалютам, ETF, токенизированным облигациям и другим активам. Ключевой конкурентной борьбой становится не между CEX и брокерами, а между этими "супераккаунтами". Параллельно, слой RWA и токенизированных гособлигаций растёт даже на медвежьем рынке, становясь "прослойкой" для объединения капиталов. Хотя этот рынок (около $150 млрд токенизированных казначейских облигаций) ещё мал по сравнению с традиционным ($30 трлн), он демонстрирует устойчивый структурный тренд, привлекающий крупнейшие финансовые институты (JPMorgan, DTCC и др.). **Вывод:** "Уолл-стритизация" — это не поражение идеалов децентрализации, а формирование новой гибридной модели. Децентрализованные протоколы продолжают работать на базовом уровне, в то время как на уровне приложений и пользовательского опыта формируется более эффективный, глобальный и свободный объединённый рынок капитала, где активы TradFi и DeFi торгуются бок о бок в одном интерфейсе. Уолл-стрит не завоевала криптосферу, а криптосфера не обошла Уолл-стрит — они совместно строят новые финансовые рельсы.

marsbit14 ч. назад

Gate Research: Взлет «уолл-стритизации» криптофинансовых продуктов — это конкуренция или интеграция?

marsbit14 ч. назад

S&P Dow Jones и Pantera выпускают криптоиндекс, биткоин оставлен за бортом из-за «отсутствия прибыли»

Стандард энд Пурс (S&P Dow Jones Indices) совместно с Pantera Capital запускает индекс S&P Pantera Digital Asset Index. Новый индекс включает 18 токенов, но исключает биткоин, XRP и мем-токены. Критерием отбора послужила «финансовая жизнеспособность», по аналогии с S&P 500: протокол должен демонстрировать положительный доход в течение нескольких кварталов и распределять стоимость среди держателей токенов. Это первое применение фундаментального подхода к оценке криптоактивов со стороны крупнейшего в мире провайдера индексов. В первую пятерку активов вошли Ethereum (ETH), BNB, Solana (SOL), TRON (TRX) и Hyperliquid (HYPE). Pantera отмечает, что совокупный годовой доход всех протоколов индекса превышает $30 млрд. Биткоин был исключен по трем причинам: он рассматривается как монетарный актив, доступный через отдельные ETF; он не генерирует доход протокола; а смешивание его в индексе с доходными активами затрудняет фундаментальный анализ для институциональных инвесторов. Пока индекс является эталонным, но Pantera ведет переговоры о создании на его основе ETF и других инвестиционных продуктов. Компания также отмечает значительный разрыв на рынке: многие институциональные инвесторы готовы к аллокации в криптоактивы, но им не хватает структурированных продуктов, фокусирующихся на активах с реальной экономической деятельностью.

marsbit14 ч. назад

S&P Dow Jones и Pantera выпускают криптоиндекс, биткоин оставлен за бортом из-за «отсутствия прибыли»

marsbit14 ч. назад

Торговля

Спот

Популярные статьи

Как купить LAYER

Добро пожаловать на HTX.com! Мы сделали приобретение Solayer (LAYER) простым и удобным. Следуйте нашему пошаговому руководству и отправляйтесь в свое крипто-путешествие.Шаг 1: Создайте аккаунт на HTXИспользуйте свой адрес электронной почты или номер телефона, чтобы зарегистрироваться и бесплатно создать аккаунт на HTX. Пройдите удобную регистрацию и откройте для себя весь функционал.Создать аккаунтШаг 2: Перейдите в Купить криптовалюту и выберите свой способ оплатыКредитная/Дебетовая Карта: Используйте свою карту Visa или Mastercard для мгновенной покупки Solayer (LAYER).Баланс: Используйте средства с баланса вашего аккаунта HTX для простой торговли.Третьи Лица: Мы добавили популярные способы оплаты, такие как Google Pay и Apple Pay, для повышения удобства.P2P: Торгуйте напрямую с другими пользователями на HTX.Внебиржевая Торговля (OTC): Мы предлагаем индивидуальные услуги и конкурентоспособные обменные курсы для трейдеров.Шаг 3: Хранение Solayer (LAYER)После приобретения вами Solayer (LAYER) храните их в своем аккаунте на HTX. В качестве альтернативы вы можете отправить их куда-либо с помощью перевода в блокчейне или использовать для торговли с другими криптовалютами.Шаг 4: Торговля Solayer (LAYER)С легкостью торгуйте Solayer (LAYER) на спотовом рынке HTX. Просто зайдите в свой аккаунт, выберите торговую пару, совершайте сделки и следите за ними в режиме реального времени. Мы предлагаем удобный интерфейс как для начинающих, так и для опытных трейдеров.

754 просмотров всегоОпубликовано 2025.02.11Обновлено 2026.06.02

Как купить LAYER

Обсуждения

Добро пожаловать в Сообщество HTX. Здесь вы сможете быть в курсе последних новостей о развитии платформы и получить доступ к профессиональной аналитической информации о рынке. Мнения пользователей о цене на LAYER (LAYER) представлены ниже.

活动图片