Skip to content

Chain-Key Cryptography

TODO: Write content for this page.

Explain chain-key cryptography from a developer perspective. Cover threshold ECDSA (Bitcoin/Ethereum signing), threshold Schnorr (Bitcoin Taproot), BLS signatures (consensus and certification), key management across subnets, and chain evolution technology (subnet membership changes without downtime). Focus on what developers can do with chain-key: sign for other chains, verify responses, build cross-chain apps.

  • concepts/chain-fusion — chain-key enables chain fusion
  • guides/chain-fusion/bitcoin — ECDSA/Schnorr in practice
  • guides/chain-fusion/ethereum — ECDSA in practice
  • concepts/vetkeys — related cryptographic primitive