# Protocol Fee

Pine's fee structure has been purposely designed to make the protocol sustainable and scalable.

### Fee Values

The Pine Protocol fees are governed by the PineDAO. This values are:

<table><thead><tr><th width="279">Fee</th><th width="348">Value</th><th>Status</th></tr></thead><tbody><tr><td>Interest Rate Spread</td><td>minimum split % = 2%<br>base = 10</td><td>Live</td></tr><tr><td>Early Repayment Interest Discount %</td><td>50% of remaining interest fee payable</td><td>Coming Soon</td></tr><tr><td>Late Repayment Interest Multiplier</td><td>10X</td><td>Coming Soon</td></tr><tr><td>Liquidation Fee</td><td>25%</td><td>Coming Soon</td></tr><tr><td>Pine Listing Transaction Fee</td><td>0.3%</td><td>Coming Soon</td></tr></tbody></table>

### Interest Rate Spread

The Protocol charges an interest rate spread between the rate the borrower pays and the lender receives on every Transaction happens via the Protocol. The fee is determined algorithmically depending on the lender rate and pricing parameters of the Protocol.

$$
splitPercent = min SplitPercent + log(1+lenderRate, base)
$$

<figure><img src="/files/8pkGvIOirj7ea83qZGsB" alt=""><figcaption><p>Based on current fee parameters set by the Pine Protocol as of September 2022</p></figcaption></figure>

### Early Repayment Fee

In the event of early repayment (i.e. repaying all or any amount of the outstanding loan before the end of the term), the borrower is liable for any interest accrued up till that point of time. On the portion that is repaid early before the end of the term, the borrower is liable for a portion of the interest that is supposed to have accrued if the repayment is done at the end of the term. The portion is calculated using the Early Repayment Interest Discount %.

### Late Repayment Surcharge

After a loan has expired, the interest rate chargable would be equivalent to the original interest rate times the Late Repayment Interest Multiplier.

### Liquidation Fee

In the event of liquidation, the lender is charged a percentage, equivalent to the Liquidation Fee %, of the value of the NFT Collateral above the value of outstanding loan. Lenders would have to pay this fee when they withdraw the NFT collateral from the smart contract of the loan in default.

$$
liqFee = liqFeePercent \* (currentCollateralValue - outstandingLoanAmount)
$$

The charge is waived in the case of liquidation at a loss when the value of the outstanding loan exceeds the value of the NFT Collateral.

### Pine Listing Fee

With Pine Listing (see [Pine Listing](/pine-features/pine-listing.md) for more information), borrowers can list their NFT for sale even when they are being used as collateral for loans. The protocol charges a Pine Listing Sales fee on the amount the NFT is sold for.

### Previous Fee Structure

In the previous version (Pine Protocol V2), the fee structure is a simple flat fee of 0.01 ETH and 0.35% of the total loan amount paid by the borrower. Some of the current lending pools might still be on this fee structure but will be all be migrated to V3 in the near future.


---

# 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.pine.loans/pine-protocol/protocol-fee.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.
