> For the complete documentation index, see [llms.txt](https://docs.paddlefi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paddlefi.com/v1-liquidity-solution/parameters.md).

# Parameters

<table><thead><tr><th width="167">Parameters</th><th width="193">Value</th><th>Details</th><th>Applicable Modules</th></tr></thead><tbody><tr><td>Margin Rate</td><td>0%</td><td>A borrower fee, calculated as a percentage of the principal, is deducted when a loan is filled by a lender.</td><td><ul><li>Peer-To-Peer Lending</li></ul></td></tr><tr><td>Service Fee</td><td>0</td><td>A maker fee, calculated as a fixed amount per order, is charged when an OTC deal is filled by a maker.</td><td><ul><li>OTC Exchange</li></ul></td></tr><tr><td>Interest Fee Rate</td><td>0%</td><td>A lender fee calculated as a percentage of the interest is deducted upon repayment.</td><td><ul><li>Peer-To-Peer Lending</li></ul></td></tr><tr><td>Min. Interest</td><td>25%</td><td>Minimum interest even when early repayment.</td><td><ul><li>Peer-To-Peer Lending</li></ul></td></tr></tbody></table>


---

# 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:

```
GET https://docs.paddlefi.com/v1-liquidity-solution/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.
