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

# Concepts

> Foundational explanations of institutional lending, SPVs, and liquidity mechanics

This page explains the foundational concepts behind Institutional Yield. If you're new to the product, start here before reading the detailed pages on [structure](/products/institutional-yield/structure), [collateral](/products/institutional-yield/collateral), and [risks](/products/institutional-yield/risks).

***

## What Institutional Yield is

Kamino Institutional Yield is an overcollateralized institutional lending product. Capital deposited into the vault is deployed to regulated lending operations that originate loans to institutional borrowers. Every loan is backed by high-quality, liquid collateral (currently BTC) held at qualified custodians, with maximum 60% LTV.

Borrowers are KYC-verified institutions. The current lending operation is approved and supervised by the Financial Market Authority (FMA) in Liechtenstein. The portfolio is independently attested each month by an accounting firm.

For a detailed comparison with standard on-chain lending, see the [overview page](/products/institutional-yield#comparison-to-standard-defi-lending).

***

## Overcollateralized lending

**Overcollateralized** means the value of the collateral exceeds the value of the loan. At 60% maximum LTV, the collateral is always worth at least 40% more than the loan. If collateral price declines, this buffer absorbs the loss before the loan becomes under-collateralized.

### LTV (Loan-to-Value)

LTV is the ratio of the loan amount to the collateral value:

**LTV = Loan Amount / Collateral Value**

| LTV    | Meaning                                                                                   |
| ------ | ----------------------------------------------------------------------------------------- |
| 30%    | Collateral worth more than 3x the loan — very conservative                                |
| 50%    | Collateral worth 2x the loan — conservative                                               |
| 60%    | Collateral worth at least 40% more than the loan — maximum allowed in Institutional Yield |
| 75–86% | Typical range for on-chain DeFi lending — higher risk                                     |

The 60% cap accounts for the fact that off-chain liquidation is slower than on-chain smart contract execution. The larger buffer compensates for the time needed to coordinate custodian liquidation.

***

## Rates

Rates are **set at origination** for each loan term. The rate is negotiated between the lending operation and the institutional borrower, then held constant for the full loan duration.

At each rollover (when a loan term ends and a new one begins), the rate is renegotiated based on prevailing market conditions.

**What this means for depositors:**

* Yield is predictable within each loan term
* Yield may change at each rollover — up or down depending on market conditions

***

## Liquidity mechanics

The vault has two withdrawal mechanisms — an instant buffer and a FIFO queue. Capital deployed into active loans is returned as those loans mature. Liquidity is managed to process withdrawals as efficiently as possible.

### 1. Instant buffer

A portion of AUM is held as uninvested capital, available for immediate withdrawal. This buffer is sourced from:

* Capital not yet deployed into active loans
* Principal returned from recently matured loans
* New deposits that have not yet been allocated

The buffer is managed to maintain a target level — during periods of rapid deployment or high withdrawal demand, the buffer may temporarily be reduced.

### 2. Queued withdrawals (FIFO)

Withdrawal requests beyond the instant buffer enter a **FIFO (first-in, first-out) queue**. Requests are resolved in order as underlying loans mature and principal returns to the vault.

* The queue processes withdrawals strictly in the order they were submitted
* Wait time depends on when the next batch of loans matures

The FIFO queue is built into the vault's on-chain infrastructure and processes withdrawals automatically as liquidity becomes available.

***

## The trust model

Institutional Yield operates under a different trust model than standard on-chain lending:

| Dimension                   | On-chain DeFi                               | Institutional Yield                          |
| --------------------------- | ------------------------------------------- | -------------------------------------------- |
| **Collateral verification** | Permissionless — anyone can verify on-chain | Verified by FMA, independent attestation     |
| **Rate enforcement**        | Code (smart contract)                       | Contract (legal agreement)                   |
| **Liquidation**             | Automatic (smart contract)                  | Manual (lending operation + custodian)       |
| **Transparency**            | Full on-chain visibility                    | Real-time data + monthly attestation         |
| **Recourse**                | Smart contract holds collateral             | Legal claim on SPV assets (limited recourse) |

Understanding which trust model you are exposed to — and what can go wrong within that model — is important context before depositing.
