# Fees

### **Protocol Fees:**&#x20;

To support the growth of the protocol’s TVL, DefiTuna currently does not charge any fees to lenders.\
Instead, protocol fees are charged to users who open Leveraged Spot positions, as a one-time fee applied when the position is opened or closed.\
Fees vary by market and can be viewed in the [**Trade**](https://defituna.com/trade) tab at the top of the page, next to the pool statistics, by hovering over the **Protocol Fee** toggle.

<figure><img src="/files/IzeEB3KSffkOetHCmduA" alt=""><figcaption></figcaption></figure>

The fee structure consists of four components:

* **Collateral fee**: Applied to your collateral, i.e., the funds you have deposited. Currently, this fee is 0% on DefiTuna pools.
* **Borrowed funds fee**: Applied to the funds you borrow as leverage.
* **TP/SL trigger order fee**: Charged per successful trigger order. This is a one-time fee applied to the notional value of the position when the TP/SL is executed.
* [**Liquidation**](/dive-into-defituna/trade/platform-info/liquidations.md) **fee**: In the event of liquidation, a 10% fee is applied to the notional value of the position. This fee is paid to the liquidator who carries out the liquidation.


---

# 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.defituna.com/dive-into-defituna/trade/platform-info/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.
