Cross-network lending
The ability to lend, borrow, and reuse capital across network boundaries without requiring users to manually bridge, wrap, or reposition assets.
What it refers to
Cross-network lending refers to the ability to supply, borrow, and reuse capital across network boundaries as a single coordinated activity.
It means a user can deposit assets on one network and borrow against them on another, or supply liquidity that is accessible to borrowers regardless of which network they operate on.
It is not simply lending on multiple networks separately. It is the unification of lending and borrowing activity so that capital flows to where it is needed, across the full set of connected networks.
In practice, cross-network lending means:
- Collateral on one network can back a loan on another
- Supply-side capital is not locked to a single network's demand
- Borrowing demand on any connected network draws from the same capital base
- Interest rates reflect system-wide supply and demand, not isolated network conditions
This concept is often searched as cross chain lending, multi-chain money market, cross chain borrowing, or cross chain yield.
Why this concept exists
Lending protocols have historically operated within single networks. Capital supplied on Ethereum stays on Ethereum. Borrowing demand on Arbitrum can only draw from Arbitrum-native supply.
This creates capital fragmentation: surplus on one network coexists with deficit on another, with no mechanism to balance them.
This fragmentation reduces capital efficiency:
- Lenders earn less because their supply is limited to local demand
- Borrowers pay more because available supply is constrained to one network
- The aggregate system has sufficient capital, but it cannot reach where it is needed
Cross-network lending exists because capital efficiency requires capital mobility. In a multi-network environment, lending that does not cross network boundaries is structurally limited. Network liquidity (often searched as cross chain liquidity) must be accessible to both sides of every lending market.
What this changes for system design
If lending and borrowing span networks, systems must coordinate collateral, risk, and settlement across environments.
System design must:
- Track collateral positions across networks and maintain consistent risk evaluation
- Route borrowing demand to the best available supply regardless of network
- Handle settlement of cross-network loan positions, including liquidations
- Manage the asynchronous nature of multi-network state: a collateral position on one network and a loan on another do not update simultaneously
Cross-network lending shifts the money market from a network-local service to a system-level coordination problem. The design challenge is not building a lending protocol on each network, but building one lending system that operates across all of them.