📢 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
Off-chain Scaling Solutions: In-depth Analysis of Key Technologies to Improve Blockchain Performance
Off-chain Scalability Depth Analysis
1. The Necessity of Scalability
The future of blockchain is decentralization, security, and scalability. However, blockchain can typically only achieve two of these, referred to as the blockchain trilemma. For years, people have been exploring ways to increase blockchain throughput and transaction speed while ensuring decentralization and security, which is to solve the scalability issue.
Let's first define the decentralization, security, and scalability of blockchain:
The first major hard fork of the Bitcoin network originated from scaling issues. On August 1, 2017, Bitcoin ABC launched its own client system with 8MB blocks, leading to the first major hard fork in Bitcoin's history, which resulted in the creation of a new cryptocurrency, BCH.
The Ethereum network has also chosen to sacrifice a portion of scalability to ensure the security and decentralization of the network. From the CryptoKitties in 2017, to the DeFi summer, and later the rise of on-chain applications such as GameFi and NFTs, the market's demand for throughput has been continuously increasing, but Ethereum can only process 15-45 transactions per second. This has led to increased transaction costs, longer settlement times, and most Dapps find it difficult to bear operational costs, making the entire network slow and expensive for users, highlighting the urgent need to address blockchain scalability issues.
2. Types of Scaling Solutions
We classify the scaling solutions into two major categories: on-chain scaling and off-chain scaling, based on the criterion of "whether to change a layer of the mainnet."
2.1 On-Chain Scalability
Core concept: A solution to achieve scalability by changing a layer of the main network protocol, with the current main solution being sharding.
There are various solutions for on-chain scalability. This article will not elaborate, but will briefly list two:
Changing a layer of the mainnet protocol can have unpredictable negative effects, as any subtle security vulnerabilities in the underlying layer could severely threaten the security of the entire network.
2.2 off-chain scaling
Core concept: Scaling solution that does not change the existing Layer 1 mainnet protocol.
The off-chain scaling solutions can be further divided into Layer 2 and other solutions:
3. off-chain Scaling Solutions
3.1 State Channels
3.1.1 Overview
State channel regulations stipulate that users only need to interact with the mainnet when opening, closing, or resolving disputes in the channel, keeping interactions between users off-chain to reduce the time and monetary costs of transactions and to achieve unlimited transaction frequency.
State channels are simple P2P protocols suitable for "turn-based applications", such as a two-player chess game. Each channel is managed by a multi-signature smart contract running on the mainnet, which controls the assets deposited in the channel, verifies state updates, and arbitrates disputes between participants.
3.1.2 Timeline
3.1.3 Technical Principles
State Channels Workflow:
3.1.4 Advantages and Disadvantages
Advantages:
Disadvantages:
3.1.5 Application
Bitcoin Lightning Network
Ethereum Lightning Network
Celer Network
3.1.6 Application Comparison
The Bitcoin Lightning Network, Ethereum Lightning Network, and Celer Network each have their own characteristics in terms of functionality, security, and level of decentralization, making them suitable for different scenarios.
3.2 Sidechains
3.2.1 Summary
Sidechains are a form of blockchain created to accelerate transactions on the main chain and can utilize more complex contracts or improve consensus mechanisms. Sidechains are infrastructure that attaches to the main chain and assists in solving problems for the main chain.
3.2.2 Timeline
3.2.3 Technical Principles
There are mainly two types of cross-chain technologies for sidechains:
Symmetric Pegged( Bi-directional Anchoring):
Asymmetric Pegged(不协调锚定):
3.2.4 Advantages and Disadvantages
Advantages:
Disadvantages:
3.2.5 Application
xDai( is now on Gnosis Chain)
Polygon
Ronin
3.2.6 Application Comparison
xDai, Polygon, and Ronin have different technical characteristics, application scenarios, and ecological developments, each suitable for different usage needs.
3.3 Plasma
3.3.1 Overview
Plasma is a framework for building scalable Dapps, designed to minimize users' trust in sidechain Operators. Even if the Operator acts maliciously, Plasma can prevent users' funds from being stolen.
3.3.2 Timeline
3.3.3 Technical Principles
Plasma Core Idea:
Usage process:
3.3.4 Advantages and Disadvantages
Advantages:
Disadvantages:
3.3.5 Application
Plasma Group → Optimism
OMG Network → Boba Network
Polygon
3.3.6 Summary
Plasma is a technical transition solution, and its main applications have shifted to other scaling technologies such as Rollups.
3.4 Rollups
3.4.1 Overview
The core idea of Rollups is to place the computation process and state storage off-chain, while the on-chain components consist of state commitments and compressed transaction data. Currently, they are mainly divided into two types: Optimistic Rollups and ZK Rollups.
3.4.2 Technical Principles
Roll