# Swap Fees

To maintain the Net Liquidity Ratio > 1 and to incentivize LPs, we have defined the swap fees based on the value of NLR. The swap fees is defined as follows:

$$
Base fees = 0.01%
$$

$$
Swap\ Fees =
\begin{cases}
Base fees & \text{$NLR >= 1$}\\
2 \* Basefees & \text{$0.96 <= NLR < 1$}\\
4 \* Basefees & \text{$NLR < 0.96$}
\end{cases}
$$

Under critical condition (NLR < 1), all the non-LP fees stays in the system.


---

# 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.mantissa.finance/mantis-scroll/fees/swap-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.
