Get started

Introduction

What Lendr is, what it is not, and how it differs from pooled money markets.

Lendr is a peer-to-peer, fixed-rate, fixed-term lending market on Robinhood Chain. A borrower locks a tokenized stock or a memecoin as collateral and names the USDG amount, APR, and term they want. A lender funds that exact listing. There is no shared pool, no utilization curve, and no protocol-managed interest-rate model — every loan is a single bilateral agreement between one borrower and one lender.

That design decision shapes everything else in these docs. There is no oracle-driven liquidation engine, because there is no pool to protect — only the two counterparties to a given listing are exposed to it. Collateral sits untouched in the market contract for the life of the loan; the only two ways it moves are repay and claimCollateral.

The model in one table

FactValue
Loan assetUSDG (Global Dollar) — the only asset the market will lend
ChainRobinhood Chain — mainnet id 4663, testnet id 46630
CollateralAny token the deployed market's allow-list includes — tokenized stocks and vetted memecoins today
Interest modelSimple interest, fixed at listing creation: loanAmount × APR × duration ÷ 365 days
TermChosen by the borrower per listing: 7, 14, 30, 90, 180, or 365 days
LTV capNot enforced on-chain — the borrower sets it implicitly by choosing amounts
LiquidationNone before maturity. After maturity, an unpaid loan's collateral is claimable by the lender
Protocol feeNone — 100% of interest flows from borrower to lender

How to read these docs

Conventions used in these docs

Addresses are shortened to a placeholder shape like 0x1111…1111 when the exact value doesn't matter. aprBps means APR expressed in basis points — 1 bps is 0.01%, so 8% APR is aprBps = 800. Amounts are shown in human units (1,000 USDG) even though the contract only ever sees the base-unit integer.