An Anchor-based lending protocol on Solana with Pyth-oracle collateralized borrowing, deposits, and repayments

Textbook lending clone: no tests, dead code, single dev, and four live rivals already shipping this

Dimensions

Verdict

This is an Anchor-based lending protocol with deposit/borrow/repay flows, share-based rTokens/dTokens, and Pyth oracle pricing for LTV, a solid concept but thin execution. The corpus already hosts multiple live rivals doing the same thing: Pelago's isolated lending protocol and xVaultFi's RWA-focused lending both sit above 0.057 similarity, and Bestlend, a Renaissance DeFi honorable mention, occupies the same lane with a working live repo . With 257 topical neighbors reported for the closest match 257 topical neighbors reported for closest corpus match, this is a saturated niche the repo enters without a hook: the Solend yield-strategy integration is commented out and never activated. Momentum is the weakest link: 25 commits from a single contributor over three weeks, zero stars, no CI 25 commits, 1 contributor, 3-week activity window, 0 stars. Tech quality suffers from a missing test directory despite bankrun scaffolding, duplicated commented code in state.rs, and an unverified program ID. Winner-DNA overlap (lending and oracle each appear in about 14% of cohort winners) gives it a plausible lane, but plausibility isn't proof: it needs real deployment verification, activated tests, and a differentiating wedge like Hobba's self-repaying mechanic before it's arena-ready.

Closest competitors

Pelago
Cypherpunk 2025
6%
match

An isolated lending protocol on Solana providing secure and efficient asset borrowing and lending.

xVaultFi
Cypherpunk 2025
6%
match

Solana-native lending protocol for Real World Assets like xStocks.

Bestlend
Renaissance 2024WinnerHonorable Mention - DeFi & Payments (DeFi & Payments)
7%
match

Automated lending and borrowing aggregator on Solana that optimizes yields by rebalancing funds across protocols.

Soliver
Breakout 2025
5%
match

Cross-chain lending protocol to borrow USDC on Solana using ETH collateral on Ethereum without bridging.

Lyhva
Cypherpunk 2025
6%
match

Uncollateralized lending on Solana using zkTLS for privacy-preserving credit score verification.

Winner DNA

  • Lending or oracle primitive present: present

    Repo implements both lending and Pyth oracle primitives, matching 13.6% winner-cohort share each

  • Solana-native Anchor/Rust stack: present

    Uses Anchor and Rust, matching stacks used by 23.2% and 42.4% of cohort winners respectively

  • Verified tests and CI: missing

    No tests directory, no CI workflows despite bankrun dependency references

  • Working, deployable on-chain program: missing

    Program ID unverified and Solend integration left entirely commented out

  • Differentiated mechanic vs incumbents: missing

    No unique wedge like self-repaying loans (Hobba) or cross-chain collateral (Soliver)

  • Sustained multi-contributor momentum: missing

    Single contributor, 25 commits over three weeks, zero stars