> ## 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.

# Liquidity

> Automated concentrated liquidity vaults for Solana DEX pools

Automated liquidity vaults were Kamino's first product, launched in August 2022, and remain the leading LP primitive on Solana.

<Warning>
  Providing liquidity involves [impermanent loss](/docs/products/liquidity/concepts#impermanent-loss) — the difference in value between holding assets vs. providing them as liquidity. This is a structural consequence of how AMMs work and affects all LP positions. See [Concepts](/docs/products/liquidity/concepts) for a full explanation before depositing.
</Warning>

<CardGroup cols={2}>
  <Card title="Features" icon="sliders" href="/docs/products/liquidity/features">
    How auto-swap, auto-compound, and auto-rebalance work
  </Card>

  <Card title="Concepts" icon="book-open" href="/docs/products/liquidity/concepts">
    AMMs, concentrated liquidity, impermanent loss, and kTokens explained
  </Card>
</CardGroup>

## How yield is earned

When a Kamino Liquidity Vault deploys capital into a CLMM pool, it earns trading fees proportional to its share of pool liquidity within the active price range. Any trade that passes through the pool incurs a fee distributed to liquidity providers. Additionally, many pools distribute reward tokens to liquidity providers — Kamino collects and compounds these automatically.

Yield depends on trading volume in the pool and whether the vault's position is in range. An out-of-range position earns no fees until it is rebalanced.

## kTokens

[kTokens](/docs/products/liquidity/concepts#ktokens) are the fungible SPL token receipts issued when depositing into a Kamino liquidity vault. The exchange rate between kTokens and the underlying assets increases as fees and rewards are compounded back into the position.

## Concentrated liquidity

[Concentrated liquidity](/docs/products/liquidity/concepts#concentrated-liquidity) allows liquidity providers to concentrate capital within a specific price range rather than spreading it uniformly across all prices. This makes capital far more efficient — earning more fees per dollar deployed — but requires active management to keep positions in range as prices move. Kamino's automation solves this management burden.
