Bitcoin-IPC

  • Name: Bitcoin-IPC
  • URL: https://www.bitcoinscalinglabs.com/
  • Category: Bitcoin-rooted PoS subnet framework / cross-subnet messaging infrastructure / BTC-collateralized appchain network
  • Tags: bitcoin-ecosystem
  • Summary: Bitcoin-IPC is a Bitcoin-rooted subnet stack, not a magic Bitcoin L2 catchall. The important parts are plain enough: BTC sits on Bitcoin L1 as collateral, Fendermint-based subnets handle execution, relayers publish checkpoints back to Bitcoin, and cross-subnet transfers ride those checkpoint flows instead of pre-funded Lightning-style channels. That makes it a useful comparison point for hybrid Bitcoin chains and peg-control systems where the real control surface is checkpoint cadence, relayer liveness, BTC-collateral policy, subnet creation rights, and who gets to operate the path between otherwise separate execution environments.
  • What it does:
    • Lets Bitcoin-aware operators create programmable L2 subnets whose validator stake is locked in BTC on Bitcoin L1
    • Extends the Filecoin-rooted IPC/Fendermint stack so Bitcoin becomes the root subnet and final settlement layer for child chains
    • Uses Bitcoin monitor and provider services to watch Bitcoin, translate IPC commands into Bitcoin transactions, and expose RPC endpoints to subnet components
    • Uses relayers to move finalized subnet checkpoints and cross-subnet transfer data from subnets back onto Bitcoin
    • Batches cross-subnet transfers into checkpoint flows, with checkpoint transactions and separate batch-transfer transactions writing compact routing and recipient data to Bitcoin rather than sending each transfer as a standalone Bitcoin payment
    • Supports EVM-compatible smart-contract execution inside subnets through Fendermint / FVM while keeping Bitcoin as the collateral and checkpoint anchor
  • Key claims:
    • The whitepaper’s core claim is not merely faster Bitcoin; it is that Bitcoin-IPC enables permissionless creation of fully programmable PoS subnets whose stake is denominated in BTC on L1 Bitcoin, with Bitcoin carrying critical communication, settlement, and security information.
    • The strongest mechanism distinction is the split between subnet execution and Bitcoin-rooted security. The docs and paper both say validators lock BTC on Bitcoin L1, subnets produce checkpoints, and Bitcoin-confirmed checkpoints become the trusted source for finality and recovery.
    • The transfer path matters analytically. Instead of requiring pairwise pre-reserved liquidity like Lightning, Bitcoin-IPC says cross-subnet transfers are routed through Bitcoin-backed checkpoint flows, with checkpoint and batch-transfer transactions carrying compact metadata on Bitcoin and the destination subnet crediting balances after Bitcoin confirmation.
    • The implementation stack makes the project more legible than many Bitcoin L2 pitches. The paper and repo separate Bitcoin monitor, Bitcoin provider, Fendermint subnet validators, ipc-cli, and relayers, which helps expose where liveness and operator power actually sit.
    • Bitcoin-IPC is also useful because it imports an appchain framework lineage into Bitcoin. The reviewed paper says the Bitcoin-specific components live in a dedicated bitcoin-ipc repository, while subnet-side IPC logic lives in a fork of the broader IPC repository adapted for Bitcoin as parent.
    • The benchmark and marketing materials make an aggressive throughput claim: by embedding SWIFT-like transfer messaging into Bitcoin transactions and witness data, the stack claims up to 23x lower virtual-byte cost per transfer than comparable native Bitcoin L1 transactions, pushing effective monetary throughput from roughly 7 tps toward 160+ tps. Even if that headline should be treated cautiously, it clarifies that the project is optimizing for Bitcoin-anchored batch messaging rather than base-layer payment purity.
    • The README’s unaudited warning matters. The repository says all modules in the Bitcoin-IPC stack are unaudited and should not be deployed on mainnet or used with real-value tokens, which makes current implementation maturity a first-class comparison variable rather than a footnote.
    • Bitcoin-IPC clears the corpus bar because it adds a distinct Bitcoin-rooted subnet network comparison layer: BTC collateral, Bitcoin-anchored checkpoints, relayer-mediated message publication, and programmable child-chain execution are explicit separate surfaces rather than one flattened Bitcoin L2 label.
  • Whitepaper: Formal whitepaper at https://arxiv.org/pdf/2512.23439, plus official docs and open-source repositories; see ../whitepapers/bitcoin-ipc-primary-sources-2026-05-15.md and ../whitepapers/bitcoin-ipc-whitepaper.pdf.
  • Sources:

Internal linkages