> For the complete documentation index, see [llms.txt](https://docs.privatepools.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.privatepools.network/overview/product-goal.md).

# Product Goal

> **Simplified TLDR**\
> Our goal is to maximize the efficiency of liquidity by focusing on extracting value from volatility ([Arbitrage](broken://pages/X3tqsKLlaUA5F4eIqiDV#arbitrage)) through our [Privatized Order Flow model](broken://pages/X3tqsKLlaUA5F4eIqiDV#private-order-flow), rather than the current approach that emphasizes extracting value from fees (standard AMM model).\
> \
> [Toxic Order Flow](broken://pages/X3tqsKLlaUA5F4eIqiDV#toxic-order-flow) (TOF) and [Impermanent Loss](broken://pages/X3tqsKLlaUA5F4eIqiDV#impermanent-loss) (IL) have resulted in protocols undertaking unsustainable processes for incentivizing liquidity provision. This has created a massive problem in DeFi. Users now receive minuscule 'real yield' from swap fees alone, and as TOF and IL intensify, protocols are forced to take unsustainable approaches to retain sticky liquidity. This results in rapidly deteriorating token prices due to high inflation and heavy reliance on foundational grants. We're here to flip that narrative on its head.&#x20;

{% hint style="info" %}
The impacts of [Toxic Order Flow](broken://pages/X3tqsKLlaUA5F4eIqiDV#toxic-order-flow) and [Impermanent Loss](broken://pages/X3tqsKLlaUA5F4eIqiDV#impermanent-loss) have significantly contributed to the decline in dominance of decentralized exchanges (DEXs) within the DeFi sector. The loss in DEX TVL & thus fees is primarily derived from the inability of liquidity provision platforms to outperform losses from toxic flows without relying on [unsustainable token incentives](broken://pages/X3tqsKLlaUA5F4eIqiDV#unsustainable-token-incentives).
{% endhint %}

<figure><img src="/files/K7bW7xVqh2SgVoIPuRFe" alt=""><figcaption><p>Decline of Balancer fees over time due to over exposure to impairment loss &#x26; toxic flows</p></figcaption></figure>

## The choice is yours: Arbitrage or be arbitraged!

The primary goal of Private Pools Network is to overcome traditional AMM Systems' limitations by internally executing arbitrage rebalancing to provide an improved risk-return profile to liquidity providers. Index Funds currently hold nearly half of the total market share of traditional markets. However, in Decentralized Finance, the popularity of index fund pools seems relatively lacklustre.

It cannot be denied that the risks of underperformance against LVR (Loss-Versus-Rebalancing) due to Toxic Flows and Impermanent Loss play a significant part in making various potential index compositions obsolete. Private Pools Network aims to address the issues blocking the generalized use of decentralized interest-paying index funds by capitalizing on toxic flows and monetizing them in favor of our liquidity providers.

In simple terms, The Private Pools Network objective at launch is to sufficiently improve the returns profile to mitigate Impermanent Loss risks in traditionally toxic liquidity pools, thus allowing Liquidity Providers to generate returns on their assets, while overperforming the LVR benchmark ([Milionis, J., Moallemi, C. C., Roughgarden, T., & Zhang, A. L. (2023)](https://arxiv.org/pdf/2208.06046.pdf)).

The long-term goal of the Private Pools Network Protocol is to entirely address the [Toxic Flow](broken://pages/X3tqsKLlaUA5F4eIqiDV#toxic-order-flow) and [Impermanent Loss](broken://pages/X3tqsKLlaUA5F4eIqiDV#impermanent-loss) issue through trading engine and profit distribution optimizations capable of allowing the retention of value from toxic flows back to the Liquidity Providers while charging a protocol fee for mean reversion trades, which are inherently nontoxic and profit-generating.

This design aims to address the Impermanent Loss issue entirely, adequately protecting Liquidity Providers from Impermanent Loss risks and allowing for the monetization of typically considered toxic index pool compositions. The ultimate objective is to create yield-generating distributed risk investment vehicles.

Achieving the goals defined above could target the TVL, which left AMM architectures due to Impermanent Loss risks.


---

# 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://docs.privatepools.network/overview/product-goal.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.
