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

# Supply to Earn

> Deposit assets into a Vanna lending pool and start earning yield immediately.

When you supply assets to a pool, you receive vTokens that automatically accrue yield as traders pay interest. There is no lock-in period - you can withdraw at any time.

## Steps

<Steps>
  <Step title="Go to the Earn tab">
    Click **Earn** in the top navigation bar. The Earn page shows all available pools with their current Supply APY and utilization rate.
  </Step>

  <Step title="Select a pool">
    Click the pool you want to supply to. The pool detail page opens, showing live statistics: Total Supply, Available Liquidity, Utilization Rate, and Supply APY.

    <div style={{ display: "flex", justifyContent: "center", margin: "12px 0" }}>
      <img src="https://mintcdn.com/vannafinance/UHj8oBBMt2jwIvZH/images/earn/PoolOverview.png?fit=max&auto=format&n=UHj8oBBMt2jwIvZH&q=85&s=b0ae04fefda5e97257a31f7c7991c5d0" alt="Pool Overview" style={{ maxWidth: "700px", width: "100%", borderRadius: "12px" }} width="1900" height="935" data-path="images/earn/PoolOverview.png" />
    </div>
  </Step>

  <Step title="Enter an amount">
    On the right panel, make sure **Supply Liquidity** is selected. Enter the amount you want to supply. Use the quick-select buttons (10% / 25% / 50% / 100%) to fill a portion of your balance.

    Click **More Details** to see the full breakdown before confirming:

    <div style={{ display: "flex", justifyContent: "center", margin: "12px 0" }}>
      <img src="https://mintcdn.com/vannafinance/UHj8oBBMt2jwIvZH/images/earn/SupplyLiquidity1.png?fit=max&auto=format&n=UHj8oBBMt2jwIvZH&q=85&s=9817d5ec0ff76361bfeda2e3fc9aa374" alt="Supply details panel" style={{ maxWidth: "700px", width: "100%", borderRadius: "12px" }} width="1916" height="942" data-path="images/earn/SupplyLiquidity1.png" />
    </div>

    | Field                                   | What it means                         |
    | --------------------------------------- | ------------------------------------- |
    | **Base APY**                            | Interest earned from trader borrowing |
    | **Bonus APY**                           | Additional protocol incentives        |
    | **Rewards APY**                         | Reward token distribution             |
    | **Current APY**                         | Total combined yield rate             |
    | **You Get (vXLM)**                      | vTokens you will receive              |
    | **XLM per vXLM**                        | Current exchange rate                 |
    | **Projected Monthly / Yearly Earnings** | Estimated yield at current APY        |
  </Step>

  <Step title="Click Supply Liquidity">
    Click the **Supply Liquidity** button. Your wallet will prompt you to sign the transaction. Approve it to confirm your deposit.

    <div style={{ display: "flex", justifyContent: "center", margin: "12px 0" }}>
      <img src="https://mintcdn.com/vannafinance/UHj8oBBMt2jwIvZH/images/earn/SupplyLiquidity2.png?fit=max&auto=format&n=UHj8oBBMt2jwIvZH&q=85&s=d43933b302a6044074916c8341c1c072" alt="Confirm supply transaction" style={{ maxWidth: "700px", width: "100%", borderRadius: "12px" }} width="1916" height="946" data-path="images/earn/SupplyLiquidity2.png" />
    </div>
  </Step>

  <Step title="Confirm your position is live">
    Once confirmed, go to the **Your Positions** tab. You will see your vToken balance (Vault Shares), amount deposited, current USD value, and live APY.

    <div style={{ display: "flex", justifyContent: "center", margin: "12px 0" }}>
      <img src="https://mintcdn.com/vannafinance/UHj8oBBMt2jwIvZH/images/earn/MyPositionTab.png?fit=max&auto=format&n=UHj8oBBMt2jwIvZH&q=85&s=f4794f037e237b0ed68ec556ba2d93c9" alt="My Position table" style={{ maxWidth: "700px", width: "100%", borderRadius: "12px" }} width="1021" height="815" data-path="images/earn/MyPositionTab.png" />
    </div>

    Yield starts accruing immediately. You don't need to do anything else.
  </Step>
</Steps>

<Info>
  Each pool operates in isolation - funds in one pool are never at risk from issues in another. There is also no impermanent loss. See [Lending Pools](/learn/lending-pools) in Core Concepts for the full details.
</Info>

## What happens next

You don't need to do anything after supplying. Your vTokens grow in value as yield accrues. When you are ready to exit, see [Withdraw from Earn](/guides/earn/withdraw).
