Search papers, labs, and topics across Lattice.
This paper introduces zLend, a novel cash-flow reconstruction framework designed for decentralized lending, which infers a borrower's repayment capacity from on-chain activity without traditional credit verification. By analyzing a wallet's daily balance history through two distinct perspectives鈥攐ne focused on a fixed stablecoin basket and the other on all fungible transfers鈥攖he framework identifies liquidity mismatches and assesses cash-flow volatility. Key results indicate that the framework effectively flags wallets with substantial holdings but inadequate stablecoin reserves, thereby enhancing risk assessment in decentralized lending environments.
Wallets with large token holdings can still be flagged as risky if their stablecoin reserves don't cover loan sizes, revealing critical liquidity mismatches in decentralized lending.
Decentralized lending lacks a credit bureau: a borrower's capacity to repay must be inferred entirely from public on-chain activity, without income verification or a liability record. This paper presents zLend, a deployed cash-flow underwriting framework that reconstructs a wallet's daily balance history from raw token transfers and derives short-duration repayment-capacity signals from it. The reconstruction is performed twice per wallet, once restricted to a fixed stablecoin basket and once over all fungible transfers, on the premise that a wallet's total token holdings and its liquid, spendable balance are distinct quantities whose conflation misprices risk. From each series we derive liquidity coverage against a fixed loan size, cash-flow volatility and regularity, a drawdown-and-recovery statistic adapted from quantitative finance, and a recurring-counterparty detector that identifies salary-like payment cadence from transfer timing alone. The two views are then compared: a wallet with large aggregate holdings whose stablecoin reserve rarely covers the loan size is flagged as a liquidity mismatch irrespective of total wealth. We specify the pipeline formally, document the golden-master methodology used to verify a cross-language production migration to numerical tolerance 1e-9, and characterize the tier function's parameter sensitivity with an independent reimplementation validated to exact agreement (78 of 78 field assertions) against the deployed system's reference fixtures. Tier assignment is governed predominantly by the reference loan size, with four of six reference wallets changing tier across loan sizes from USD 10 to USD 25,000; the drawdown and coverage criteria bind on disjoint wallets, so neither subsumes the other; and no criterion in the tier rule is inert. zLend is deployed in production, informing real lending decisions via third-party API integrations.