> 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/overview/what-is-brownfi.md).

# What is BrownFi?

BrownFi invents a novel pricing mechanism for spot AMM based on oracles, to offer high capital efficiency, flexible market making, and simple UX. The core concept of BrowmFi AMM employs an elastic parameterization of a Limit Orderbook (LOB).

Instead of operating like a traditional AMM (like Uniswap) that derives prices from bonding curves or pool depth, BrownFi acts more like an RFQ/PopAMM with oracle-based prices at a competitive rate but requiring very little capital. This brings BrownFi some advantages over other AMMs:

* High capital efficiency with effortless position management
* No out-of-range risk
* Dynamic market making from simple to complex strategies by tuning a set of parameters.

BrownFi is built on the same mathematical codebase as Uniswap V2, but extends it with oracle integration, skewness-based incentives, and - in V3 - asymmetric liquidity depth and bid-ask spread. Every version has been externally audited: V1 by [Verichain](https://github.com/verichains/public-audit-reports/blob/main/Verichains%20Public%20Audit%20Report%20-%20BrownFi%20AMM%20Smartcontracts%20-%20v1.0.pdf), V2 by [Certik](https://skynet.certik.com/projects/brownfi), and V3 by Zenith and Sherlock.


---

# 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/overview/what-is-brownfi.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.
