ICPay Blog

Chain Fusion

ckBTC & ckETH Explained: How Chain-Key Tech Eliminates Cross-Chain Bridge Hacks

Bridge hacks have stolen over $2 billion from crypto users. Wrapped tokens like wBTC depend on custodian multisigs that can be drained. ckBTC and ckETH use chain-key cryptography — threshold signing with no single private key — making them fundamentally safer than traditional bridge assets.

August 28, 2026 · 7 min read

ckBTC vs wBTC: the core difference

FactorckBTC (chain-key)wBTC (wrapped)
CustodyIC subnet threshold signingBitGo multisig
Key riskDistributed — no single keySingle compromised signer
RedemptionBurn ckBTC → real BTC txRequest unwrap from custodian
Transfer speedSeconds (IC finality)Minutes (ETH gas)
Bridge contractNoneRequired

How chain-key cryptography works

A subnet on the Internet Computer derives a unique key and splits it across all nodes using threshold BLS and ECDSA signatures. No node ever holds the complete private key. When a canister needs to sign a Bitcoin or Ethereum transaction, the subnet collectively produces a valid signature — the same cryptography that makes chain fusion possible.

Why bridge hacks keep happening

Traditional bridges lock assets in a smart contract and mint a representation on another chain. The contract is a honeypot — one bug, one compromised admin key, one infinite-mint exploit, and billions vanish. Ronin, Wormhole, Nomad, Poly Network — the list is long because the architecture concentrates risk.

Chain-key tokens remove the honeypot. The IC signs for Bitcoin and Ethereum natively — no lock contract sitting between chains with a billion-dollar bounty on its code.

ckETH and ICRC-2 tokens

ckETH follows the same model for Ethereum. ckERC-20 tokens extend it to ERC-20 assets on Ethereum, all implementing ICRC-2 on the Internet Computer. Trade at IC speed, redeem 1:1 for the underlying asset. ckBTC without BTC network fees.

Frequently asked questions

Are ckBTC and ckETH secure?

They use threshold cryptography instead of custodian multisigs. No single key can drain funds. Risk shifts from bridge bugs to subnet consensus security — the same model that secures all ICP canisters.

Can chain-key tokens be hacked?

Any system can have vulnerabilities. Chain-key architecture removes the single-point bridge contract attack vector that caused most historical cross-chain losses.

Related