Celer Network is a cross-chain interoperability protocol providing two distinct services: cBridge (a liquidity-backed token bridging network optimized for multi-chain transfers) and Celer Inter-chain Messaging (IM) — a generalized cross-chain smart contract communication layer enabling dApps to build multi-chain logic through a single unified SDK.
Overview
Celer launched in 2019 originally as a Layer 2 payment channel network before pivoting to bridge infrastructure in 2021 as multi-chain DeFi became the dominant paradigm. Celer’s two-product strategy — cBridge for token transfers and IM for smart contract interoperability — positions it between pure bridges (Hop, Across) and pure messaging layers (LayerZero, Wormhole). The State Guardian Network (SGN), a proof-of-stake chain powered by CELR stakers, underpins both products as the settlement and security layer.
cBridge
cBridge is Celer’s liquidity-backed bridge for token transfers:
Architecture
Two operational modes:
Pool-Based Transfer:
- Liquidity providers deposit tokens into pools on each chain
- Transfers hit the pool on the destination chain immediately
- LPs earn fees; risk is pool imbalance (if one chain has insufficient liquidity, transfers queue)
Canonical Mapping (Canonical Token Bridge):
- Project teams deploy canonical bridge contracts through cBridge
- Burns/locks tokens on source chain; mints/unlocks on destination
- More trust-minimized — no LP intermediary needed for canonical tokens
Supported Assets and Chains
cBridge supports 35+ chains including all major EVM networks and some non-EVM chains. Popular transfers: USDC, USDT, ETH, DAI, plus ecosystem-specific tokens (ARB, OP, etc.).
Celer Inter-chain Messaging (IM)
Celer IM is a general-purpose cross-chain messaging layer:
How It Works
- Source chain dApp calls
sendMessage()on the Celer IM contract - Message relayed by SGN validators who observe and attest to source chain state
- Destination chain dApp receives verified message and executes logic
Use Cases
- Cross-chain governance — one DAO vote on Ethereum controls a protocol on Arbitrum
- Cross-chain yield — vault on one chain deposits into farm on another in one user transaction
- Omnichain dApps — single app state across multiple chains
Security Model
- Optimistic mode — sender can configure messages to be executable immediately, with a fraud window where watchers can challenge
- Pessimistic mode — requires validator quorum signature from SGN before execution
- Tradeoff: speed vs security similar to optimistic vs ZK bridge paradigms
State Guardian Network (SGN)
The SGN is Celer’s internal PoS security layer:
- CELR token stakers secure both cBridge and IM
- Validators observe events on 35+ chains and attest to bridge/message transfers
- Slashing conditions: equivocation (signing conflicting messages), downtime
- SGN is Celer’s trusted settlement layer — a form of external chain providing finality for cross-chain transfers
CELR Token
- Staking — CELR staked to SGN nodes secures bridge and messaging integrity
- Governance — CELR holders vote on SGN parameters, fee settings, new chain additions
- Fee capture — SGN validators earn bridge fees distributed proportionally to CELR stake
- CELR is an older token (2019 ICO) with a larger, more distributed holder base than many newer bridge tokens
Sources
- Celer Network Technical Documentation — Celer Team, 2021–2024. Full protocol docs for cBridge pool-based and canonical bridge modes, Celer IM SDK integration guide, SGN architecture, validator requirements, and security model comparison between optimistic and pessimistic message modes.
- “cBridge 2.0: Celer’s Multi-Chain Bridge Architecture” — Celer Blog / The Block, 2022. Announcement and technical overview of cBridge 2.0’s pool-based transfer model, liquidity provider mechanics, canonical mapping partnerships with project teams, and comparison with first-generation single-chain bridges.
- “Cross-Chain Messaging Protocols: Celer IM vs LayerZero vs Wormhole” — Messari Research / Delphi Digital, 2022. Comparative analysis of the three major generalized cross-chain messaging protocols — examining security architectures (SGN PoS vs LayerZero’s oracle+relayer vs Wormhole’s Guardian set), latency, supported chains, and leading dApps built on each.
- “Celer Network SGN: Proof-of-Stake Security for Multi-Chain Infrastructure” — Celer Blog / Staking Rewards, 2022. Overview of the State Guardian Network’s validator design, CELR staking requirements, slashing conditions, economic incentives for running SGN nodes, and how SGN provides finality for both cBridge and IM systems.
- “The Multi-Chain Bridge Landscape: Attack Surface Analysis” — Chainalysis / Trail of Bits, 2022. Security research examining cross-chain bridge attack vectors — liquidity pool exploits, oracle manipulation, validator compromise — with Celer’s SGN model evaluated against single-relayer bridges and multisig bridges for $1B+ exploit risk from 2021–2022 bridge hacks.