# Parameters

These are the initial parameters, which can be changed through DAO governance.

<table><thead><tr><th>Item</th><th>Code</th><th>Value</th><th data-hidden>Range</th></tr></thead><tbody><tr><td>Financing Interest</td><td>y_iBGT</td><td>=DSR(DAI Savings Rate)</td><td>0 - 100%</td></tr><tr><td>Target AAR</td><td>AART_iBGT</td><td>165%</td><td>100% - 1000%</td></tr><tr><td>Safety AAR</td><td>AARS_iBGT</td><td>130%</td><td>100% - 1000%</td></tr><tr><td>Upper AAR</td><td>AARU_iBGT</td><td>200%</td><td>100% - 1000%</td></tr><tr><td>Circuit Breaker AAR</td><td>AARC_iBGT</td><td>110%</td><td>100% - 1000%</td></tr><tr><td>Redemption fee</td><td>C</td><td>0.5%</td><td>0-10%</td></tr><tr><td>Compensation Coefficient</td><td>r</td><td>+0.001 per hr</td><td>0-1</td></tr></tbody></table>


---

# 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://doc.zoofi.io/berachain-eco/liquidity-vault-l-vault/parameters.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.
