# Fees

Fees are charged as **a portion of gross interest** repaid by Buyers when payments are made. Currently, two of the following fees are applied.

* **Pool Admin Fees:** Set by the Pool Admin\
  `Fee paid for Admin: interest * adminFee`
* **Protocol Fees**: Set by Governance\
  `Fee paid for Protocol: interest * protocolFee`


---

# Agent Instructions: 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.isle.finance/how-isle-finance-works/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.
