# System Wide - Dynamic Rate Scaling

System wide variable rate scaling has been implemented to ensure the long-term viability and sustainability of Futures and the wider Elephant Money Ecosystem.

This rate scaling mechanism monitors the relationship between the value of the BNB Reserve and the value of the Daily Liabilities.

If the value in the BNB Reserve is equal to or greater than the Daily Liabilities, the system pays the maximum base rate daily.\
\
If the value in the BNB Reserve drops below the value of the Daily Liabilities, the rate scaling mechanism kicks in to slow down the growth of the liabilities generated by Futures.

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

The Rate Scaling uses the following formula:\
**Futures Base Rate (0.3%) x (BNB Reserve / Daily Liabilities)**

{% hint style="info" %}
The Rate Scaling mechanism is dynamic and will fluctuate in real time based on the value of the BNB Reserve against the Daily Liabilities.
{% endhint %}


---

# Agent Instructions: 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://wiki.elephant.money/services/elephant-money-futures-vaults/system-wide-dynamic-rate-scaling.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.
