What is interoperability?
- Author
- CRYPTO PORT Editorial
- Published
- Updated
- Reading time
- 5 min
In short
Interoperability is the property that independent blockchains can exchange assets and information. As the number of chains grows, liquidity and data fragment, and something has to connect them. How that connection is built, though, completely changes the trust a user takes on.
Key points
- The ability of independent chains to exchange assets and data
- A response to liquidity fragmenting as chains multiply
- Trust assumptions vary sharply by connection method
- The connecting layer itself becomes a new attack surface
Definition
The capacity of blockchains with different designs and operators to exchange assets and data and to coordinate processing across them.
Each blockchain is an independent ledger and cannot see balances on another. So even a single stablecoin ends up split across separate liquidity pools per chain, with different prices and costs. Closing that fragmentation is what interoperability technology aims at.
There are several approaches: implementing a light client as a contract that verifies the other chain's headers, connecting chains that share a common standard, or having an external signer set mediate between the two ends. The more verification you do yourself, the fewer assumptions — and the heavier the implementation.
From a user's point of view, the question is where the convenience created a new single point of failure. In a multi-chain operation, a stalled message relay or an unavailable liquidity provider leaves assets stuck in an intermediate state. It is worth knowing in advance how far such a transfer can be unwound.
Watch out for
- · The connecting layer is a new attack surface — funds can be lost even when both chains are sound
- · Cross-chain operations can stall midway, so check how an interrupted transfer is handled
- · A long list of supported chains says nothing about how safe the connection method is