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

# RWA Pools

## Overview <a href="#overview" id="overview"></a>

<figure><img src="/files/N9bFM7B0ed9P1vO8wc1M" alt=""><figcaption></figcaption></figure>

The figure above denotes the custom bonding curve (initially utilized by stablecoin protocols, DFX Finance and Numeraire) that BurBear uses for each liquidity pool in our AMM for our RWA Pools. When an FX swap is executed the corresponding proportion of tokens that remain within the liquidity pool after the swap is reflected on the black line (above).

Swaps can occur in one of two “regions” of the bonding curve:

The “beta” region (points colored in yellow), allows for one currency to be exchanged for another at expected real world rates (“market accurate”). Within this region, trades will be charged a constant fixed fee paid to LPs, as with classic AMM behavior.  It is important to note that in the beta region, there is no price slippage and the total amount of assets in the pool obeys a linear relationship – a constant sum invariant behavior.

Outside of this “market accurate” beta region, however, trades will be priced depending on the LP ratio of the pool and not depending on the market price provided by Chainlink oracles. Additionally, the swap fees paid to LPs will be dynamic, wherein a trade that moves the token ratio away from “FX rate” or beta region will be charged a higher fee, and a trade that moves the token ratio towards the beta region will be charged a lesser fee.

## Mechanism <a href="#mechanism" id="mechanism"></a>

When the liquidity composition crosses beyond the beta region price slippage will occur. As seen from the diagram above, once the composition of tokens in a pool crosses point J the graph curves horizontally.

In this region we observe that the pool is more heavily weighted towards Token B. Since the gradient of the slope determines the price of Token A in terms of Token B, this means that the price of Token A decreases between point J to K. Conversely, when the composition of liquidity is more heavily weighted towards Token A (HI), the graph curves vertically.  This means that the price of Token A generally increases between point I to H, providing an opportunity for arbitrage.

Given the dynamically increasing trading fees as users trade further away from the beta region coupled with the arbitrage opportunity, users are likely to trade towards the region where there is no price slippage. However, to further safeguard liquidity pools from being completely drained, BurrBear's RWA Pools have a minimum and maximum allocation parameter which restricts trades from continuing beyond a specific point – Points H and K.\
&#x20;


---

# 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://burrbear.gitbook.io/docs/product-overview/rwa-pools.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.
