# Refinancing

Refinancing loans is a process in which a user can move from a P2C loan to a P2P loan.

{% hint style="info" %} <mark style="color:blue;">**Example of refinancing**</mark>\
\
Barry owns a DeGod which has a 13k USDC floor price. \
\
To obtain instant liquidity, he uses Honey P2C loans, and obtains a loan for 5400 USDC. (40% Loan-to-Value).

This loan has a variable interest rate, which accrues over time: the loan will exist until Barry pays it back, and the interest will accrue for the entire duration.

He would like to borrow more at a lower interest rate by refinancing his loan. Barry lists his P2C loan on Honey P2P, offering lenders the opportunity to earn higher yield so that he can borrow more.

The loan now has a fixed duration requested by Barry when refinancing. Barry sets the  terms of the new P2P loan: fixed duration, fixed interest and fixed amount. Barry asks for 12k (92% Loan-to-Value), for 10 days at 10% interest.
{% endhint %}

## Capital efficiency

Whereas P2C lenders only have the optimal rate of their funds being utilised (70% utilisation by default), P2P lenders can earn yield on 100% of the funds they supply.

Fixing the duration of loans allows for lenders to boost their yield by having 100% utilisation on supplied assets.

{% hint style="info" %}
**P2C loan:** The lending market has 70% utilisation, which means 70% of their supplied assets are being borrowed. This means a lender providing 100$ only has 70% of their funds earning interest: 70$ is earning interest while 30$ is left inactive in the lending pool.\
\
**P2P loan:** If a borrower requests 70$, and the lender only has to provide 70$, meaning the lender earns interest on 100% of their capital.
{% endhint %}


---

# 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.honey.finance/honey-p2p/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.
