# Fees

1. **Trading Fee:** Trading fees range from 0.1% to 0.5%. ETH trading is 0.1% while more exotic pairs are 0.5%. Trading fees are charged during both the opening and closing of positions.
2. **Borrow Rates:** The interest rate is a function of the LP pool utilization rate and a max APR, which Wasabi determines based on volatility. Borrow interest is charged hourly.
3. **Liquidation Penalty:** 5% of the residual value post liquidation will be charged as a liquidation penalty to the trader.


---

# 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.wasabi.xyz/perps-lite-paper/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.
