> For the complete documentation index, see [llms.txt](https://fxdxdocs.gitbook.io/fxdx-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fxdxdocs.gitbook.io/fxdx-knowledge-base/overview/fee-structure.md).

# Fee Structure

FXDX charges following fees:

**Trading Fee:** 0% on opening and closing of any position.

**Funding Fee:** Since LPs are acting as counterparty against trader irrespective of market conditions, FXDX charges a funding fee per position to manage counterparty risk on behalf of LP to the trader based on the position health.&#x20;

#### For a position in loss:&#x20;

FXDX charges ***a flat funding fee of 0.15% of the position size*** during the lifetime of the trade irrespective of size.

#### For a position in Profit

FXDX operates on a socialized profit model, wherein the funding rate begins at 0.15% (and can go upto maximum ceiling of 1% depending on relative PnL of the position) and a fraction of the absolute profit (upto 5%) is shared among other profitable traders, while the remainder is directed to the liquidity provider pool (FLP).&#x20;

This approach ensures that LPs can manage their counterparty risk even during challenging market conditions, while continuing to offer substantial liquidity.&#x20;

Funding Fee are charged of the position size and Profit fees is charged on absolute PnL.&#x20;

**Rollover Fee:** After opening a position, a trader accrues rollover fees per block interval, which updates on hourly period. The rollover fees is function of available liquidity per time interval. Hence, higher the amount of avaliable liquidity in use, the higher the rollover fees.

> Rollover fees = (Assets borrowed) / Total asset in the pool \* 0.01 % per hour.
>
> Maximum Rollover fees = 0.01% per hour

**Swap Fee:** FXDX has a dynamic swap fees depending on the type of assets (stable and non-stable) and its effect on the pool. It can range from 0.01% to 0.6%.

**FLP Fee:** FXDX charges a dynamic fee on FLP mint/buy or burn/sell similar to Swap Fee. It can range from 0.1% to 0.6%.

Relative PnL = (PnL)/(Position Size)[ ](https://fxdx.readthedocs.io/en/latest/priceFeeds.html)<br>

{% hint style="info" %}
*The fees are subjected to change based on protocol health and asset listings.*&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://fxdxdocs.gitbook.io/fxdx-knowledge-base/overview/fee-structure.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
