# Fees

* Funding Fee:
  * The interest rate is determined by multiple factors, including the funding rate on perpetual markets and classic lending protocols like Aave and Compound.
* Trading Fees:
  * For ETH you pay 0.05% fee per filled order (Uniswap fee)
  * For BTC you pay 0.1% fee per filled order (Uniswap fee)
* Liquidator Fees:
  * Currently is zero


---

# 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://sharwa.gitbook.io/sharwa-docs/margin-account/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.
