jagnani73P.03
[the record]STATUS: NTU SINGAPORE - AUG 2026

LenDen

ROUTER PRIZE · UNFOLD 2023
lend on one chain, borrow on another: cross-chain credit with a reputation layer, over Router cross-talk
fig. 1: collateral locked on one chain, a loan released on anotherRouter cross-talk

CHAIN A · Polygon

250 USDC + 1 NFT

collateral · locked

Router

CHAIN B · Ethereum

0.08 WETH

loan · released

01THE PROBLEMliquidity is siloed per chain

Assets sit scattered across Avalanche, Polygon, and beyond, with no unified way to unlock liquidity without selling.

LenDen lets borrowers collateralize assets on one chain and receive loans on another, while lenders earn interest supplying a multi-chain treasury. It tracks repayment behavior to build a cross-chain credibility score, and on default, retains the collateral or routes it through an on-chain auction. Won First Place in the Router track at Unfold 2023.

02THE ARCHITECTURERouter cross-talk · credibility scoring

The platform runs on Router Protocol's cross-talk contracts, which carry the messaging that coordinates collateral locks and loan disbursements across networks. Borrowers post NFT or token collateral; the system tracks repayment to build a cross-chain credibility score that surfaces trusted users and tunes risk.

01

COLLATERALIZE

lock NFT / token on the source chain

Solidity

02

MESSAGE

cross-chain coordination

Router cross-talk

03

BORROW

loan released on the destination chain

Solidity

04

SETTLE

repay → credibility, or default → auction

Push Protocol

STACK: Solidity · Router cross-talk · Next.js · Express · Node · Supabase · Push Protocol
03THE HARD PARTtwo chains, one atomic state

The hardest challenge was orchestrating reliable state sync across two chains, keeping the collateral lock on the source and the loan release on the destination atomic and recoverable under failure:

01

atomic cross-chain state

lock and release coordinated as one operation

02

recoverable on failure

no stranded collateral when a hop fails

03

credibility scoring

repayment history as a cross-chain reputation layer

04

default auction

on-chain liquidation when a loan goes bad

04IN THE WILDplates 01–05 · Unfold 2023