老贼

老贼

分享干货内容,消除信息差。 7+年自媒体作者,数字游民,野生开发者。
x

Web3 is more than just Bitcoin: What are the differences between different chains?

Introduction#

In the Web3 ecosystem, is there one "blockchain" or many? We often hear about Bitcoin, Ethereum, and a bunch of new terms like Solana, Arbitrum, Polygon, BNB Chain...

Multiple Chains#

"Blockchain" is not a specific thing, but rather a technical architecture. Just like "blog" is a form of website, but can specifically be Zhihu, Sina Weibo, WordPress, or even Xiaohongshu.

So in the Web3 world, there are many blockchains, and different projects and developers can build their own chains within this framework, each with its own characteristics, operation methods, and user groups.

How are these chains classified? The simplest way: divided into three categories based on "openness":

Public Chain#

This is the type of chain we encounter the most, such as:

  • Bitcoin
  • Ethereum
  • Solana
  • Avalanche

The characteristic is completely open, anyone can participate; you can download a wallet, view data, and deploy contracts without needing to register or apply for permission. They are also the main battlefield for Web3 applications.

However, because everyone can use them, there are many transactions, high loads, and relatively average performance (slow speed, high fees).

Private Chain#

Simply put, this is a chain used "internally by a company," which outsiders cannot see or participate in. For example, a logistics company uses blockchain to track packages, but this chain only allows employees or partners to connect.

The advantages are speed and security; the disadvantages are excessive "centralization" and privatization.

Consortium Chain#

This is in between the two. For example, several banks or companies come together to build a chain, jointly maintaining nodes, but it is not open to the public. Alibaba's "Ant Chain" and some multinational organizations' "Hyperledger" fall into this category.

Different Chains, How to Maintain "Consensus"?#

Regardless of which chain it is, the most important question is: how do people decide "which transaction is real"?

This involves the "consensus mechanism."

In simple terms, it is who has the right to "keep the ledger" and "how to select that person."

PoW: Competing Computing Power, Who is Fast Wins (Bitcoin)#

The earliest consensus mechanism, Proof of Work (PoW), is where miners compete to solve problems; whoever solves it first gets to package transactions and receive rewards.

  • ✅ Secure, high cost of cheating
  • ❌ Wastes resources, generates heat, consumes electricity, slow speed

As mentioned in the article "What the Heck is Web3?," Bitcoin uses PoW.

PoS: Staking Coins, More Staked Means More Power (Ethereum)#

Proof of Stake (PoS) looks at who has staked the most coins. The more you stake and the longer you stake, the more likely you are to be selected to package transactions.

  • ✅ Energy-efficient, high efficiency
  • ❌ Has a bit of a "wealthy people rule" vibe

Since Ethereum's merge, it has transitioned from PoW to PoS, making it the most active PoS public chain in the ecosystem.

DPoS / PoA: A Few People Decide, Efficiency Maximized#

  • DPoS (Delegated Proof of Stake): Users vote to elect representatives to package transactions, such as EOS
  • PoA (Proof of Authority): Select a few "trusted nodes" to be responsible for keeping the ledger, such as the testnet of BNB Chain

These mechanisms basically sacrifice decentralization for throughput and transaction speed.

Mainstream Public Chain Consensus Quick Reference Table#

ChainConsensus MechanismCharacteristicsUse Cases
BitcoinPoWMost decentralized, strongest against censorshipStore of value
EthereumPoSMost prosperous ecosystem, supports smart contractsDeFi, NFT
SolanaPoS + PoHFast speed, good on-chain experienceChain games, NFT
BNB ChainPoSACentralized, many users, fast transactionsBeginner entry, Degen
PolygonPoS (Ethereum sidechain)Expands ETH performanceDeFi, micro payments
ArbitrumOptimistic RollupL2 for ETH, low feesDeFi airdrop hotspots
zkSyncZK RollupStrong privacy, cutting-edge ZK technologyEmerging ecosystem

Web3 can be understood as a world of "multiple chains coexisting," where each chain is like a country with its own systems, languages, and habits.

What are Layer 1 and Layer 2?#

It is essentially a "layered structure of the blockchain world."

Layer 1: The Main Chain Itself#

The bottom layer of the chain, responsible for processing all transactions and consensus. Like the main roads of a city, Bitcoin, Ethereum, and Solana are all L1.

Characteristics: secure but congested (expensive + slow)

Layer 2: The Main Chain's External Accelerator#

What if the main chain is too slow? Move some transactions "out to process," only syncing the results back.

L2 is such a layer of "external high-speed channels," with two common methods:

  • Optimistic Rollup: Assume no one cheats at first, verify only when someone reports (Representative: Arbitrum)
  • ZK Rollup: Each transaction generates a mathematical proof (Representative: zkSync)

This way, you can "enjoy the security of Ethereum" while reducing costs + increasing speed.

Bonus: Layer 0 (Underlying Communication Protocol)#

Sometimes we also hear about Layer 0, such as Polkadot and Cosmos. These projects provide a protocol for "enabling communication between different chains," solving cross-chain challenges.

They are not chains but "bridges connecting chains."

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.