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

# LP Pools

> Provide liquidity to AMM pools with two assets and earn a share of every swap's trading fee.

LP pools let you deploy two assets from your Margin Account into an AMM (automated market maker) and earn a share of the trading fees generated by every swap through the pool.

When you add liquidity, you receive **LP shares** proportional to your contribution. When you remove liquidity, you receive both assets back plus any accrued trading fees.

<Warning>
  LP pools carry **impermanent loss** risk. If the prices of the two assets diverge significantly, your LP position may be worth less than simply holding the assets separately. Understand impermanent loss before providing LP liquidity.
</Warning>

## Add Liquidity

<Steps>
  <Step title="Go to Farm">
    Click **Farm** in the top navigation. Select the **LP/Multiple Assets** filter to see all available LP pools. Each pool shows the protocol (Soroswap, Aquarius), pool reserves, trading fee rate, and Pool APR.
  </Step>

  <Step title="Select a pool">
    Click on an LP pool. The pool page shows: reserves of both assets, fee rate, total LP shares, and your current LP balance.

    <div style={{ display: "flex", justifyContent: "center", margin: "12px 0" }}>
      <img src="https://mintcdn.com/vannafinance/UHj8oBBMt2jwIvZH/images/farm/farmXLMMultipleAsset.png?fit=max&auto=format&n=UHj8oBBMt2jwIvZH&q=85&s=b344bb791d2db5c47649fb75635c0a27" alt="LP pool" style={{ maxWidth: "700px", width: "100%", borderRadius: "12px" }} width="1636" height="838" data-path="images/farm/farmXLMMultipleAsset.png" />
    </div>

    The right panel shows two input fields - one for each asset. Enter an amount for one asset and the other calculates automatically based on the pool's current ratio.
  </Step>

  <Step title="Enter amounts">
    Enter the amount for the first asset. The second amount fills in automatically to match the pool ratio. Both assets must be available in your Margin Account balance.
  </Step>

  <Step title="Confirm">
    Click **Add Liquidity** and approve in your wallet. You receive LP shares credited to your Margin Account.
  </Step>
</Steps>

## Analytics tab

The **Analytics** tab shows full pool statistics - reserves for each asset, fee rate, total LP shares outstanding, and your current LP balance.

<div style={{ display: "flex", justifyContent: "center", margin: "12px 0" }}>
  <img src="https://mintcdn.com/vannafinance/UHj8oBBMt2jwIvZH/images/farm/farmXLMMultipleAssetAnalyticTab.png?fit=max&auto=format&n=UHj8oBBMt2jwIvZH&q=85&s=7bed646cd66eac8ac1059026f67f91e4" alt="LP pool analytics" style={{ maxWidth: "700px", width: "100%", borderRadius: "12px" }} width="1725" height="817" data-path="images/farm/farmXLMMultipleAssetAnalyticTab.png" />
</div>

## Remove Liquidity

<Steps>
  <Step title="Go to Farm and select your pool">
    Open the LP pool where you have a position.
  </Step>

  <Step title="Switch to Remove Liquidity">
    Click **Remove Liquidity**. Enter the number of LP shares to redeem, or use the percentage buttons (25% / 50% / 75% / 100%).
  </Step>

  <Step title="Confirm">
    Click **Remove Liquidity** and approve in your wallet. You receive both assets back proportional to your pool share, plus accumulated trading fees.
  </Step>
</Steps>

## Related

* [Farm Overview](/guides/farm/overview)
* [Single-Asset Pools](/guides/farm/blend-pools)
