# Mean-zero IL Pools

LPs of Integral experiences Mean-zero Impermanent Loss. This means that there would be times when IL would be negative, making it [more profitable](https://twitter.com/IntegralHQ/status/1397024151425077250?s=20) to put asset into the pool than holding it in your wallet.

In the long run, IL will converge to 0.

This is made possible with Uniswap oracle and trade delay mechanism, which eliminates most of the frontrunning/cross-exchange arbitrageurs.

## Deep-dive

Although the trade delay is a slightly negative user experience for traders, it is implemented because it is a crucial way to protect LPs.

LPs incur sure losses when sure-profit traders (arbitrageurs, front-running, etc.) are able to trade on certain DEXes. These order flows are **toxic**.

With Integral's delay mechanism, these toxic traders can't be certain that they will make sure profits anymore, so they will trade somewhere else.

They can't be sure of the profits because they have to wait 30 minutes, and their 30-min price prediction will carry substantial risk (as former top quants, we know for sure that nobody in the world can continually make 30-min predictions with more than 70% certainty). There is a huge risk to price prediction, so their rational choice is go to some other exchanges to execute their near 100% sure-profit trades, instead of taking their, at best, 70% chances with us.


---

# 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.integral.link/size/concepts/mean-zero-il-pools.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.
