> For the complete documentation index, see [llms.txt](https://docs.moar.market/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moar.market/protocol-overview/protocol-fees.md).

# Protocol Fees

Moar Market applies protocol-level fees at various stages of borrower and liquidator interaction. These fees are used to support sustainable protocol operations and incentivize third-party actors like liquidators.

***

### 🟢 Origination Fees

There are **no origination fees** charged currently.

> If enabled in the future, origination fees would be applied as a percentage of the borrowed amount and configured per isolated pool.

***

### 🟠 Interest Rate Spread

Moar charges a **continuous protocol fee** on the interest earned by lenders. This is defined as a spread between:

* The **borrower’s interest rate**
* The **lender’s supply APY**

The difference (configured via `fee_on_interest`) is retained by the protocol. It is deducted from gross borrower interest before distribution to lenders.

***

### 🔴 Liquidation Fees

When a Credit Account is liquidated, a **liquidation bonus** is applied — allowing the liquidator to seize collateral worth slightly more than the debt repaid.

This bonus is:

* **Paid by the borrower** via seized assets
* **Split between the liquidator and the protocol**, depending on pool configuration

This ensures that:

* Liquidators are properly incentivized
* The protocol captures value from managing risk

\ <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.moar.market/protocol-overview/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.
