> For the complete documentation index, see [llms.txt](https://brownfi.gitbook.io/brownfi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brownfi.gitbook.io/brownfi-docs/brownfi-v3/advantages.md).

# Advantages

The core promise: deposit, earn, withdraw. No active management. No going out of range. No structural bleed to arbitrageurs.

#### Your liquidity is always working, no out-of-range dead zones

In Uniswap V3, LPs choose a price range. When the market moves outside it, their liquidity stops earning fees entirely while still holding a losing position. BrownFi requires no range selection at all. Kappa concentrates liquidity around the current oracle price automatically — every dollar is always deployed and earning, regardless of where the market moves.

#### You earn more per dollar than full-range LPs

Because BrownFi concentrates liquidity around the oracle price, each dollar of capital provides significantly more depth than an equivalent deposit in a full-range pool. More depth means capturing a larger share of swap fees on the same capital. At K=0.1, a BrownFi LP earns roughly 18× the fee income of a Uniswap V2 full-range LP with the same deposit.

#### You are structurally protected against LVR

Loss-Versus-Rebalancing (LVR) is the single largest hidden cost for LPs in traditional AMMs. It happens because the pool's price lags the global market, arbitrageurs exploit this gap every time the price moves, extracting value directly from LP pockets. BrownFi eliminates this by pricing every swap from a live oracle. The pool always trades at or near the global market price, leaving nothing for arbitrageurs to extract.

#### Your losses are capped when the pool gets imbalanced

Even with the best oracle, markets can move fast and leave a pool temporarily imbalanced. BrownFi V3 enforces a hard limit: no single trade can push the pool beyond a gamma threshold  ( 90%/10% by default at the beginning). Beyond that threshold, the pool stops accepting further one-sided swaps. This directly limits the worst-case inventory exposure an LP can face from a single directional move.

#### You earn higher fees precisely when the market is most dangerous

When market conditions become turbulent, price feeds diverging, volatility spiking, most AMM LPs earn the same flat fee while bearing much higher risk. BrownFi V3's dynamic spread automatically widens during these periods, charging traders more to access your liquidity when it is most at risk. Volatility becomes a source of income rather than pure cost.

#### You get the best of both Uniswap V2 and V3 — without their downsides

The fairest benchmark for a BrownFi LP is not buy-and-hold but a constant-mix portfolio — the strategy Uniswap V2 implicitly follows by keeping reserves in a 50/50 dollar-value balance. Against this baseline, BrownFi V3 wins on both dimensions that define LP returns:

* Lower IL than Uniswap V2: Because BrownFi prices every swap from a live oracle, it eliminates LVR (the structural loss that bleeds Uniswap V2 LPs every time the market moves and arbitrageurs close the gap). BrownFi LPs hold a more stable portfolio value under the same market conditions.
* Higher yield than Uniswap V2: Liquidity concentration via Kappa means BrownFi captures significantly more trading fees per dollar deployed, comparable to a narrow-range Uniswap V3 position, but without the management overhead or out-of-range risk.

The result is consistent outperformance: in the long run, a BrownFi LP position compounds faster than a passive constant-mix portfolio and, over time, surpasses a simple buy-and-hold strategy as accumulated fees and reduced IL compound together.

#### Your fees compound automatically, no active management required

In Uniswap V3 (CLMM), fees accumulate outside the LP position and must be manually collected and reinvested. Every time you forget to harvest, you are leaving compounding returns on the table, and each reinvestment costs gas. BrownFi, like Uniswap V2, automatically reinvests all trading fees back into the pool's reserves. Your LP token grows in value with every swap, with zero action required on your part. For passive LPs, this auto-compounding effect alone meaningfully improves long-run returns compared to CLMM alternatives.

#### Capital Efficiency

Unlike Uniswap V3 where liquidity can go out-of-range, BrownFi's oracle-anchored concentration is always active and always deployed around the current market price. Performance analysis showed BrownFi V2 already outperforms Uniswap V3 at equivalent capital concentration on average (higher net PnL vs buy-and-hold). BrownFi V3 further improves this, especially in bear markets.

<br>

\
\ <br>


---

# 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://brownfi.gitbook.io/brownfi-docs/brownfi-v3/advantages.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.
