Moving collateral between lending ecosystems means repaying or resizing the source debt, withdrawing the unlocked asset, bridging it, and supplying it into a new market before borrowing again.
When a route also needs a swap, Paraswap can sit beside the bridge in the transaction plan.
A swap quote from Paraswap changes the token you receive; it does not, by itself, repay Aave or enable collateral in Morpho. The bridge moves tokens, not lending positions.
Key takeaways
- Debt belongs to the source lending market and must be handled there.
- The destination must support the exact token contract, not merely the same ticker.
- Intent-based bridges improve execution speed but add relayer and settlement assumptions.
What actually moves
An Aave aToken and a Morpho position are accounting claims inside particular contracts. A bridge can transfer an underlying asset such as USDC, WETH, or a supported stablecoin; it cannot carry the source market’s health factor or debt balance to another chain.
If collateral backs a borrow, repay enough debt first to make the intended withdrawal legal. Withdrawing the entire supply normally means repaying the entire associated debt, including accrued interest. Pool liquidity, supply caps, isolation rules, and liquidation thresholds can still limit what comes out.
How the move works
Treat the operation as two lending positions joined by a bridge. A practical sequence is:
- Measure the source position. Record collateral, debt, accrued interest, health factor, and the exact token contract. Suppose 10,000 USDC is supplied to Aave on Ethereum and 4,000 USDC is borrowed.
- Repay the source debt. Return the 4,000 USDC plus interest, then withdraw the released collateral. If the repayment asset is different, a swap through 0x Protocol or Uniswap Protocol adds price impact and another transaction cost.
- Choose the bridge route. Compare a canonical bridge with an intent-based route to the destination, such as Polygon Network. Check the received token, minimum amount, expected settlement time, bridge fee, relayer fee, and destination gas requirement.
- Verify token identity. USDC and a bridged USDC representation may share a ticker while having different contract addresses. The destination lending market must accept the exact asset delivered by the bridge.
- Rebuild the position. Supply the received collateral, enable it as collateral, confirm the oracle price and liquidation threshold, then borrow only the amount that leaves useful room below the maximum LTV.
What changed recently
Since 2024, cross-chain execution has shifted from the bridge-as-pipe model toward intent-based routing. Instead of waiting for a contract to relay the same asset, the user specifies the origin token and chain, destination token and chain, minimum received, and deadline. A relayer fronts liquidity on the destination, then receives reimbursement through settlement.
That is why a transfer can now combine bridging and swapping in one requested outcome. ERC-7683, still a draft in September 2026, is designed to give solvers a common way to evaluate such orders. The practical gain is faster, more competitive execution; the trade-off is that users must inspect the relayer, resolver, settlement system, and token representation as well as the lending protocol.
What decides the choice
- Asset support: the destination market must accept the delivered contract and have room under its supply cap.
- Risk window: source debt continues accruing until repaid, while collateral prices can move before the destination position is live.
- Security model: canonical bridges may prioritize native verification; intent routes prioritize speed by relying on fillers and later settlement.
- All-in cost: include source gas, repayment interest, swap spread, bridge fees, destination gas, and the new borrow rate.
The best route is therefore not the one with the lowest advertised bridge fee. It is the one that delivers the right asset, with enough liquidity and predictable settlement, while leaving the new position comfortably clear of liquidation.
Common questions
Can I bridge an aToken or cToken?
Usually not as a portable lending position. Withdraw the underlying asset first unless the lending protocol provides a purpose-built migration mechanism.
Do I have to move all the collateral?
No. You can repay part of the debt and move only the collateral that becomes withdrawable, leaving a smaller source position behind.
When should I borrow on the destination?
Only after the collateral is supplied, enabled, and visible under the destination market’s current oracle and risk parameters. That final check is what turns a bridge transfer into a functioning lending position.