# Trading Fees

### SatoshiSwap Margin Dex

Each margin trade automatically incurs the following fees taken via the smart contract:

* 0.15% trading fee
* A percentage borrowing fee from the vault. This is vault specific and is a fixed percentage from the time of opening the position.
* Insurance fee. 5% of the <mark style="color:blue;">**trading profit**</mark> is added to the SAFU Insurance Fund.

### SatoshiSwap Dex

For normal trading swaps with no leverage there is simply a 0.15% trading fee


---

# 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://satoshistreetbets.gitbook.io/satoshiswap/technicals/trading-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.
