Table Details
The Solana DeFi lending ecosystem is documented through three comprehensive tables that provide insights into lending vaults, transaction-level TVL changes, and daily aggregated metrics.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
This section contains information for Solana DeFi lending protocols and their TVL metrics.
| Property | Value |
|---|---|
| Table Name | solana.defi.lending |
| Table Status | Production-Ready |
| Unique Key | lending_id, mint, unique_id |
| Search Optimization | project, lending_id, mint |
solana.lending.* tables instead — in particular markets_daily (per-market outstanding loans / available liquidity / supplied amount, replacing this page’s lending + lending_tvl_daily) and tvl_daily (replacing balance-based TVL). solana.lending.* also covers Jupiter Lend and Save in addition to Kamino and MarginFi.| Project | Protocol | Description |
|---|---|---|
| kamino | klend | Lending protocol |
| marginfi | - | Lending protocol. |
solana.defi.lendingsolana.defi.lending_tvlsolana.defi.lending_tvl_daily| Column Name | Data Type | Description |
|---|---|---|
| project | VARCHAR(8) | The lending project name |
| protocol | VARCHAR(6) | The protocol identifier |
| lending_id | VARCHAR(16777216) | Unique identifier for the lending vault |
| lending_reserve_id | VARCHAR(16777216) | Identifier for the lending reserve |
| mint | VARCHAR(16777216) | Token mint address for the lending asset |
| liquidity_vault | VARCHAR(16777216) | Address of the vault holding deposited liquidity |
| collateral_mint | VARCHAR(16777216) | Mint address of the collateral token |
| collateral_liquidity_vault | VARCHAR(16777216) | Address of the collateral liquidity vault |
| insurance_vault | VARCHAR(16777216) | Address of the insurance vault for risk mitigation |
| fee_vault | VARCHAR(16777216) | Address of the vault collecting protocol fees |
| name | VARCHAR(16777216) | Token name of the lending asset |
| symbol | VARCHAR(16777216) | Token symbol for the lending vault |
| decimals | NUMBER(38,0) | Number of decimal places for the token |
| unique_id | VARCHAR(16777216) | Unique identifier combining key fields |
Was this page helpful?