> ## Documentation Index
> Fetch the complete documentation index at: https://docs.solana.vanna.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# Core Concepts

> Lending, cross-margin accounts, vTokens, health, oracles, and Kamino on Solana.

Vanna on Solana is one Anchor program (`vanna_lending`) plus a Next.js app. Lenders supply reserves. Traders borrow from those reserves through a per-wallet margin PDA and deploy into Jupiter and Kamino.

* [Tokenized Stocks](/learn/tokenized-stocks): why xStocks and PreStocks were hold-only
* [Margin Accounts](/learn/margin-accounts): PDA custody and debt shares
* [Lending Pools](/learn/lending-pools) and [vTokens](/learn/vtokens): supply, borrowing, receipt value
* [Health Factor](/learn/health-factor) and [Liquidation](/learn/liquidation)
* [Interest Rate Model](/learn/interest-rate-model) and [Oracle System](/learn/oracle-system)
* [Kamino Integration](/learn/kamino-integration)
* [Composable Leverage](/learn/composable-leverage)

These pages describe `Protocol_V1_Solana` and `Backend-Solana` as deployed on the Surfpool fork. They do not certify a public-mainnet launch.
