# Definitions

<mark style="color:red;">**Lend Ratio:**</mark> A lender is in charge of setting a lend ratio on their loans. A lend ratio is the amount you lend out per one unit of collateral. &#x20;

[<mark style="color:red;">**Repayment due date:**</mark>](/overview/vendor-finance-v1/definitions.md) A lender is in charge of setting a repayment due date. A repayment due date is the date by which the borrower repay their loan amount including interest owed.&#x20;

<mark style="color:red;">**Fixed Interest Rate:**</mark> A lender is in charge of setting a fixed interest rate for the borrower. The borrower must repay this at the repayment due date.&#x20;

<mark style="color:red;">**Perpetual:**</mark> occurring repeatedly; so frequent as to seem endless and uninterrupted. Vendor Finance accomplishes that by the means of rollovers.

<mark style="color:red;">**Rollover:**</mark> Process of migrating debt and collateral from one pool to a different pool. See Rollover section for more information.

<mark style="color:red;">**Default:**</mark> To forfeit your collateral while keeping your loan

<mark style="color:red;">**Decaying Rate:**</mark> Annualizes the interest rate throughout the term period. This makes it so whenever someone borrows they are always paying the APR you set as a lender. The rate will gradually decrease throughout the time of the loan period to ensure it hits your target APR.


---

# 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.vendor.finance/overview/vendor-finance-v1/definitions.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.
