Money Wiki

Bitcoin Cash (BCH)

Share:

The disagreement started in 2014-2017. Bitcoin experienced transaction congestion, rising fees, and contentious governance debates. Bitcoin's 1 MB block size limit—a deliberate constraint—could only process 4-7 transactions per second. That's insufficient for global payment adoption.

Ticker

BCH

Layer

L1

Consensus

Proof of Work (SHA-256)

Issuer

Bitcoin Cash Community (Hard Fork from Bitcoin)

Native Chain

Bitcoin

Launched

2017

Status

Active

Live Market Data

Price

$440.64

Market Cap

$8.82B

24h Volume

$211.24M

24h Change

+1.30%

Data from CoinGecko. Refreshed hourly.

Bitcoin Cash emerged from one of cryptocurrency's most heated philosophical debates. Should Bitcoin scale through layers (prioritizing decentralization) or on-chain throughput (prioritizing user experience)? On August 1, 2017, Bitcoin split into two blockchains, and Bitcoin Cash chose larger blocks to handle everyday transactions. This wasn't supposed to work—hard forks tend to fail. Bitcoin Cash proved otherwise. By April 2026, it had evolved into a functional Layer 1 blockchain with smart contract capabilities through SmartBCH, quantum-resistant cryptography research, and the May 2026 Layla hard fork adding advanced virtual machine functionality. Bitcoin Cash demonstrates that contentious hard forks can generate competing implementations that genuinely test alternative technical philosophies.

History and Founding

The disagreement started in 2014-2017. Bitcoin experienced transaction congestion, rising fees, and contentious governance debates. Bitcoin's 1 MB block size limit—a deliberate constraint—could only process 4-7 transactions per second. That's insufficient for global payment adoption.

Two visions collided. Bitcoin's Core development team pushed for segregated witness (SegWit) and layer-two scaling like the Lightning Network. They prioritized low node operating costs over on-chain throughput. The Bitcoin Cash faction, led by Roger Ver (founder of Bitcoin.com) and Amaury Séchet (Bitcoin ABC lead developer), argued that Satoshi's original vision meant larger blocks, on-chain scaling, and transaction throughput priority.

On August 1, 2017, at block 478,559, the hard fork happened. Bitcoin Cash nodes created blocks that Bitcoin Core software rejected. Two separate blockchains existed with identical history up to that moment. Bitcoin Cash increased its block size to 8 MB initially, then 32 MB by 2018. Transaction dynamics changed completely.

The technical separation created another fracture. Bitcoin SV (Satoshi Vision), led by Craig Wright and nChain, split from Bitcoin Cash in 2018, pushing for even larger blocks (128 MB and beyond). This demonstrated how hard fork dynamics could create competing Layer 1 chains based on divergent interpretations.

Technical Architecture

Consensus Mechanism and Block Parameters

Bitcoin Cash uses identical SHA-256 proof-of-work consensus to Bitcoin, with the same difficulty adjustment and mining rewards schedule. The fundamental difference is block size: Bitcoin Cash increased the maximum from 1 MB to 8 MB initially, then 32 MB by 2018.

As of April 2026, the block size limit is 32 MB, with protocol research suggesting potential increases to 64 MB or higher if testing confirms sustainability. Larger blocks directly correlate with higher transaction capacity but require higher bandwidth and storage from node operators. This trades decentralization for throughput—the core philosophical tension between Bitcoin and Bitcoin Cash.

Block generation maintains Bitcoin's 10-minute target with difficulty adjustment every 2,016 blocks. The identical consensus means Bitcoin Cash and Bitcoin use the same mining hardware (ASIC miners for SHA-256), creating potential vulnerability if Bitcoin's dominant hashrate creates security pressure through fluctuations.

Transaction Throughput and Fee Dynamics

Bitcoin Cash's 32 MB block size enables roughly 56 transactions per second, compared to Bitcoin's 4-7 TPS. With 10-minute blocks, Bitcoin Cash blocks can contain approximately 33,600 transactions at maximum capacity. In practice, network usage is far below that, with average blocks containing 10,000-15,000 transactions.

The abundance of block capacity creates fundamentally different fee economics from Bitcoin. Bitcoin Cash transaction fees typically settle at $0.001-$0.01, orders of magnitude lower than Bitcoin's $2-$15 during congestion. This fee structure directly enables practical payment use cases and merchant acceptance, demonstrating the economic feasibility of on-chain scaling.

CashAddr Address Format and Interoperability

Bitcoin Cash introduced CashAddr, a new address format distinct from Bitcoin's legacy format. It uses base32 encoding with BCH error-correcting codes, providing case-insensitivity and improved usability. The prefix "bitcoincash:" distinguishes CashAddr from Bitcoin addresses, preventing accidental fund misrouting between chains.

While cryptographically interoperable (underlying mathematics are identical), CashAddr's format reinforces network separation and creates user-interface clarity. Legacy Bitcoin addresses convert to CashAddr equivalents, but the new format became standard for Bitcoin Cash wallets.

Smart Contracts and Bitcoin Cash VM

Bitcoin Cash retained Bitcoin's scripting language but removed many limitations Bitcoin imposed. The 2023 Stardust upgrade restored full Bitcoin Script functionality. The scheduled May 2026 Layla hard fork introduces transformative smart contract capabilities through CashVM (Bitcoin Cash Virtual Machine) enhancements:

  • OP_BEGIN and OP_UNTIL: New opcodes enabling bounded loops in smart contracts, allowing developers to implement repeated logic without code duplication
  • OP_DEFINE and OP_INVOKE: Reusable function definitions enabling modular contract development
  • Post-quantum cryptography: 256-bit classical security through quantum-resistant algorithms
  • Full Turing-Complete Capabilities: Moving toward Turing-complete functionality while respecting transaction size constraints

These enhancements position Bitcoin Cash to support complex DeFi applications while maintaining sub-penny transaction fees—a direct competitive advantage versus Ethereum's $5-$50 per transaction DeFi operations.

Ecosystem and Adoption

SmartBCH Sidechain and DeFi Ecosystem

SmartBCH launched in June 2021 as an EVM-compatible sidechain enabling Ethereum-style smart contracts and DeFi. Operating as a sidechain rather than Layer 2, SmartBCH maintains separate consensus while bridging assets bidirectionally with Bitcoin Cash mainnet. Three major operators—ViaBTC, Matrixport, and BTC.com—run federated consensus nodes.

SmartBCH lets developers deploy Solidity smart contracts, create fungible tokens, and build decentralized exchanges, lending protocols, and other DeFi primitives. The sidechain approach trades decentralization for faster development velocity and EVM compatibility, attracting projects deterred by Ethereum's gas costs.

Payment Integration and Merchant Adoption

Bitcoin Cash's low fees and fast confirmations (approximately 10-minute blocks, or instant zero-confirmation if merchants accept the risk) make it viable for retail payment adoption. Payment processors including BitPay, Btcpay, and CoinPayments accept Bitcoin Cash. Point-of-sale systems and e-commerce platforms increasingly support BCH options.

Bitcoin's brand recognition and the ideological division from the hard fork limit Bitcoin Cash merchant adoption compared to Bitcoin. However, projects including OpenBazaar and Latin American remittance services leverage Bitcoin Cash's fee advantages for value transfer.

CHIP Process and Governance

Bitcoin Cash uses the CHIP (Cash Improvement Proposal) process for governance, enabling community members to propose technical modifications with formal discussion and consensus-building. The May 2026 Layla hard fork emerged from CHIP discussions, providing transparent community evaluation.

Exchanges, Wallets, and Infrastructure

Major Exchanges and Liquidity

Bitcoin Cash trades on all major cryptocurrency exchanges with trading volumes exceeding $200 million daily. Binance, Kraken, Coinbase, OKX, and UpBit provide deep liquidity for BCH/USD, BCH/USDT, and numerous fiat pairs. The April 2026 market cap of $8.74 billion and ranking at number thirteen globally ensures institutional-grade market infrastructure.

Wallet Support and Self-Custody

Hardware wallets through Ledger, Trezor, and Keepkey provide institutional-grade custody. Software wallets including Electron Cash (community-developed), Bitcoin.com Wallet (mobile), and Ledger Live provide full support. SmartBCH-compatible wallets including MetaMask (via custom network configuration) enable sidechain interaction.

Full node software—Bitcoin Cash Node (community implementation) and Bitcoin ABC (original implementation)—remain open-source and accessible.

Block Explorers and Development Tools

Blockchair provides comprehensive blockchain data. GitHub repositories at github.com/bitcoincashorg and github.com/bitcoin-cash-node facilitate open-source development with community contributions. REST APIs, webhooks, and SDKs support application development.

Tokenomics and Economic Model

Bitcoin Cash maintains identical monetary policy to Bitcoin: 21 million coins maximum with block rewards decreasing through halvings. As of April 2026, approximately 20.02 million BCH coins have been mined, with final coins arriving around year 2140. The current block reward is 6.25 BCH, decreasing every 210,000 blocks (approximately four years).

Market capitalization of $8.74 billion (April 2026) at $441.37 per BCH reflects market valuation. Trading volume averaging $200+ million daily shows institutional and retail liquidity. Bitcoin's $1.2+ trillion market cap compared to Bitcoin Cash's $8.74 billion demonstrates Bitcoin's sustained dominance despite BCH's payment advantages, reflecting brand recognition, network effects, and risk premium favoring the original chain.

Governance and Development

Bitcoin Cash governance operates through CHIP proposals enabling community discussion and consensus, supported by developers across multiple implementations (Bitcoin Cash Node, Bitcoin ABC, etc.). This distributed development contrasts with Bitcoin's conservative consensus requirements, enabling more frequent protocol upgrades.

The May 2026 Layla hard fork demonstrates governance effectiveness: the community openly discussed, evaluated, and implemented substantial smart contract enhancements within a defined timeline.

Regulatory Status

Bitcoin Cash's regulatory treatment aligns with Bitcoin—classified as a digital commodity in the United States, subject to state money transmitter requirements, and recognized as a cryptocurrency asset under frameworks including the EU's MiCA regulation.

Lower market cap and adoption rate compared to Bitcoin creates lower regulatory scrutiny, though custodians and payment processors must maintain identical compliance for BCH transactions.

Recent Developments and Future Roadmap

2026 Layla Hard Fork and CashVM Enhancement

The scheduled May 15, 2026 Layla upgrade represents Bitcoin Cash's most significant protocol enhancement in several years. The upgrade activates four CHIPs enabling bounded loops, reusable functions, quantum-resistant cryptography, and expanded Bitcoin Script functionality. These enhancements enable complex financial applications while maintaining sub-penny transaction fees.

Layla positions Bitcoin Cash to support DeFi applications directly on Layer 1, potentially attracting developers deterred by Ethereum's gas fees. The combination of smart contract capability with negligible transaction costs creates a distinctive value proposition.

Quantum Resistance Preparation

Quantum-resistant cryptography research embedded in the Layla roadmap addresses potential future threats from large-scale quantum computers. While quantum computing remains distant, Bitcoin Cash's proactive security planning demonstrates long-term commitment. The 256-bit classical security standard provides substantial margin against foreseeable threats.

Cross-Chain Bridges and Interoperability

Development of atomic swap and cross-chain bridge infrastructure aims to enhance Bitcoin Cash's interoperability with Ethereum, Polygon, and other ecosystems. Bridges enable seamless value movement between Bitcoin Cash and other blockchains, expanding practical utility and developer accessibility.

Controversies and Risk Factors

Hard Fork Controversy and Community Division

The August 2017 hard fork created lasting community division. Bitcoin maximalists argue the fork violated Satoshi's vision and created a less secure network through reduced hashrate. Bitcoin Cash advocates argue the original vision prioritized practical money properties over node accessibility. This ideological tension persists and occasionally influences market dynamics.

Hashrate Vulnerability

Bitcoin Cash's smaller hashrate compared to Bitcoin creates potential security vulnerability if miners shift capacity based on relative profitability. Sudden hashrate fluctuations could temporarily impact confirmation times, though the difficulty adjustment ultimately stabilizes the network.

SmartBCH Centralization Concerns

SmartBCH's federated consensus model (three major operators) creates centralization risk compared to mainnet proof-of-work validation. While operationally functional, the trust assumptions differ substantially from Layer 1, potentially limiting user confidence in sidechain security.

FAQ

Q: How does Bitcoin Cash differ from Bitcoin technically?

The primary differences are block size (32 MB versus 1 MB) and transaction throughput (56 TPS versus 4-7 TPS). Both use SHA-256 PoW consensus, target 10-minute blocks, and employ identical monetary policy (21 million maximum supply). Bitcoin Cash's larger block size enables lower fees but requires higher node infrastructure.

Q: What happened to the Bitcoin vs. Bitcoin Cash debate?

The debate persists ideologically, but market consensus clearly favored Bitcoin. Bitcoin's $1.2+ trillion market cap versus Bitcoin Cash's $8.74 billion demonstrates continued belief that Bitcoin's conservative scaling approach (layer-two solutions like Lightning Network) better serves long-term network properties than on-chain scaling. However, Bitcoin Cash's low fees continue attracting payment-focused users.

Q: Can I still use old Bitcoin addresses on Bitcoin Cash?

Legacy Bitcoin addresses technically function identically on Bitcoin Cash (identical cryptography), but sending Bitcoin to a legacy address on Bitcoin Cash would result in permanent loss without careful management. Modern Bitcoin Cash wallets use CashAddr format to prevent confusion. Hardware wallets and exchanges prevent cross-chain accidents through address validation.

Q: What is the May 2026 Layla hard fork adding?

Layla introduces bounded loops (OP_BEGIN/OP_UNTIL), reusable functions (OP_DEFINE/OP_INVOKE), post-quantum cryptography, and enhanced Bitcoin Script functionality. These enable complex smart contracts directly on Bitcoin Cash mainnet, supporting DeFi applications while maintaining sub-penny transaction fees.

Q: How does SmartBCH differ from Layer 2 solutions like Lightning Network?

SmartBCH is a federated sidechain with separate consensus requiring bridges for asset transfers. Lightning Network is a pure Layer 2 payment channel network enabling off-chain transactions settled on-chain. SmartBCH provides EVM compatibility for smart contracts; Lightning specializes in fast payments.

Author: Crypto BotUpdated: 12/Apr/2026