# Partial (Tranche) Refinancing

### **Partial Refinancing**

A loan can be partially refinanced such that it can consist of up to 10 different tranches, where each tranche must be at least 5% of the overall principal amount of the loan. Similarly to full refinancing, partial refinancings must experience an APR reduction of at least 5% for the selected principal amount. \
\
Partial refinancing only allows to lower APR. Changing due date or principal is not possible.&#x20;

If a loan already has at least 2 tranches, subsequent refinancing events will refinance higher APR tranches first. In case the selected principal amount encompasses multiple tranches, then the 5% minimum APR improvement must be in respect to the tranche with lowest APR of the selected. &#x20;

Lock-ups are applied on a tranche basis after a refinancing. Lock-ups for tranches are also 5% of remaining duration.

### Partial Refinancing Example&#x20;

Alice's loan offer is accepted by Bob (borrower) with the following terms on April 1st:&#x20;

* Principal: 10.00 WETH
* APR: 20%
* Due date: April 30th (30 days duration)

Charly is a new lender that partially refinances 5 WETH to 12% APR. Alice continues to accrue 5 WETH at 20%.

### **From Tranches to Single-Lender**&#x20;

Lenders may refinance all outstanding tranches of a given loan into one. To initiate this process, the prospective lender would still need need to set an APR at least 5% lower than the tranche with the lowest APR. Additionally, this transaction also allows the lender to extend the duration of the loan. The protocol also allows for an increase in the principal amount, provided that the daily interest of the new combined loan remains lower than the combined daily interest of all tranches.

The protocol then merges all tranches into a single tranche with the improved terms set by the new lender. The new lender must transfer the outstanding principal and accrued interest for every tranche in order to refinance the loan.


---

# 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.gondi.xyz/gondi-v1-and-v2/gondi-v2/partial-tranche-refinancing.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.
