> For the complete documentation index, see [llms.txt](https://whitepaper-old.steakhut.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper-old.steakhut.finance/getting-started/liquidity/risks.md).

# Risks

## **Counterparty Risk**

Liquidity positions are established on Trader Joe V2. This will add a layer of counterparty risk. Trader Joe is a reputable DEX and has undergone vigorous internal and external auditing.

## Divergence Loss (Impermanent Loss)

As token prices diverge from their prices at deposit, your liquidity changes in value when compared to its value if tokens were held outside the pool. Large price swings could cause liquidity providers to lose money. The risk of impermanent loss can be amplified with concentrated liquidity.

Liquidity pools that contain assets that remain in a relatively small price range will be less exposed to impermanent loss. Stablecoins or pegged assets, for example, will stay in a relatively contained price range. These pools will generate fewer fees, though.&#x20;

Trader Joe's Liquidity Book introduces variable fees that aim to compensate liquidity providers for impermanent loss. Variable fees provide liquidity providers compensation for managing impermanent loss under various trading dynamics.

<figure><img src="/files/Y2j6Idy09O9JtF6HwnJe" alt=""><figcaption><p>Fee Adjusted Impermanent Loss/Gain Source: Trader Joe Liquidity Book Whitepaper</p></figcaption></figure>

## **Price Volatility Risk**

When there is significant volatility in the price of one or both assets in a position, the vault may temporarily become separate from the active bin. This will be dependent on the vault rebalancing frequency and the liquidity management strategy.&#x20;

When liquidity is not within the active bin no swap fees will be earned during this time and the yield becomes reduced.&#x20;

{% content-ref url="/pages/cQeFXjS5gIEzdI1ogra3" %}
[Security](/steakhut-protocol/security.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://whitepaper-old.steakhut.finance/getting-started/liquidity/risks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
