Seed-deposit requirement for new market listing
JustLend DAO's assessment for RD-F-071 — scored red on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
No seed-deposit requirement for new market listing found in source code or governance documentation. Comptroller _supportMarket() requires only admin authorization; initializes market with collateralFactorMantissa=0. No minimum deposit enforced before borrow-enable. This is the standard Compound v2 pattern with no modification. Combined with the empty-market vulnerability (RD-F-070), this represents a compounded risk: new markets can be listed and immediately exploited if they reach zero supply.
Sources #
- DocsJustLend DAO Governance DocumentationJustLend governance docs describe market listing via DAO vote; no seed deposit or minimum supply requirement mentionedretrieved 2026-05-17
- JustLend Protocol — Comptroller.solComptroller.sol _supportMarket(): requires admin, initializes market with collateralFactorMantissa=0, no seed deposit logicretrieved 2026-05-17
Methodology #
Determine whether market-listing governance or code requires a minimum seed deposit before borrow-enabling a new market.
See the full factor methodology and distribution across all protocols →