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

# Fees

Syndromics charges small, explicit fees at the points where value is created. There is no spread hidden in the rate and no token emission.

| Fee                       | Rate (initial)                | Paid by                                  | When                                  |
| ------------------------- | ----------------------------- | ---------------------------------------- | ------------------------------------- |
| Origination fee           | 0.25% of principal            | Borrower                                 | Deducted from principal at settlement |
| Interest share            | 10% of interest paid          | Lender (netted from payout)              | At repayment or refinance             |
| Liquidation penalty share | 2 of the 3 penalty points     | Protocol and lenders (1 point to keeper) | At auction settlement                 |
| Refinance fee             | 0.10% of principal            | Borrower                                 | When a refinance auction clears       |
| Idle-capital yield share  | 5% of vault yield (scheduled) | Lender                                   | On withdrawal from the vault          |

All fee rates live in the ParamController and can only change through the timelock with a published rationale. Fee changes never apply retroactively to an active loan's origination or refinance fees; the interest share applies at the rate in force when the loan was settled.

## Where fees go

Fees accrue to the `FeeCollector` contract and fund audits, the bug bounty and operations. The governance module directs allocation once it takes over parameter control.

## Economics at scale

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

* Origination: 50M × 12 turns per year × 0.25% ≈ 1.5M USDG per year.
* Interest share: 50M × 8% × 10% ≈ 0.4M USDG per year.

That is roughly 1.9M USDG per year before 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.syndromics.xyz/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.
