# 4.5 - Beating Impermanent Loss (IL)

**Impermanent Loss (IL)** is what happens when the two assets in your pool move in price relative to each other, and your LP position ends up worth **less than simply holding** those assets outside the pool which is a normal part of providing liquidity.

***

### How nest LP users beat IL

nest’s design gives you multiple ways to offset that cost where the more “full-stack” you go, the more your rewards can compound depending on your level of conviction.&#x20;

{% stepper %}
{% step %}

### LEVEL 1 — Sell LP emissions (basic)

On Nest, **LPs earn NEST emissions** (if the pool is incentivised). LPs **do not earn trading fees**.

So emissions are the primary tool LPs use to offset:

* IL
* volatility
* early-market inefficiency

> Emissions are vote-directed and change by epoch; CLAMM must stay in-range to keep earning.&#x20;
> {% endstep %}

{% step %}

### LEVEL 2 — Lock + compound (adds fee value on top)

Locking emissions (or bought NEST) into **veNEST** which adds a second income stream that isn’t “inside the pool”:

* **100% of trading fee value is allocated to veNEST participants**&#x20;
* veNEST also controls where emissions go each epoch, so long-term lockers compound influence over incentives

> If you want to stay long-term aligned, **auto-max** feature exists to help maintain lock strength over time without constantly extending manually.&#x20;
> {% endstep %}

{% step %}

### LEVEL 3 — HEV route (automated compounding + MEGAHYPE)

If you don’t want to vote manually every epoch, you can deposit veNEST into **HEV (HYPE Engine Vault)**:

* HEV **auto-votes** with your veNEST with the highest effieceny possible
* \~40% of nest fees route into the HYPE Engine, as a result the HEV stakers get **MEGAHYPE distributions**&#x20;
* MEGAHYPE is designed as **treasury-backed, compounding HYPE exposure** via NAV mechanics (no liquidation, leveraged HYPE)&#x20;

> IL is a market-making tax — Nest’s whole system is built so emissions + fee value + Engine compounding can outgrow it over time (when adoption + volume show up).&#x20;
> {% endstep %}
> {% endstepper %}

{% hint style="info" %}
See the next page for a full numerical break down of this effect
{% endhint %}


---

# Agent Instructions: 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.usenest.xyz/liquidity-types/4.5-beating-impermanent-loss-il.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.
