📢 Gate Square Exclusive: #WXTM Creative Contest# Is Now Live!
Celebrate CandyDrop Round 59 featuring MinoTari (WXTM) — compete for a 70,000 WXTM prize pool!
🎯 About MinoTari (WXTM)
Tari is a Rust-based blockchain protocol centered around digital assets.
It empowers creators to build new types of digital experiences and narratives.
With Tari, digitally scarce assets—like collectibles or in-game items—unlock new business opportunities for creators.
🎨 Event Period:
Aug 7, 2025, 09:00 – Aug 12, 2025, 16:00 (UTC)
📌 How to Participate:
Post original content on Gate Square related to WXTM or its
Three major innovations in the Bitcoin ecosystem: scalability, smart contracts, and cross-chain bridges
The Emergence of Digital Gold: Decoding the Paradigm Revolution of the Bitcoin Ecosystem
Introduction
Since its inception, Bitcoin has evolved from a simple decentralized digital currency into a trillion-dollar cornerstone of digital civilization. As the first value storage system to achieve decentralized trust, it has redefined the philosophy of money in the form of "digital gold."
However, the original architecture design of Bitcoin has gradually become a bottleneck for its further development. With a transaction processing capacity of about 7 transactions per second and limited scripting capabilities, it can no longer meet the application needs of hundreds of millions of users. More dramatically, Satoshi Nakamoto's mysterious disappearance in 2011 led the community to abandon the idea of relying on the founder to drive project innovation, and global developers began to actively engage in the wave of innovation within the Bitcoin ecosystem.
This technological revolution triggered by the native flaws of Bitcoin is shaping an ecological universe far beyond the vision of the Bitcoin whitepaper. From the mainnet expansion competition to the off-chain payment solutions of the Lightning Network; from the on-chain inscription narrative pioneered by the Ordinals protocol to the smart contract capabilities endowed by Stacks and Rootstock; from the value interoperability achieved through cross-chain bridging technology to the rise of the BTCFi ecosystem, blockchain engineers are rapidly giving Bitcoin a second life. They uphold Bitcoin's core value of "trustless trust" while breaking through the performance limitations of the physical world through innovations like the Lightning Network and Rollups; they retain the simplicity and elegance of the UTXO model while unlocking more complex smart contract logic; they maintain Bitcoin's monetary sovereignty while extending its value network to heterogeneous chains like Ethereum and Solana through cross-chain technology.
The depth and breadth of this paradigm revolution are reshaping people's cognitive boundaries regarding Bitcoin. When the Ordinals protocol allows every Satoshi to become a carrier of digital memory, when the BRC-20 token standard replicates the prosperity of DeFi Summer on the Bitcoin network, and when BitVM technology achieves perfect synergy between off-chain computation and on-chain verification, Bitcoin is no longer just the "digital gold" that can perform simple bookkeeping, but has evolved into a super protocol that supports complex financial contracts, carries NFT culture, and links the multi-chain universe. This revolution currently shows no signs of ending—under the premise of protecting Bitcoin's decentralization and security, through technological innovation, we can expect that this cryptopunk experiment born in a garage may ultimately become the underlying operating system supporting digital civilization.
Main Text
The Bitcoin ecosystem has developed rapidly in recent years, forming many influential tracks. Standing at the time point of March 2025, the main developments of the Bitcoin ecosystem can be roughly summarized into the following three directions:
In these key areas that are reshaping the Bitcoin ecosystem, a large number of well-known projects have emerged. These include mature solutions that have crossed the theoretical chasm and become the cornerstone of a trillion-level ecosystem, as well as experimental protocols that are still in the early stages of concept validation, exploring the boundaries of consensus amid heated debates within the crypto community. This article will deeply deconstruct the three core battlegrounds of Bitcoin ecosystem development, aiming to present a panoramic view of the revolution and innovation in the Bitcoin ecosystem.
1. Network Expansion
(1) Origin of the Problem
Due to Bitcoin's fixed block size and an average block time of about 10 minutes, the Bitcoin network can only process about 7 transactions per second on average, which is not only far below traditional payment systems (like Visa, which can handle tens of thousands per second) but also significantly inferior to other public chains (like Solana, which can handle thousands per second) in terms of transaction capacity. During peak transaction periods, the Bitcoin network is prone to congestion, leading to delays in transaction confirmations. When the mainnet is congested, transaction fees can also surge, with a single transaction potentially costing dozens of dollars.
(2) Solution
Bitcoin network expansion refers to solutions that enhance transaction processing capacity and reduce transaction fees through technical means, without sacrificing the security and decentralization characteristics of the Bitcoin network. The ideas for network expansion can be divided into two categories: on-chain expansion and off-chain expansion.
On-chain scaling aims to modify the main chain protocol, optimizing data storage and verification methods, thereby improving block payload and efficiency to a certain extent. The core is centered around block space efficiency and protocol rule innovation. Mainstream on-chain scaling solutions can be further divided by technical paths to include:
(1) Block Capacity Adjustment
When Bitcoin was first designed, Satoshi Nakamoto added a 1MB capacity limit to each block. This capacity limit became one of the key factors that later restricted the efficiency of the Bitcoin network. Therefore, directly expanding the Bitcoin block size (such as increasing it from 1MB to 2MB or higher) became the initial solution for scaling the Bitcoin network.
In 2015, Gavin Andresen and Mike Hearn proposed the XT version of Bitcoin (Bitcoin XT), attempting to increase the block size to 8M. However, the Bitcoin community (Core team) believed that increasing the block size would raise the cost for ordinary users to run Bitcoin nodes, which would lead to companies hosting nodes in data centers, resulting in node centralization, and violating Satoshi Nakamoto's "light node" design principle, thus rejecting "simple and crude" expansion of Bitcoin blocks.
The party promoting "large blocks" and the party adhering to "small blocks" have been unable to reach a consensus for a long time. Finally, in 2017, some miner groups initiated a "hard fork" of the Bitcoin network. They modified the blockchain protocol, allowing the block size limit to be increased from 1MB to 32MB, enabling more transactions per block and theoretically boosting the TPS to 100-200. Since the modified protocol is no longer compatible with the old version, a new cryptocurrency—Bitcoin Cash (BCH)—was created to exist in parallel with the original protocol (i.e., Bitcoin).
BCH was warmly welcomed by the mining community at its inception; however, due to the increase in storage/bandwidth requirements, the number of full nodes is only about 1% of that of Bitcoin, significantly reducing its level of decentralization.
From a market capitalization perspective, in 2018, the peak exchange rate of BCH for BTC was around 0.18; whereas now, each BCH can only be exchanged for about 0.004 BTC. This shows that the block capacity adjustment plan of BCH has gradually been abandoned by the Bitcoin community.
In addition to the "radical plan" to comprehensively increase the capacity of all Bitcoin blocks, some early community members also proposed a compromise plan for dynamically adjusting block capacity. The core idea is to automatically adjust the block limit based on network load to avoid the rigidity of a fixed value. However, such proposals were also not adopted by the Bitcoin network due to community disagreements.
(2) Block Space Optimization
In addition to the direct approach of adjusting block capacity, some developers have proposed optimizing block space to improve the efficiency of the Bitcoin network. Currently, the widely adopted solutions mainly include Segregated Witness (SegWit) and Taproot.
SegWit was officially implemented in 2017, improving the transaction processing capacity of the Bitcoin network by reorganizing transaction data. It separates witness data from transaction data, storing it in a separate part of the block. This reduces the data size of individual transactions, allowing more transactions to be accommodated without increasing the block size, directly enhancing on-chain throughput to about 10-15 TPS. Since its inception, SegWit has been widely accepted by the Bitcoin community, with the vast majority of wallets and exchanges supporting SegWit addresses (the Nested SegWit addresses designed for compatibility with old wallets start with 3, while the Native SegWit addresses start with bc1). It effectively increases transaction speed and scalability while reducing transaction fees.
Taproot is a significant upgrade implemented in 2021, which actually includes three proposals: BIP340, BIP341, and BIP342. It combines technologies such as Schnorr signatures and Merkle Abstract Syntax Trees (MAST) to improve transaction privacy, efficiency, and scalability. Taproot allows multiple signatures to be merged into a single signature, simplifying the transaction verification process while hiding complex transaction details, such as conditions like multi-signature and time locks. Taproot enhances the privacy and flexibility of Bitcoin transactions, particularly excelling in multi-signature transactions and lightweight smart contract scenarios. However, its effect on throughput improvement is limited, with the main optimizations focused on functionality expansion rather than capacity breakthroughs.
Off-chain scaling enhances throughput through an architecture of processing transactions off-chain + final settlement on the main chain, improving performance without changing the main chain protocol, and core to solving the balance between "decentralized security" and "performance scalability." Mainstream off-chain scaling solutions can be further divided by technical paths to include:
(1) State Channel
State Channels are essentially a Layer 2 solution, where multiple trusted channels are established off-chain, interacting with the main chain only when the channel is opened and closed. The two parties conduct high-frequency, low-cost transactions within the channel, and only submit the final state to the main chain for settlement when the channel is closed or when one party wants to withdraw funds from the channel.
The most well-known state channel practice currently is the Lightning Network, which has received widespread attention and application since its launch. Currently, many Bitcoin wallets and payment platforms support the Lightning Network, which excels in increasing transaction speed and reducing transaction costs, making it especially suitable for micro-payment scenarios. Its advantages include inheriting significant security, and the off-chain transaction fees are extremely low; however, its disadvantages include only supporting simple payments, making it difficult to meet more complex application needs. Additionally, funds used in the Lightning Network need to be locked in advance and are limited to transactions between channel participants.
As of now, the number of active nodes in the Lightning Network has exceeded 10,000, with over 40,000 channels, and the capital locked in the Lightning Network has reached several thousand BTC.
(2) sidechain
Sidechains are independent blockchains that are connected to the Bitcoin main chain through a two-way anchoring mechanism. Users can transfer Bitcoins from the main chain to the sidechain for transactions, and then return the transaction results to the main chain. Sidechains can have different consensus mechanisms and transaction rules, allowing for higher transaction speeds and more diverse functionalities. One of the earlier projects exploring the development of sidechains is Rootstock.
Rootstock (RSK) was launched in January 2018 and is the first sidechain compatible with EVM on the Bitcoin network. The native token in Rootstock is a Bitcoin-pegged coin called Smart BTC (RBTC), which is also used to pay transaction fees. The main innovations of Rootstock include merged mining and a bi-directional bridge mechanism. Merged mining means that the Rootstock blockchain uses the same PoW consensus algorithm as Bitcoin, allowing Bitcoin miners to mine Bitcoin and Rootstock blocks simultaneously, increasing miners' profitability without additional resources. The bi-directional bridge (Powpeg) supports seamless conversion between Bitcoin and RBTC, allowing Bitcoin to be transferred freely between the two while lowering transaction costs.
The main bottlenecks restricting the development of Rootstock are twofold: first, the security of the sidechain relies on its own consensus, requiring users to trust its security; second, the ecosystem is not mature enough, lacking sufficient developers, partners, and user participation. As a result, after many years of development, Rootstock's TVL peak is only around $200 million.
(3) Rollup
Rollup technology improves transaction throughput by processing transactions off-chain and submitting the compressed transaction data to the Bitcoin main chain. Depending on different verification methods, the two main types of Rollups are Optimistic Rollups and ZK Rollups. Optimistic Rollups assume that transactions are valid and only verify them in case of disputes; ZK Rollups verify each transaction through zero-knowledge proof technology.
Rollup technology has been widely applied in blockchains such as Ethereum, and many projects are also exploring its use in Bitcoin.