> For the complete documentation index, see [llms.txt](https://docs.fringe.fi/v2-fringe-finance-platform-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fringe.fi/v2-fringe-finance-platform-docs/usb-stablecoin/interest-rates.md).

# Interest Rates

Interest rates apply within the USB Stablecoin facility as follows:

* Borrowers are **charged interest** (Stability Fee) on their open positions.
* USB Savers receive interest on the USB tokens they deposit in the USB Savings Pool.

## Interest rate dynamics

The USB Stablecoin facility allows the Platform Admin to periodically adjust the Stability Fee (i.e. interest rate) charged to borrowers so that a balance occurs to economically incentivize borrowers’ and lenders’ participation in the platform.

* When there is **high borrower demand**, the interest rate they are charged will be periodically **manually increased**. This will attract **more USB savers** – who will receive a share of the greater interest charges collected from borrowers.
* When there is **low borrower demand**, the interest rate they are charged will be periodically **manually decreased**. This will attract **more borrowers** to the USB facility.&#x20;

As a result of this dynamic that automatically balances user participation, **there are no deterministic fixed interest rates**. The market determines the interest rates via the Admin adjustments to the Stability Fee. This allows the Fringe USB Stablecoin facility to remain competitive in the crypto economy – since deterministic fixed interest rates would cause the facility to swing into and out of being competitive in relation to other crypto platforms.&#x20;

However, it is likely that USB Savers will enjoy higher interest rates for their USB stablecoin assets using the Fringe Finance Platform as compared to using other stablecoins and staking them on other platforms. This is because the Fringe Finance platform will be a predominant lender for many speculative assets that do not have well-established lending markets.

<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, and the optional `goal` query parameter:

```
GET https://docs.fringe.fi/v2-fringe-finance-platform-docs/usb-stablecoin/interest-rates.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.
