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

# Earn Overview

> How Liquidity Providers (LPs) Earn on Vanna

<div style={{ display: "flex", justifyContent: "center", margin: "8px 0 16px" }}>
  <img src="https://mintcdn.com/vannafinance/UHj8oBBMt2jwIvZH/images/earn/EarnSectionOverview.png?fit=max&auto=format&n=UHj8oBBMt2jwIvZH&q=85&s=a54c2042bf7ce1eda3b78aace4101ca4" alt="Earn Section" style={{ maxWidth: "700px", width: "100%", borderRadius: "12px" }} width="1662" height="847" data-path="images/earn/EarnSectionOverview.png" />
</div>

Earn is Vanna's native lending pool system. You supply assets to a lending pool, receive vTokens in return, and earn yield from the interest paid by traders - passively, without managing any open positions.

## How lending pools work in Vanna

Vanna's lending pools are the core of the protocol's liquidity infrastructure. Liquidity providers deposit assets into these pools, making them available for traders who want to open leveraged positions. Traders borrow from the pools to fund their strategies and pay interest on those borrows continuously.

When a borrower repays their loan, the interest returns to the pool. This raises the exchange rate of vTokens - each vToken becomes redeemable for slightly more of the underlying asset over time. When you withdraw, you redeem your vTokens at the current exchange rate and receive more than you originally deposited. That difference is your earned yield.

The Supply APY adjusts dynamically based on borrower demand and pool utilization, so it moves as market conditions change.

<Info>
  To understand how vTokens, exchange rates, and the interest rate model work in depth, see [Lending Pools](/learn/lending-pools) and [vTokens](/learn/vtokens) in Core Concepts.
</Info>

## What drives LP earnings

**Borrower demand and utilization** - When more of the pool is borrowed, interest rates rise automatically. Higher utilization means higher rates, which means more interest returned to LPs on each repayment.

**Liquidation penalties shared with LPs** - When a trader's health factor drops to the liquidation threshold, their position is liquidated. A portion of the liquidation penalty is distributed to the lending pool, adding an additional revenue stream on top of borrower interest.

**Dynamic interest rates** - Interest rates adjust continuously based on the rate model. When utilization increases, rates rise. When utilization drops, rates moderate - making borrowing cheaper and attracting more traders, which brings utilization back up.

## What you can do

<CardGroup cols={2}>
  <Card title="Supply to Earn" href="/guides/earn/supply" icon="arrow-up-to-line">
    Step-by-step guide to depositing assets, receiving vTokens, and starting to earn yield.
  </Card>

  <Card title="Withdraw from Earn" href="/guides/earn/withdraw" icon="arrow-down-to-bracket">
    Redeem your vTokens and receive your original deposit plus all earned yield.
  </Card>
</CardGroup>

## Before you start

* **Wallet connected** - your wallet must be connected to Vanna. See [Connect Your Wallet](/guides/connect-wallet) if you haven't done this yet.
* **Assets to supply** - the asset you want to supply, available in your connected wallet.

<Note>
  Earn positions carry smart contract risk and liquidity risk. If utilization is near 100%, withdrawals may be temporarily limited until borrowers repay. This is rare but possible.
</Note>

## Dive deeper

Want to understand how lending pools and vTokens work under the hood?

<CardGroup cols={2}>
  <Card title="Lending Pools" href="/learn/lending-pools" icon="layer-group">
    How pool accounting, borrow shares, and interest accrual work at the protocol level.
  </Card>

  <Card title="vTokens" href="/learn/vtokens" icon="ticket">
    The share token mechanism - how exchange rates rise and yield accrues.
  </Card>

  <Card title="Interest Rate Model" href="/learn/interest-rate-model" icon="chart-line">
    How borrow rates are calculated and what drives APY changes.
  </Card>

  <Card title="Liquidation" href="/learn/liquidation" icon="triangle-exclamation">
    What happens when a trader is liquidated and how it affects LP positions.
  </Card>
</CardGroup>
