Lending & Borrowing
Cross-Chain Lending
Cross-chain lending enables users to supply collateral on one blockchain and borrow assets on another without manually bridging tokens.
A protocol that connects separate blockchains, enabling users to transfer tokens and data across networks.
A blockchain bridge is a protocol that connects two separate blockchains, enabling users to transfer tokens, data, and messages between them. Bridges solve one of crypto's most persistent challenges — interoperability — by allowing assets created on one network to be used on another. Without bridges, each blockchain would operate as an isolated silo, and users would have no way to move value across ecosystems.
As the crypto landscape has evolved into a multi-chain environment spanning Ethereum, Arbitrum, Optimism, Base, Polygon, BSC, and many more networks, bridges have become essential infrastructure. They are the connective tissue that holds the broader DeFi ecosystem together.
While bridge implementations vary, most follow one of a few core architectural patterns:
The most common bridge design locks tokens on the source chain in a smart contract and mints equivalent wrapped representations on the destination chain. When a user wants to move assets back, the wrapped tokens are burned and the original tokens are unlocked. For example, when you bridge BTC to Ethereum, the original bitcoin is locked by a custodian or smart contract, and a wrapped version (like WBTC or cbBTC) is minted on Ethereum for use in DeFi.
Some bridges maintain liquidity pools on both sides of the connection. Instead of minting new tokens, they match a deposit on one chain with a withdrawal from a pool on the other. This approach can be faster and avoids the minting step, but it requires deep liquidity on both chains to function smoothly. Stargate and Across are examples of this model.
More advanced bridges don't just move tokens — they relay arbitrary messages and data between chains. This enables cross-chain smart contract calls, where a transaction on one chain can trigger an action on another. LayerZero and Axelar are infrastructure protocols that support this kind of generalized cross-chain communication.
Many Layer 2 networks operate their own canonical (official) bridges for moving assets between the L1 and L2. These are generally considered safer because they inherit the security model of the underlying rollup. Third-party bridges offer faster transfers and support more chains, but they introduce additional trust assumptions.
Bridges unlock a wide range of DeFi strategies that would otherwise be impossible:
Some aggregators support lending across multiple chains — including Ethereum, Base, Arbitrum, Polygon, Optimism, and BSC — and automatically handles wrapping for BTC collateral, reducing the friction of navigating the multi-chain landscape.
Bridges are among the highest-risk components in the DeFi stack. Because they custody or control large amounts of locked funds, they are attractive targets for attackers. Some of the largest exploits in DeFi history have targeted bridge protocols:
Users can reduce their exposure by choosing bridges with strong security track records, multiple independent audits, and decentralized validation mechanisms. Canonical rollup bridges, while slower (withdrawals from optimistic rollups can take seven days), offer stronger security guarantees because they inherit the security of the base layer.
It is also wise to avoid leaving large amounts of value on a destination chain solely in wrapped form. If the bridge that backs those wrapped tokens is compromised, the wrapped assets can lose their peg and become worthless.
The bridge landscape is rapidly evolving. Intent-based bridges, chain abstraction layers, and protocols that allow users to interact with multiple chains without manually bridging are all being developed. The long-term vision is a seamless multi-chain experience where users don't need to think about which chain their assets are on — the infrastructure handles routing and settlement behind the scenes. Until that vision is fully realized, understanding how bridges work and their associated risks remains an essential part of navigating DeFi.
Related Terms
Lending & Borrowing
Cross-chain lending enables users to supply collateral on one blockchain and borrow assets on another without manually bridging tokens.
Bitcoin & Crypto
Wrapped Bitcoin (WBTC) is an ERC-20 token backed 1:1 by Bitcoin, enabling BTC holders to access Ethereum-based DeFi protocols.
Blockchain & Networks
A secondary protocol built on top of a base blockchain that increases transaction throughput and reduces fees.
Blockchain & Networks
A blockchain is a distributed, immutable digital ledger that records transactions across a decentralized network of computers.