Crypto Borrowing
How Does Cross-Chain Borrowing Work?
Learn how cross-chain borrowing works, why it matters for Bitcoin holders, and how bridging enables borrowing across multiple blockchains like Ethereum, Arbitrum, and Base.
Understand cross-chain bridging: how bridges transfer assets between blockchains, the different bridge architectures, security considerations, and their role in cross-chain DeFi.
A cross-chain bridge is a protocol that enables the transfer of assets, data, or messages between two separate blockchains. Blockchains are fundamentally isolated systems — Ethereum has no native ability to read Bitcoin's state, and Solana cannot verify transactions on Arbitrum. Bridges provide the interoperability layer that connects these isolated networks.
In a multi-chain world where DeFi protocols, liquidity, and users are distributed across dozens of blockchains and Layer 2s, bridges are critical infrastructure. They enable users to move assets to where the best opportunities exist — whether that is the highest lending yield, the deepest liquidity pool, or the lowest gas costs.
The core challenge of bridging is the verification problem: how does Chain B know that something happened on Chain A? Unlike a centralized database where one system can query another, blockchains cannot natively verify each other's state.
Every bridge architecture is essentially an answer to this question. The different answers involve different security assumptions, trust models, latency, and costs.
The most common bridge mechanism:
The security of this model depends entirely on the verification step. If an attacker can convince the bridge that a fake deposit occurred, they can mint unbacked tokens.
Instead of lock-and-mint, liquidity network bridges maintain pools of native assets on both chains:
This approach avoids wrapped tokens entirely — users receive native assets on the destination chain. Protocols like Across, Stargate, and Hop use variations of this model.
Advantages include faster transfers (no need to wait for cross-chain verification) and native asset delivery. Disadvantages include capital inefficiency (liquidity must be pre-deployed on both chains) and reliance on liquidity providers.
Atomic swaps use time-locked cryptographic contracts (HTLCs — Hash Time-Locked Contracts) to enable trustless peer-to-peer exchanges across chains:
Atomic swaps are truly trustless but limited in flexibility — they require both parties to be online and only support simple swaps, not arbitrary cross-chain operations.
General-purpose message-passing bridges transmit arbitrary data between chains, not just asset transfers. This enables:
Protocols like LayerZero, Axelar, Wormhole, and Chainlink CCIP provide general-purpose cross-chain messaging infrastructure.
These bridges rely on a set of external validators to attest to cross-chain events:
The security of trusted bridges scales with the number and independence of validators, the economic stake at risk, and the operational security practices of individual validators.
Trustless bridges verify cross-chain state using cryptographic proofs rather than validator attestations:
Trustless bridges are more secure but also more complex, more expensive (proof generation and verification cost gas), and harder to build. The trend in the ecosystem is clearly toward trustless architectures.
Every rollup has a canonical bridge — the official bridge contract that connects the L2 to its L1. These bridges inherit the rollup's security model:
Canonical bridges are the most secure way to bridge assets to/from L2s because they are part of the rollup's core security model. However, their withdrawal delays (especially for optimistic rollups) have driven demand for third-party bridges that offer faster exits.
Bridges have been the single largest target for exploits in DeFi history, with over $2.5 billion lost:
Bridges concentrate risk in several ways:
As a DeFi user, you can reduce bridge risk by:
Bitcoin is the largest cryptocurrency by market cap, but its scripting language is limited — it does not natively support the smart contract functionality needed for DeFi. Bridging Bitcoin to smart contract platforms is essential for Bitcoin holders who want to participate in DeFi.
This is the fundamental infrastructure that enables platforms like Borrow to exist. When a user borrows stablecoins against their Bitcoin, the BTC must be represented on a chain where lending smart contracts operate.
Several bridge approaches create Bitcoin representations on Ethereum and other chains:
WBTC (Wrapped Bitcoin): The oldest and most widely used. A consortium-based model where custodians hold BTC and mint 1:1 WBTC on Ethereum. It is a trusted bridge that relies on the custodians' integrity and operational security.
cbBTC (Coinbase Bitcoin): Coinbase's wrapped Bitcoin token, backed 1:1 by BTC held in Coinbase custody. Offers institutional-grade custody but centralizes trust in a single entity.
tBTC: A decentralized bridge using threshold cryptography. A distributed network of node operators collectively manages BTC custody without any single party having access. More decentralized than WBTC but with more complex failure modes.
sBTC (Stacks): Uses Stacks' consensus mechanism to create a BTC-backed asset on the Stacks layer, aiming for a trust-minimized bridge that leverages Bitcoin's own security.
Each approach makes different tradeoffs between decentralization, security, and capital efficiency. Borrow supports multiple wrapped Bitcoin variants, allowing users to borrow against their BTC using whichever bridge model they prefer.
Cross-chain lending takes bridging a step further. Instead of bridging assets and then using a lending protocol, cross-chain lending protocols enable:
This is the frontier that platforms like Borrow are pushing toward — cross-chain borrowing that abstracts away the bridging complexity entirely, letting users focus on their financial objectives rather than the underlying infrastructure.
Instead of users interacting directly with bridge contracts, intent-based systems let users declare what they want ("move 1 ETH from Arbitrum to Base") and let specialized solvers find the optimal execution path. Protocols like Across and UniswapX use intent-based architectures where:
This model offers faster execution, better pricing (solvers compete), and simpler UX (users do not need to choose a bridge).
The future of bridge security lies in zero-knowledge proofs. ZK bridges can:
This approach could make bridges as secure as the source chain's consensus — the strongest possible guarantee — while remaining practical and cost-effective.
For rollup-to-rollup bridging, shared sequencing offers a radical improvement. If multiple L2s share the same sequencer, cross-chain transactions can be atomic — either both sides execute or neither does. This eliminates the entire category of bridge risks related to incomplete or delayed cross-chain settlement.
The Optimism Superchain, Espresso Systems, and Astria are pursuing shared sequencing architectures.
The ecosystem is converging on cross-chain messaging standards:
Bridge costs include:
Faster bridges often involve more trust assumptions:
For DeFi users, common reasons to bridge include:
Aggregators like Borrow can abstract away much of this complexity, routing users to the best opportunities across chains without requiring manual bridging decisions.
Cross-chain bridges are essential infrastructure in a multi-chain blockchain ecosystem. They enable asset movement between isolated networks, connecting users to opportunities across the DeFi landscape. However, bridges carry significant security risks — historic exploits exceeding $2.5 billion underscore the importance of choosing bridges carefully and understanding their trust models.
For Bitcoin holders using Borrow to access DeFi lending, wrapped Bitcoin bridges (WBTC, cbBTC, tBTC) are the foundational layer that makes BTC-backed borrowing possible. As bridge technology evolves toward ZK-verified, intent-based, and shared-sequencing architectures, cross-chain lending will become more secure, faster, and more seamless — ultimately reaching a point where users do not need to think about which chain their assets are on at all.
Common Questions
A cross-chain bridge is a protocol that enables the transfer of assets and data between two different blockchains. Since blockchains are inherently isolated — Ethereum cannot read Bitcoin's state and vice versa — bridges provide the interoperability layer that connects them. They typically work by locking assets on the source chain and minting equivalent representations on the destination chain.
Related Questions
Crypto Borrowing
Learn how cross-chain borrowing works, why it matters for Bitcoin holders, and how bridging enables borrowing across multiple blockchains like Ethereum, Arbitrum, and Base.
Borrow by Sats Terminal
Learn about every blockchain supported by Borrow by Sats Terminal -- Ethereum, BASE, Arbitrum, Polygon, Optimism, and BSC -- and how multi-chain support helps you find the best lending rates.
Borrow by Sats Terminal
Learn how Borrow by Sats Terminal handles BTC deposits, including automatic bridging, wrapping, and protocol supply to simplify Bitcoin-backed stablecoin loans.
Advanced Topics
Learn what smart contract audits are, how they work, what auditors look for, and why they matter for DeFi security and protecting your crypto assets.