> For the complete documentation index, see [llms.txt](https://docs.pawtato.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pawtato.gg/pawtato-land/gameplay/resources/liquidity-rewards/lp-risks.md).

# LP Risks

<figure><img src="/files/2AgDn7cKXIMbizC5boCk" alt=""><figcaption></figcaption></figure>

Before opening a position in liquidity pools, it’s important to understand the potential risks involved. These help you make smarter and more informed decisions when managing your assets.

#### 1. **Price Volatility**

* Both the **resource** and **token** values can fluctuate in the market.
* When prices move, the total value of your position in the pool may **increase or decrease** compared to simply holding the assets separately.

**How this affects you:**

If the token (e.g., $SUI) rises sharply while the paired resource (e.g., $WOOD) remains stable or drops, the pool automatically rebalances, meaning you’ll end up holding **more of the lower-value asset** and **less of the higher-value one.**

#### 2. **Impermanent Loss**

* When one asset in the pair changes price significantly relative to the other, your pool position adjusts automatically.
* This can result in **impermanent loss**, which is a potential loss compared to holding the assets individually.

**How this affects you:**

If $SUI’s price doubles while $STONE stays the same, you’ll hold more $STONE and less $SUI.

When you withdraw, your total value in USD may be lower than if you just held both outside the pool, even though you’re earning **rewards** from farming.

#### 3. **Out-of-Range Risk (for Concentrated Liquidity Pools)**

* If the price moves outside your chosen range, your position becomes **100% one asset**, stopping fee earnings until prices return within range.

**How this affects you:**

For example, if you provided liquidity for **$WATER/$SUI** within a specific range and $SUI suddenly spikes, your position may end up entirely in **$WATER**, exposing you fully to its value changes.

💡**Tip**: High APRs can be attractive, but market volatility can affect your real returns.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pawtato.gg/pawtato-land/gameplay/resources/liquidity-rewards/lp-risks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
