Who Decides the Rules of Bitcoin? BIP-110 Ignites Governance Debate

marsbit發佈於 2026-07-21更新於 2026-07-21

文章摘要

Bitcoin's governance is once again at the center of a heated debate, this time ignited by BIP-110, the "Reduced Data Temporary Softfork." This proposal aims to curb non-monetary data (like inscriptions and Runes) by introducing seven new consensus-layer restrictions over a year, such as limiting new output scripts to 34 bytes and restoring the OP_RETURN cap to 83 bytes. The controversy stems from BIP-110's fundamental shift: it moves the battle against "spam" from node relay and miner policies to the consensus layer, rendering currently valid transactions invalid. Supporters, arguing that default policy governance has failed (highlighted by Bitcoin Core v30's relaxation of OP_RETURN limits), see this as necessary to protect node resources and Bitcoin's monetary focus. Opponents, led by figures like Michael Saylor and Adam Back, warn it dangerously centralizes governance. Saylor listed 110 reasons against it, criticizing its low 55% miner activation threshold and potential for chain splits. Back emphasized Bitcoin's "permissionless" ethos, arguing no single group should impose value judgments via consensus rules. Further complicating matters, technical critiques suggest BIP-110 may be technically circumventable, and a "BlockSlop" vulnerability in its upgrade path poses a consensus risk. The debate has drawn in diverse stakeholders: miners (with pools like Ocean signaling support and Foundry polling clients), node operators (like Bitcoin Knots), and new players like corporate...

Author: Zhou, ChainCatcher

Recently, BIP-110 has pulled the Bitcoin community back into a debate that feels both familiar and unfamiliar.

What's familiar is that the controversy still revolves around arbitrary on-chain data, inscriptions, Runes, OP_RETURN, and the nodes themselves. What's unfamiliar is that this time, it's no longer just developers and node operators who are weighing in.

Michael Saylor, founder of Strategy; Adam Back, co-founder of Blockstream; mining pools Foundry and Ocean; the Bitcoin Knots node camp; and participants in the Ordinals ecosystem have all entered the debate from different angles.

On July 18, Michael Saylor listed 110 reasons opposing BIP-110 in his lengthy article "110 Reasons BIP-110 Is a Bad Idea." He argues that this proposal would escalate the fight over spam data into a change of consensus rules, rendering some currently valid transactions—that are willing to pay fees—invalid.

This makes BIP-110 more than just a technical proposal. It begins to force the Bitcoin community to confront a more fundamental question: who has the right to decide what Bitcoin should be.

What is BIP-110: Pushing Anti-Spam from Relay Policy to the Consensus Layer

BIP-110, short for "Reduced Data Temporary Softfork," was previously known as BIP-444. The current BIP-0110 document is authored by Dathon Ohm.

Image Source: FARSIDE

It proposes to introduce seven new restrictions via consensus rules over approximately one year, including limiting most new output scripts to within 34 bytes, restoring the OP_RETURN limit to 83 bytes, restricting data pushes exceeding 256 bytes and certain witness items, and temporarily banning some undefined witness versions and Taproot extension paths.

The proposal is set to automatically expire after one year, with coins existing before activation protected by a grandfather clause.

Source: GitHub

Regarding the deployment mechanism, according to the original bip-0110 text, the proposal uses bit 4 miner signaling with a threshold of 1109/2016, or 55%. The mandatory signaling period is set from block 961,632 to 963,647, with locking at the latest by block 963,648 and activation entering at block 965,664.

Supporters argue that non-monetary data like inscriptions and Runes occupy block space, increasing the long-term burden on full nodes and diverting developer attention from Bitcoin's core mission as a monetary network.

What truly sparks controversy is BIP-110 pushing this matter to the consensus layer. In the past, nodes could choose not to relay certain transactions, and miners could choose not to mine them. BIP-110 aims to make some currently valid transactions directly invalid at the protocol level.

This step changes the nature of the problem.

v30 and Node Relay Policy: Why Supporters Say Default Governance Has Failed

One backdrop to BIP-110 is Bitcoin Core v30's adjustment to the default policy for OP_RETURN.

According to the Bitcoin Core 30.0 release notes, the default value for datacarriersize was increased to 100,000, effectively lifting the default limit for OP_RETURN data carriers. Users can still revert to the old limit by manually setting datacarriersize back to 83. Multiple OP_RETURN outputs in the same transaction are also allowed for relaying and mining, with the limit now calculated based on the aggregate size of all relevant scriptPubKeys.

It's important to distinguish three layers here. Relay policy decides what nodes relay by default, mining policy decides what miners mine by default, and consensus rules determine whether a block is valid. v30 adjusted the first two layers. The controversy with BIP-110 lies in its attempt to push the policy debate from the first two layers into the third.

The Core side's rationale is that this change pertains to relay and mining policy, not consensus rules. Since users can already write data via other script paths, private relay channels, or direct submission to miners, maintaining a default limit that's easy to bypass only creates a false sense of security. Default node software should more closely reflect the transactions that miners and the market are likely to accept, within consensus rules.

BIP-110 supporters do not accept this explanation.

According to early Bitcoin participant @secsovereign, as disclosed in the response to Saylor's article "Response to Michael Saylor's 110 Reasons," the situation today is driven by the development of infrastructure like direct submission APIs, alternative relay networks, and private pool connections. These allow transactions to bypass default filtering by public nodes and go directly into miners' block templates. Inscriptions themselves didn't break the balance; they merely exposed that it had already been lost.

According to this narrative, node relay policy has long lacked enforcement power. The disclosure indicates that Core v30's relaxation of the default OP_RETURN limit is seen by supporters as formalizing this breach. Since the policy layer can't hold, the boundary must be moved to the consensus layer.

This section touches not on OP_RETURN itself, but on the power of default software. Bitcoin Core doesn't change consensus rules but can influence the actual behavior of many nodes and miners through default policies.

Supporters argue that the action of changing the v30 default policy had no signaling window, no threshold, and was completed by a few individuals with code merge permissions. In contrast, BIP-110's use of 55% miner signaling actually has a higher threshold than the change it seeks to correct.

Opponents argue that policy layer failure doesn't automatically prove that consensus layer restrictions are a justifiable, effective, and low-risk solution.

Adam Back's Rebuttal: Technical Consensus is Bitcoin's Immune System

The most complete first-principles argument against BIP-110 comes from Blockstream co-founder and hashcash designer Adam Back.

According to a post by Adam Back, he personally dislikes spam data, and designing hashcash was originally related to anti-spam. However, he believes that the foundation of Bitcoin as permissionless money is that no one can impose their own value judgments on others.

In his formulation, users can modify their own software but cannot modify others' software. A side effect of decentralization is that there are no police in the network, nor an authority that can decide legitimate uses for everyone.

Back also describes Bitcoin's technical consensus process as a form of protective resistance. Any protocol change must pass the scrutiny of numerous developers and protocol observers. This technical consensus, similar to IETF's process, though slow, prevents unproven modifications from eroding the system's foundational properties.

Therefore, his opposition to BIP-110 lies at the governance level. According to his disclosure, if supporters cannot accept the status quo, they can fork together, but Bitcoin will not join.

An Ironic Blow: Even If Activated, BIP-110 May Not Block Arbitrary Data

BIP-110 faces a more practical problem. Even if activated, it may not truly block arbitrary data.

According to disclosure by RustBitcoin maintainer Martin Habovštiak in March, he wrote a 66KB TIFF image into a single transaction without using OP_RETURN, Taproot, or OP_IF. It can be publicly verified on-chain and decoded into a complete file.

This shows that as long as Bitcoin still allows sufficiently complex state transitions, data can be split, encoded, or disguised to enter the chain.

Workarounds are also taking shape. Leonidas, co-founder of Runestone, pointed out that he is launching an open-source client called DOG Mode, specifically designed to relax BIP-110's restrictions on non-financial data. It doesn't change consensus rules, doesn't require a vote, only changes the relay policy of a single node. If enough nodes and miners accept it, related transactions may be propagated and confirmed.

@secsovereign pointed out that BIP-110 mainly blocks large continuous data channels and cannot completely block distributed data stuffing, so a separate minimum output value proposal is still needed to handle issues arising from dispersed outputs.

This puts BIP-110 in an awkward position. It bears the risk of a consensus change but may not fully achieve its cleanup goal. It can raise the cost of embedding data, but it's unlikely to end the data war.

Miners and Nodes: PoW Constitution, Knots Sovereignty, Foundry's Hashpower Vote

BIP-110's activation mechanism brings an old tension between miners and nodes back to the surface.

F2Pool co-founder Wang Chun posted, stating that PoW is Bitcoin's constitution, and nodes should respect miners. This represents a core view among the miner faction: soft forks without miner support, especially UASF with a mandatory signaling period, lack legitimacy at the execution level. He previously stated opposition to BIP-110, arguing that protocol upgrades should not mimic the bundled bills of US politicians.

The Knots node faction gives a completely different answer. @MarcanoFilms argues that the over fifteen thousand nodes currently running RDTS rules are sovereign operators putting up real capital, not products of Sybil attacks. Each node equally enforces consensus rules; the protocol layer doesn't grant more validation power to a node just because it belongs to a large exchange.

Mining pools themselves are also taking action, and in opposite directions. In March this year, the first block supporting the BIP-110 proposal appeared on the Bitcoin network, mined by the Ocean pool. Ocean recently stated it will upgrade its backend to independently follow multiple chains in case BIP-110 causes a chain fork, effectively operating as two separate pools from the fork point.

The leading pool, Foundry, is handing the decision to its clients, letting pool accounts vote weighted by average hashpower. It will only switch to signaling support for BIP-110 if votes in favor exceed 51% of the voting hashpower.

Miners, nodes, and pools are all answering the same question in their own way. Does the legitimacy of a Bitcoin upgrade come from PoW, from node enforcement, or from the balance between the two? The faction holding the real signaling power is not even unified internally.

BlockSlop: When Forking Moves from Talk to Upgrade Path, Engineering Risks Emerge

It's in this context that a technical tail risk has been publicly disclosed.

According to a lengthy article titled "BlockSlop: BIP 110 Consensus Bug Public Disclosure" published by researcher Dathon Pwn (Note: The discloser Dathon Pwn and proposal author Dathon Ohm are two different people; "Pwn" is hacker slang for "compromise"), a consensus vulnerability exists in the late-upgrade path for BIP-110 activation clients.

The issue is not that the new BIP-110 rules cannot check new blocks, but that a node might first accept a certain block under the old rules, then continue trusting its existing database after enabling BIP-110, without re-validating that historical segment under the new rules.

In other words, a late-upgrading node retains a historical block that was valid under the old rules but should be rejected under BIP-110. A fresh BIP-110 node validating from genesis rejects the same block. Both claim to have BIP-110 enabled but give different answers for the same piece of history.

Dathon Pwn also emphasized that this does not mean the mainnet has already split, nor does installing the software automatically trigger the problem. The trigger condition is that there actually exists on-chain a block that is valid under old rules but invalid under new rules, and a node has already accepted and saved it before enabling BIP-110.

The weight of this discovery lies in its timing. It emerged just as Foundry is consulting its miners on whether to signal, placing a precondition-dependent but fixable upgrade path defect before all participants who might mine, settle, or build upon this chain. For miners, exchanges, wallets, and custodial institutions, hidden divergence is often harder to handle than an open fork.

Corporate Treasuries Weigh In: A New Variable in Protocol Politics

Returning to Saylor, his involvement adds a new weight to this debate.

In his article "110 Reasons BIP-110 Is a Bad Idea," he opposes BIP-110's use of a 55% miner signaling threshold, arguing it is significantly lower than the BIP-9 standard of 95%, and that it removes the usual timeout and failure states, potentially increasing coordination errors, chain splits, and market uncertainty.

He also argues that block space fees, node relay policy, miner policy, pruning, and Layer2 tools can address related issues without changing consensus.

According to his disclosure, even if the rules are only temporary, the governance precedent they establish could persist, making the proposed governance scheme more dangerous than the problem it seeks to solve.

Saylor's particular significance lies in representing BTC holders at the public company level. According to the latest disclosure, Strategy holds 843,775 BTC.

It is not a mining pool, not a Core maintainer team, nor an ordinary node community, but its balance sheet can influence the market's judgment of which chain is BTC.

What he possesses is narrative power and capital market influence. He can influence how markets and media interpret this debate, provide legitimacy backing for one side, and have his preferences amplified by capital markets.

In the previous rounds of Bitcoin governance debates, the stage was usually occupied by developers, miners, node operators, and even exchanges. This time, a public company's balance sheet has also stepped onto the stage of protocol politics. This may be the most significant change left by BIP-110.

Conclusion

Putting these five forces together, what BIP-110 truly exposes becomes clear. Bitcoin lacks a universally acknowledged arbiter.

Miners hold hashpower but are divided internally. Node operators advocate for equal validation, rejecting weighting by economic scale. A few developers hold code merge permissions, can practically change the network default, but lack an accountability mechanism towards node operators who bear the permanent costs.

Treasury holders wield narrative and capital but have no on-chain vote. And the technical consensus process represented by Adam Back treats the resistance to change itself as a source of legitimacy.

Each faction invokes a different basis of power, and each is contending for the interpretation of neutrality and conservatism.

BIP-110 may ultimately fail to activate, but it has already conducted a stress test on governance.

When the imperative to defend monetary boundaries and the imperative to maintain protocol neutrality collide head-on, each side will claim to be the one defending Bitcoin. The true core of this controversy is who has the right to decide what Bitcoin is.

熱門幣種推薦

相關問答

QWhat is the core purpose of BIP-110 and what is the main controversy surrounding it?

AThe core purpose of BIP-110 (Reduced Data Temporary Softfork) is to limit the amount of arbitrary non-financial data, like from inscriptions and Runes, that can be embedded in Bitcoin blocks. Its main controversy is that it proposes to move the fight against such data from node-forwarding/mining policies into the consensus layer. This means it would make certain currently valid transactions invalid through a protocol rule change, fundamentally altering the nature of the intervention and sparking a broader debate about who has the authority to make such changes to Bitcoin.

QAccording to the article, why do BIP-110 supporters believe that relying on node-forwarding policy (like the change in Bitcoin Core v30) is no longer sufficient?

ASupporters of BIP-110 argue that the node-forwarding policy layer has already failed. Infrastructure like direct transaction submission APIs, alternative relay networks, and private miner connections allow transactions to bypass public nodes' default filtering and reach miners directly. They view the v30 change that relaxed default OP_RETURN limits as merely formalizing this loss of control. Since the policy layer cannot enforce boundaries, they believe those boundaries must be moved to the immutable consensus layer.

QWhat is Adam Back's fundamental philosophical argument against implementing BIP-110?

AAdam Back's argument is rooted in the principle of Bitcoin as a permissionless system. He contends that the foundational idea is that no one can impose their own value judgments on others regarding what constitutes a valid use of the blockchain. While he personally dislikes spam data, he believes the decentralized, slow, and rigorous technical consensus process (akin to IETF standards) acts as Bitcoin's 'immune system.' This process provides protective resistance against changes that could erode core properties, and BIP-110 represents an attempt to bypass this essential governance mechanism.

QWhat practical limitation does the article highlight regarding BIP-110's effectiveness even if it were activated?

AThe article points out that even if BIP-110 activates, it likely cannot completely prevent arbitrary data from being embedded on-chain. Techniques exist to split, encode, or disguise data within complex state transitions allowed by Bitcoin's scripting capabilities. Furthermore, counter-clients like the proposed 'DOG Mode' could simply alter their forwarding rules to bypass BIP-110's restrictions without changing consensus rules, demonstrating that the data 'war' would likely continue in new forms.

QHow does Michael Saylor's involvement in the BIP-110 debate introduce a new dynamic to Bitcoin's governance, according to the article?

AMichael Saylor's involvement introduces a significant new variable: the influence of large-scale corporate treasury holders. Representing MicroStrategy's holdings of over 843,775 BTC, he brings the weight of public markets and narrative influence to the debate. Unlike miners, developers, or node operators, his power lies in his ability to shape market and media perception, provide legitimacy to a side, and have his preferences amplified by capital markets. This marks a shift where corporate balance sheets are now active participants in Bitcoin's protocol politics.

你可能也喜歡

全球股市的风暴点:韩国股市的去杠杆已基本完成

近期韩国股市出现剧烈波动,KOSPI指数自6月高点最大回撤达32%,成为全球AI行情调整的“风暴中心”。文章指出,市场下跌的深层原因并非基本面恶化,而是由高度集中的杠杆资金结构所驱动。 具体来看,核心风险来源于两方面: 1. **杠杆ETF大规模去化**:前期规模一度接近500亿美元的杠杆ETF,其“每日再平衡”机制在下跌中引发了“股价下跌→强制平仓”的负向循环。目前其规模已从高点收缩约240亿美元,去化进度已达约75%,剩余压力显著收敛。监管层也已出台新规,从8月起严格限制此类产品,从源头降低风险。 2. **对冲基金快速降杠杆**:通过互换交易放大敞口的对冲基金,其多空持仓比率已从峰值显著回落,净多头水平显示杠杆已下降超过50%,最剧烈的被动去杠杆阶段基本完成。 相比之下,韩国居民融资余额占股市市值比重很小(约0.5%),且不具备强制平仓机制,难以成为系统性风险的核心来源。 综合而言,最容易引发“连锁抛售”的高杠杆结构已大部分出清,市场正从“流动性驱动的下跌”过渡到“基本面驱动的定价”。只要AI产业趋势未发生根本逆转,本轮调整更接近一次拥挤交易的集中出清,而非行情的终结。 文章最后强调,AI代表的硅基革命趋势不可逆,波动是参与趋势的成本而非风险。每一次调整都是在进行筹码结构的优化,并为认清趋势的投资者提供新的参与机会。

链捕手1 小時前

全球股市的风暴点:韩国股市的去杠杆已基本完成

链捕手1 小時前

自2024年以来推出的加密货币代币中,92.9%跌破发行价:CryptoRank

加密货币数据平台CryptoRank的最新研究显示,自2024年以来发行的加密货币代币中,有高达92.9%目前正低于其代币生成事件(TGE)时的初始价格。 该分析聚焦于市值超过1亿美元的项目,在2024年至2026年间发行的113个项目中,仅有8个仍保持在发行价之上,其余105个均已跌破。这意味着只有约7.1%的项目为投资者带来了正回报,而整体样本的中位数回报率低至-95.7%。 表现最突出的项目是Hyperliquid (HYPE),自TGE以来上涨了1,519%。其次是Ondo Finance (ONDO)、EverValue Coin (EVA)和Midnight Network (NIGHT),涨幅分别为101.4%、20.32%和16.50%。 数据表明,与过去市场周期中新股常持续上涨不同,当前投资者变得更加挑剔。资本正越来越集中于少数已证明其产品采用度、生态增长或强劲市场需求的项目。许多新代币难以维持初始估值。 这一趋势反映了市场关注点的转变:投资者愈发看重代币经济学、流通供应量、解锁时间表和长期实用性,而非仅关注上市初期的价格动能。 研究结果可能影响未来项目的发行策略。项目因过高的完全稀释估值(FDV)、上市初期流通量不足以及大量未来代币解锁计划而备受审视,这些因素都可能在新供应进入市场时对价格构成下行压力。因此,开发者和投资者未来或将更重视可持续的代币分发模式和长期的生态增长,而非激进的初始估值。

ambcrypto1 小時前

自2024年以来推出的加密货币代币中,92.9%跌破发行价:CryptoRank

ambcrypto1 小時前

交易

現貨

熱門文章

什麼是 BITCOIN

理解 HarryPotterObamaSonic10Inu (ERC-20) 及其在加密空間中的地位 近年來,加密貨幣市場見證了迷因幣的流行激增,吸引了不僅是交易者的注意,還有尋求社區參與和娛樂價值的人士。在這些獨特的代幣中,有一個有趣的項目 HarryPotterObamaSonic10Inu (ERC-20),它將文化參考融入加密貨幣的織造中。本文深入探討 HarryPotterObamaSonic10Inu 的關鍵方面,探索其機制、以社區為驅動的精神,以及其與更廣泛的加密生態的互動。 HarryPotterObamaSonic10Inu (ERC-20) 是什麼? 正如其名所示,HarryPotterObamaSonic10Inu 是一種建立在以太坊區塊鏈上的迷因幣,按照 ERC-20 標準分類。與強調實用性或投資潛力的傳統加密貨幣不同,這項代幣依賴於娛樂價值和其社區的力量。該項目旨在促進一個讓互動用戶可以聚在一起、分享想法和參與受不同文化現象啟發的活動的環境。 HarryPotterObamaSonic10Inu 的一個顯著特點是其 交易零稅。這一引人注目的元素旨在鼓勵交易和社區參與,無需擔心可能會阻礙小型交易者的額外費用。該幣的總供應量定為十億個代幣,這一數字標示其意圖在社區內保持較大的流通量。 HarryPotterObamaSonic10Inu (ERC-20) 的創建者 HarryPotterObamaSonic10Inu 的起源有些神秘;對創建者的具體資訊尚不清楚。這個代幣的開發缺乏可識別的團隊或明確的藍圖,這在迷因幣領域並不罕見。相反,該項目是自然產生的,其進展主要依賴於社區的熱情和參與。 HarryPotterObamaSonic10Inu (ERC-20) 的投資者 關於外部投資和支持,HarryPotterObamaSonic10Inu 亦保持模稜兩可。該代幣並未列出任何已知的投資基金或顯著的組織支持。相反,該項目的生命力來自其草根社區,通過集體行動和參與在加密空間促進其增長和可持續性。 HarryPotterObamaSonic10Inu (ERC-20) 如何運作? 作為一種迷因幣,HarryPotterObamaSonic10Inu 主要在傳統的資產價值框架之外運作。以下是幾個定義該項目運作方式的獨特方面: 零稅交易:由於交易沒有稅費,使用者可以自由地買賣該代幣,而不必擔心隱藏成本。 社區參與:該項目依賴於社區互動,利用社交媒體平台創造話題並促進參與。討論、內容分享及互動是幫助擴展其影響力和加強支持者忠誠度的重要元素。 無實用性:需要指出的是,HarryPotterObamaSonic10Inu 在金融生態中並不提供具體的實用性。相反,它被定義為主要用於娛樂和社區活動的代幣。 文化參考:該代幣巧妙地融入了流行文化中的元素,以吸引興趣,與迷因愛好者和加密追隨者建立聯繫。 HarryPotterObamaSonic10Inu 範例展示了迷因幣如何與更傳統的加密貨幣項目運作不同,作為創新的社會構造進入市場,而非實用資產。 HarryPotterObamaSonic10Inu (ERC-20) 的時間線 HarryPotterObamaSonic10Inu 的歷史標誌著幾個值得注意的里程碑: 創建:這個代幣源於一個病毒式的迷因,捕捉了許多加密愛好者的想像力。具體的創建日期目前並不清楚,凸顯其自然興起。 上架交易所:HarryPotterObamaSonic10Inu 已經在多個交易所上架,使社區更容易存取和交易。 社區互動倡議:持續進行旨在增進社區互動的活動,包括比賽、社交媒體活動和來自粉絲和支持者的內容創作。 未來擴展計劃:該項目的路線圖包括推出 NFT 收藏品、周邊商品及相關電子商務網站,進一步與社區互動並嘗試為其生態系統增添更多維度。 關於 HarryPotterObamaSonic10Inu (ERC-20) 的關鍵點 以社區為驅動的特質:該項目優先考慮集體意見和創意,確保用戶參與在其發展過程中居於核心地位。 迷因幣分類:它代表了以娛樂為基礎的加密貨幣的典範,與傳統投資工具大相徑庭。 與比特幣無直接關聯:儘管在代碼名稱上有相似之處,HarryPotterObamaSonic10Inu 是獨特的,並不與比特幣或其他已建立的加密貨幣存在關係。 協作焦點:HarryPotterObamaSonic10Inu 旨在為持有者創造一個共享故事和協作的空間,提供創意和社區聯結的途徑。 未來前景:向超越其初步主題擴展至 NFT 和周邊商品的雄心,描繪了該項目潛在進入數字文化的更主流途徑。 隨著迷因幣繼續吸引加密貨幣社區的想像力,HarryPotterObamaSonic10Inu (ERC-20) 由於其文化聯繫和以社區為中心的方式而脫穎而出。儘管它可能不符合以實用性為導向的代幣的典型模式,其本質在於支持者間培育的快樂和友誼,突顯了在日益數字化的時代中,加密貨幣的演變特性。隨著該項目的持續發展,觀察社區動態如何影響其在不斷變化的區塊鏈技術格局中的軌跡將是重要的。

2.5k 人學過發佈於 2024.04.01更新於 2024.12.03

什麼是 BITCOIN

如何購買BTC

歡迎來到HTX.com!在這裡,購買Bitcoin (BTC)變得簡單而便捷。跟隨我們的逐步指南,放心開始您的加密貨幣之旅。第一步:創建您的HTX帳戶使用您的 Email、手機號碼在HTX註冊一個免費帳戶。體驗無憂的註冊過程並解鎖所有平台功能。立即註冊第二步:前往買幣頁面,選擇您的支付方式信用卡/金融卡購買:使用您的Visa或Mastercard即時購買Bitcoin (BTC)。餘額購買:使用您HTX帳戶餘額中的資金進行無縫交易。第三方購買:探索諸如Google Pay或Apple Pay等流行支付方式以增加便利性。C2C購買:在HTX平台上直接與其他用戶交易。HTX 場外交易 (OTC) 購買:為大量交易者提供個性化服務和競爭性匯率。第三步:存儲您的Bitcoin (BTC)購買Bitcoin (BTC)後,將其存儲在您的HTX帳戶中。您也可以透過區塊鏈轉帳將其發送到其他地址或者用於交易其他加密貨幣。第四步:交易Bitcoin (BTC)在HTX的現貨市場輕鬆交易Bitcoin (BTC)。前往您的帳戶,選擇交易對,執行交易,並即時監控。HTX為初學者和經驗豐富的交易者提供了友好的用戶體驗。

5.9k 人學過發佈於 2024.12.12更新於 2026.06.02

如何購買BTC

什麼是 $BITCOIN

數字黃金 ($BITCOIN):全面分析 數字黃金 ($BITCOIN) 介紹 數字黃金 ($BITCOIN) 是一個基於區塊鏈的項目,運行於 Solana 網絡,旨在將傳統貴金屬的特徵與去中心化技術的創新相結合。雖然它與比特幣同名,常被稱為「數字黃金」,因其被視為價值儲存工具,但數字黃金是一個獨立的代幣,旨在於 Web3 生態系統中創造一個獨特的生態系。其目標是將自己定位為一個可行的替代數字資產,儘管有關其應用和功能的具體細節仍在發展中。 什麼是數字黃金 ($BITCOIN)? 數字黃金 ($BITCOIN) 是一個專門為 Solana 區塊鏈設計的加密貨幣代幣。與比特幣提供廣泛認可的價值儲存角色不同,這個代幣似乎更專注於更廣泛的應用和特徵。值得注意的方面包括: 區塊鏈基礎設施:該代幣建立在 Solana 區塊鏈上,以其處理高速和低成本交易的能力而聞名。 供應動態:數字黃金的最大供應量上限為 100 萬兆代幣(100P $BITCOIN),儘管有關其流通供應的詳細信息目前尚未披露。 實用性:雖然具體功能尚未明確說明,但有跡象表明該代幣可能被用於各種應用,可能涉及去中心化應用(dApps)或資產代幣化策略。 誰是數字黃金 ($BITCOIN) 的創建者? 目前,數字黃金 ($BITCOIN) 的創建者和開發團隊的身份仍然是 未知 的。這種情況在許多創新項目中是典型的,特別是那些與去中心化金融和迷因幣現象相關的項目。雖然這種匿名性可能促進社區驅動的文化,但也加劇了對治理和問責制的擔憂。 誰是數字黃金 ($BITCOIN) 的投資者? 可用的信息顯示,數字黃金 ($BITCOIN) 沒有任何已知的機構支持者或知名的風險投資。該項目似乎運行在一個以社區支持和採用為重點的點對點模型上,而不是傳統的資金籌集途徑。其活動和流動性主要位於去中心化交易所(DEXs),如 PumpSwap,而不是已建立的集中交易平台,進一步突顯其草根方法。 數字黃金 ($BITCOIN) 如何運作 數字黃金 ($BITCOIN) 的運作機制可以根據其區塊鏈設計和網絡特徵進行詳細說明: 共識機制:通過利用 Solana 的獨特歷史證明(PoH)結合權益證明(PoS)模型,該項目確保高效的交易驗證,促進網絡的高性能。 代幣經濟學:雖然具體的通縮機制尚未詳細說明,但巨大的最大代幣供應量暗示它可能適合微交易或尚待定義的利基用例。 互操作性:存在與 Solana 更廣泛生態系統的整合潛力,包括各種去中心化金融(DeFi)平台。然而,關於具體整合的詳細信息仍未明確。 重要事件時間表 以下是關於數字黃金 ($BITCOIN) 的重要里程碑時間表: 2023:該代幣首次在 Solana 區塊鏈上部署,並以其合約地址為標誌。 2024:數字黃金獲得曝光,因其在去中心化交易所如 PumpSwap 上可供交易,允許用戶以 SOL 進行交易。 2025:該項目見證了零星的交易活動和社區主導參與的潛在興趣,儘管截至目前尚未記錄到任何顯著的合作夥伴關係或技術進展。 關鍵分析 優勢 可擴展性:基於 Solana 的基礎設施支持高交易量,這可能增強 $BITCOIN 在各種交易場景中的實用性。 可及性:每個代幣潛在的低交易價格可能吸引零售投資者,促進更廣泛的參與,因為存在分割所有權的機會。 風險 缺乏透明度:缺乏公眾已知的支持者、開發者或審計過程可能引發對該項目可持續性和可信度的懷疑。 市場波動性:交易活動在很大程度上依賴於投機行為,這可能導致價格波動和投資者的不確定性。 結論 數字黃金 ($BITCOIN) 在快速發展的 Solana 生態系統中,作為一個引人入勝但模糊的項目出現。雖然它試圖利用「數字黃金」的敘事,但其與比特幣作為價值儲存工具的既定角色的脫離,突顯了對其預期實用性和治理結構更清晰區分的需求。未來的接受度和採用率可能取決於解決當前的不透明性,並更明確地定義其運營和經濟策略。 注意:本報告涵蓋截至 2023 年 10 月的綜合信息,並且在研究期間可能發生了進展。

262 人學過發佈於 2025.05.13更新於 2025.05.13

什麼是 $BITCOIN

相關討論

歡迎來到 HTX 社群。在這裡,您可以了解最新的平台發展動態並獲得專業的市場意見。 以下是用戶對 BTC (BTC)幣價的意見。

活动图片