# Fees

Hummus Exchange implements a series of fees :&#x20;

* Swap Fee (haircut): 0.01% for stable swap
* [Deposit Arbitrage Fee](/hummus-exchange/concepts/deposit-fee.md): when coverage > 100%
* [Withdrawal Arbitrage Fee](/hummus-exchange/concepts/withdrawal-fee.md): when coverage < 100%

Hummus Exchange is transparent on fees: when using the protocol, the user is notified of the fees he or she will incur so that he or she is able to make an informed decision. In most cases, Hummus Exchange allows for smaller fees and slippage than traditional AMMs.&#x20;

Fees are used to keep the system in good health as well as to redistribute pool profits to liquidity providers.&#x20;


---

# 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://hummus-exchange.gitbook.io/hummus-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.
