# Protocol fees

Honey P2P has 2 protocol fees: 10% of what lenders receive (lending fee) + 1.5% of debt (borrower fee).

{% hint style="info" %} <mark style="color:blue;">**Example of loan on Honey P2P**</mark>\
\
**Maia** (lender) and **Barry** (borrower) enter a loan agreement on Honey P2P:\
\
Barry requests to borrow 500 USDC for his Honey Genesis Bee NFT for 10 days. He is willing to pay lenders up to 8% interest to fund this loan.\
\
Maia accepts Barry's loan request and funds the loan for 500 USDC. \
\
10 days later, Barry pays his loan back: 500 USDC + 40 USDC (the 8% interest)
{% endhint %}

## Borrower fees

The protocol collects a 1.5% fee on the debt taken out by borrowers.

Borrower fees ensures that the protocol receives fees regardless of liquidations and default rates.

{% hint style="info" %}
When Barry takes out a loan for 500 USDC, he receives 492.5 USDC of debt and the protocol receives 7.5 USDC.
{% endhint %}

## Lender fees

The protocol collects 10% of the interest accrued to lenders.

{% hint style="info" %}
When Barry pays back 40 USDC of interest, Maia receives 36 USDC and 4 USDC goes to the protocol.
{% 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/protocol-fees.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.
