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

# Fee schedule

Ethosis takes small, visible fees at the moments where value changes hands. Nothing is hidden inside the rate as a spread, and no token emissions subsidise the rates lenders offer.

| Fee                       | Initial rate                  | Borne by                                 | Collected                                 |
| ------------------------- | ----------------------------- | ---------------------------------------- | ----------------------------------------- |
| Origination               | 0.25% of principal            | Borrower                                 | Taken out of the principal at origination |
| Interest share            | 10% of interest paid          | Lender, netted from the payout           | On repayment or rollover                  |
| Liquidation penalty share | 2 of the 3 penalty points     | Protocol and lenders (the keeper gets 1) | When the auction settles                  |
| Refinance                 | 0.10% of principal            | Borrower                                 | When a rollover auction clears            |
| Idle-capital yield share  | 5% of vault yield (scheduled) | Lender                                   | On withdrawal from the vault              |

Every rate above is a PolicyController parameter and can change only through the timelock, with a published rationale. A change never reaches back into an active loan's origination or refinance fee, and the interest share on a loan is the rate that applied when the loan was originated.

## Destination

Fees accumulate in the `Treasury` contract, where they pay for audits, the bug bounty and operations. Once the governance module takes over parameter control, it decides how the treasury is allocated.

## What the numbers look like at scale

Assume 50M USDG outstanding on average, an average term of 30 days and an average APR of 8%:

* Origination: 50M × 12 turns a year × 0.25%, about 1.5M USDG a year.
* Interest share: 50M × 8% × 10%, about 0.4M USDG a year.

Together that is roughly 1.9M USDG a year, before any liquidation income. See [Business model](/resources/business-model.md).


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ethosis.org/protocol/fees.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
