> 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/resources/business-model.md).

# Business model

Syndromics earns small, explicit fees on the value it creates: origination, interest, liquidation and refinancing. There is no token, no emissions and no spread hidden in the rate.

## Revenue streams

| Stream                         | Rate (initial)            | Paid by                                      |
| ------------------------------ | ------------------------- | -------------------------------------------- |
| Origination fee                | 0.25% of principal        | Borrower                                     |
| Interest share                 | 10% of interest paid      | Lender (netted from payout)                  |
| Liquidation penalty share      | 2 of the 3 penalty points | Protocol and lenders (1 point to the keeper) |
| Refinance fee                  | 0.10% of principal        | Borrower                                     |
| Idle-capital vault (scheduled) | 5% of yield               | Lender                                       |

Full detail in [Fees](/protocol/fees.md).

## Unit economics at scale

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

| Line                          | Calculation            | Annual (USDG) |
| ----------------------------- | ---------------------- | ------------- |
| Origination                   | 50M × 12 turns × 0.25% | \~1.5M        |
| Interest share                | 50M × 8% × 10%         | \~0.4M        |
| **Total before liquidations** |                        | **\~1.9M**    |

Protocol operations, audits and the bounty are covered from around 30M to 40M USDG outstanding.

## Why the fees are where they are

* **Origination** is charged to the borrower because the borrower initiates the loan and receives the liquidity.
* **Interest share** is charged to the lender because it scales with the return the protocol enabled and is only paid when the lender is paid.
* **Refinance** is charged to the borrower because it is a service to the borrower (avoiding the maturity cliff).
* **Liquidation** penalty is charged to the defaulting borrower and split so that keepers are paid to act and lenders are compensated for the disruption.

## What the protocol does not monetise

* It does not take a spread between lend and borrow rates; there is no such spread in a peer-to-peer market.
* It does not sell order flow; the book is public and exportable.
* It does not charge for reading data; the indexer and explorer are free and open source.

## Use of funds

Fees fund audits, the bug bounty and operations. The governance module directs allocation once it takes over parameter control. See [Corporate structure](/compliance/corporate-structure.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/resources/business-model.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.
