# Fees

Spline charges a protocol fee as a percentage of the accumulated swap fees on the Ekubo pools we manage. The breakdown of collected pool swap fees is as follows:

* 50% of the Ekubo fees to users that LP through Spline, auto-compounded back into the pool as additional liquidity
* 50% of the Ekubo fees to Spline governance as a protocol fee transferred on fee compound

Each pool we manage has set Ekubo swap fee rates on pool creation. This fee rate is also charged by Ekubo when removing liquidity given their [withdrawal fee mechanism](https://docs.ekubo.org/about-ekubo/features#withdrawal-fee). Ekubo receives the proceeds of the withdrawal fee, not Spline.


---

# 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.spline.finance/about/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.
