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

# Protocol fees

The five fees Farlight charges, who pays each one, when it is collected, and where the proceeds go.

Farlight charges a small number of visible fees, each at a point where value moves. There is no spread buried in the rate, and no token emissions prop up the rates that lenders quote.

| Fee                       | Initial rate                  | Paid by                                  | When collected                             |
| ------------------------- | ----------------------------- | ---------------------------------------- | ------------------------------------------ |
| Origination               | 0.25% of principal            | Borrower                                 | Deducted from 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               |

Each rate in the table is a PolicyController parameter. It can be changed only through the timelock, and every change comes with a published rationale. Changes are not retroactive: an active loan keeps the origination and refinance fee it was charged, and its interest share stays at the rate in force when the loan was originated.

## Where the fees go

All fees accrue to the `Treasury` contract and pay for audits, the bug bounty and operations. When the governance module assumes control of parameters, how the treasury is allocated becomes its decision.

## Scale

With 50M USDG outstanding on average, a 30-day average term and an 8% average APR:

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

Around 1.9M USDG a year combined, 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.usefarlight.com/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.
