Everstake Home
Products Solutions Security Resources Developers Company
chainlink ccip

Chainlink

Chainlink CCIP Explained: How Cross-Chain Interoperability Works

With Chainlink’s revolutionary Cross-Chain Interoperability Protocol (CCIP) launching in late summer 2023, it’s paramount to understand how

JUL 11, 2023

Last updated MAY 12, 2026 · V1

Chainlink CCIP (Cross-Chain Interoperability Protocol) is a blockchain interoperability standard that lets smart contracts on different chains securely send messages, transfer tokens, and trigger actions across networks through a single integration. 

TL;DR

  • As of May 2026 CCIP is live on 60+ chains as Chainlink’s single standard for cross-chain messages and token transfers.
  • It proposes fixes to the bridge security problem that has cost $2.8B+ in hacks since 2022, using multiple independent networks instead of one validator set.
  • The Risk Management Network is a monitoring network running on a separate codebase and team to independently validate every message.
  • Swift, UBS, and J.P. Morgan are using CCIP in production for tokenized assets and settlement.

The Problem CCIP Solves

Before standardized interoperability, every blockchain was effectively an island. Assets on Ethereum could not natively interact with those on Avalanche, Polygon, or Solana, and the patchwork of cross-chain bridges that emerged to fill that gap became the most exploited surface in crypto. Since 2022, more than $2.8 billion has been drained from cross-chain bridge hacks, or roughly 40% of all value ever stolen in Web3.

Most legacy bridges concentrate user funds in a single contract, rely on a small group of validators, and use a single network to verify cross-chain messages. Compromise the keys or the validator set, and the entire bridge collapses. Ronin, Wormhole, Nomad, Harmony, and, more recently, Kelp DAO all followed variations of this same script.

CCIP was designed from the ground up to break that pattern with multiple independent networks, defense-in-depth security, and a unified standard that institutions can integrate once and reuse everywhere.

How CCIP Works

At a high level, CCIP routes cross-chain transactions through Chainlink’s Decentralized Oracle Networks (DONs), the same infrastructure that secures the price feeds underpinning much of DeFi.

A typical flow looks like this:

  1. A user or contract submits a message or token transfer to the CCIP Router on the source chain.
  2. The Committing DON observes the source-chain event, waits for finality, and posts a signed Merkle root to the destination chain.
  3. The Risk Management Network independently validates that root.
  4. The Executing DON delivers the message or releases the tokens on the destination chain.

The same single integration gives a developer access to 60+ supported chains, including Ethereum, Solana, Arbitrum, Base, Avalanche, Polygon, BNB Chain, Optimism, and a growing list of permissioned networks operated by financial institutions.

Everstake actively supports the Chainlink ecosystem as an infrastructure operator and provides institutional-grade staking across the major proof-of-stake networks that CCIP connects to. 

Core Capabilities

CCIP exposes three primitives that cover the full surface of cross-chain functionality:

  • Arbitrary Messaging. Send any payload, such as instructions, parameters, or encoded function calls, from a contract on one chain to a contract on another, so a single transaction can trigger logic across multiple networks.
  • Token Transfers. Move tokens between chains via audited token smart contracts using burn-and-mint, lock-and-mint, or lock-and-unlock mechanisms, with configurable rate limits to contain risk.
  • Programmable Token Transfers. Send value and instructions together in one atomic message, for example, transferring USDC to a destination chain along with the exact contract call that should be executed when it arrives. This is what enables genuinely cross-chain DeFi rather than just bridging followed by a separate transaction.

Security Design: The Risk Management Network

The piece of CCIP that most distinguishes it from legacy bridges is the Risk Management Network (RMN), an independent secondary network that monitors the primary CCIP infrastructure for anomalies.

The RMN is deliberately built as a separate system: a different team, a different programming language (Rust, while the primary DON software is in Go), and a non-overlapping set of node operators. This is an application of N-version programming, the same redundancy pattern used in aerospace safety systems. A bug in one codebase is unlikely to exist in the other, and a compromise of one operator set does not propagate to the other.

The RMN independently reconstructs message batches from the source chain and “blesses” them only if they match what it observed. If something looks wrong, such as a replayed message, an unexpected token mint, or a route behaving outside its rate limits, the network can propose a “curse” transaction that pauses CCIP on a specific chain or lane while the issue is investigated. Compromising CCIP requires simultaneously defeating the Committing DON, the Executing DON, and the RMN.

The TCP/IP of Blockchains

CCIP is increasingly described as the TCP/IP of the tokenized asset economy, which is a single connectivity standard that lets any chain talk to any other chain without each pair of ecosystems having to negotiate its own protocol. 

The analogy is apt. TCP/IP won because, once enough institutions adopted it, building on anything else made no sense. CCIP is following the same trajectory across public chains, permissioned bank networks, and the existing financial messaging layer.

Institutional Adoption

The clearest signal that CCIP has moved past the “interesting technology” phase is the institutional roster now using it in production.

  • Swift. The cooperative, whose messaging network connects 11,500+ banks across more than 200 countries, went live with its CCIP integration in November 2025, after multi-year pilots with a dozen tier-one institutions. Swift members can now attach blockchain wallet addresses to payment messages and settle tokenized assets across public and private chains using their existing infrastructure.
  • UBS Asset Management. As part of the Monetary Authority of Singapore’s Project Guardian, UBS, Swift, and Chainlink completed a live workflow for the subscription and redemption of tokenized funds, with the fiat payment leg routed over Swift and the tokenized fund leg orchestrated by Chainlink. UBS has since put the first end-to-end tokenized fund workflow into production using Chainlink’s Digital Transfer Agent standard.
  • J.P. Morgan (Kinexys). Kinexys, J.P. Morgan’s blockchain unit, executed a cross-chain Delivery vs. Payment transaction with Ondo Finance and Chainlink in May 2025, settling tokenized U.S. Treasuries (OUSG) on Ondo Chain against USD deposits on Kinexys Digital Payments’ permissioned network. CCIP and the Chainlink Runtime Environment orchestrated the atomic settlement between the public and private chains. It was the first time Kinexys interfaced with a public blockchain in this way.

The list extends well beyond these three institutional companies building on top of Chainlink infrastructure: 

  • ANZ Bank 
  • BNY Mellon 
  • Fidelity International 
  • Mastercard 
  • SBI Group 
  • DTCC 
  • Euroclear

However, Swift, UBS, and J.P. Morgan together capture the messaging layer, the asset manager layer, and the settlement layer of traditional finance.

Use Cases in Production

Many of the use cases sketched out when CCIP launched are now live, not theoretical:

  • Cross-chain DeFi. Lending markets like Aave use CCIP for cross-chain governance and asset movement; Lido uses it for cross-chain wstETH.
  • Tokenized real-world assets. Tokenized treasuries, mutual funds, and private credit funds reference NAV data and move between chains via CCIP.
  • Bridged stablecoins. CCIP supports both native USDC and bridged USDC, enabling new chains to bootstrap dollar liquidity without waiting for native Circle deployment.
  • Wrapped asset infrastructure. Coinbase selected CCIP as the exclusive interoperability provider for its full suite of Coinbase Wrapped Assets.
  • Central bank experimentation. The Hong Kong Monetary Authority and the Central Bank of Brazil have used CCIP for cross-border, cross-chain settlement experiments.

What This Means for Builders and Holders

CCIP is nowadays the standard that a meaningful share of both DeFi and traditional finance has converged on. 

  • For developers, that means a single integration unlocks a multi-chain audience without taking on the operational risk of running a custom bridge. 
  • For institutions, it means existing systems (Swift messages, permissioned chains, custody stacks) can plug into the public chain economy without a rip-and-replace. 
  • For users, it means cross-chain transactions backed by the same defense-in-depth infrastructure that secures Chainlink’s broader oracle network.

If you’re looking into LINK staking or to talk to our team about institutional staking arrangements, head to the Everstake Chainlink page or reach out to our institutional desk.

Share with your network

Sign Up for
Our Newsletter

By submitting this form, you are acknowledging that you have read and agree to our Privacy Notice, which details how we collect and use your information.