# Modify Borrow Interest

The **Modify Borrow Interest** poll type allows users to create polls that update borrow-interest-related parameters.

The `Base Borrow Rate` is the minimum base interest rate that is applied to borrows. The borrow rate proportionally increases as the utilization ratio increases, with a multiplier of `Interest Multiplier`.

| Parameter Name        | Description                                                            |
| --------------------- | ---------------------------------------------------------------------- |
| `Base Borrow Rate`    | Minimum annualized borrow interest                                     |
| `Interest Multiplier` | Multiplier between market utilization ratio and annual borrow interest |

## Parameter Values

### Up-To-Date

| Parameter Name        | Human-Readable Value    | Raw Value (In Contract State)         |
| --------------------- | ----------------------- | ------------------------------------- |
| `Base Borrow Rate`    | 2% APR                  | 0.000000004076272770 (per-block rate) |
| `Interest Multiplier` | 0.42 (annualized value) | 0.000000085601728176                  |

### At Protocol Genesis

| Parameter Name        | Human-Readable Value    | Raw Value (In Contract State)         |
| --------------------- | ----------------------- | ------------------------------------- |
| `Base Borrow Rate`    | 2% APR                  | 0.000000004076272770 (per-block rate) |
| `Interest Multiplier` | 0.42 (annualized value) | 0.000000085601728176                  |

## Poll Format

| Field               | Description                                                                     | Optionality |
| ------------------- | ------------------------------------------------------------------------------- | ----------- |
| Title               | Poll title                                                                      | Required    |
| Proposal Rationale  | Short description of poll rationale                                             | Required    |
| External Link       | External URL for further information                                            | Optional    |
| Base Borrow Rate    | Proposed minimum annualized borrow interest                                     | Optional    |
| Interest Multiplier | Proposed multiplier between market utilization ratio and annual borrow interest | Optional    |


---

# 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://docs.anchorprotocol.com/anchor-2/protocol/anchor-governance/modify-the-interest-model.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.
