# Net Interest Implications (LVF)

All LVF borrowing on Peapods follows a standardized interest distribution model:

* **90%** of interest paid by borrowers is allocated to lenders (pro-rata)
* **10%** is retained by the protocol as non-emissive revenue

In self-lending configurations, a borrower may also act as a supplier to the lending pool by using a flashloan-enabled loop. This entitles them to reclaim a proportional share of the lender-side interest distribution, effectively reducing their **net cost of capital**.

This structure introduces a unique APR spread whereby external lenders receive the full gross yield, while self-lending borrowers pay significantly less without affecting protocol revenue or requiring emissions.

This asymmetric structure introduces a number of implications which enable Peapods to uniquely provide a scenario in which both lenders and borrowers incentives are aligned, allowing both parties benefit together without subsidies or emissions.

<br>


---

# 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.peapods.finance/net-interest-implications-lvf.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.
