Protocol
sBridge

Supported Chains

All chains connected to sBridge: asset types and proof methods

sBridge connects SBChain to external blockchains using chain-specific Merkle proof verification. Each supported chain has a corresponding proof method that SBChain consensus nodes verify independently on-chain.

Chain Reference

ChainAsset TypesProof Method
EthereumERC-20, ETHMerkle-Patricia trie proof
SolanaSPL tokens, SOLMerkle tree inclusion proof
BitcoinBTCSPV Merkle proof
TronTRC-20, TRXMerkle block proof
SBChainSBT, BTS, SbAssets, RQRXNative SBChain block proof

Chain Integration Requirements

  • A deterministic Merkle or SPV proof scheme that SBChain nodes can verify
  • A lock/burn contract or address on the source chain that gates asset movement
  • 2MPC signing support for the chain's native key scheme (ECDSA secp256k1, Ed25519, or native)
  • A light client or block header relay mechanism so SBChain can track source chain state