# Fees

Wombat applies a series of fees :&#x20;

* Swap Fee (haircut): Each pool has its swap fee. Refer to [Haircut (Swap Fee)](/concepts/fees/haircut-swap-fee.md) for the detailed breakdown.
* [Deposit Gain and Withdrawal Fee](/concepts/fees/deposit-gain-and-withdrawal-fee.md): Only applicable when coverage ratio is off balance
* [Coverage Ratio Fee](/concepts/fees/coverage-ratio-fee.md): Only applicable to swaps in side pool, wmxWOM, and mWOM pool

Fees detail will be displayed in the transaction confirmation window. Fees will be reserved.


---

# 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.wombat.exchange/concepts/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.
