# Funding Fees

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

Funding Fees depend on the ratio of the open short and long positions. The funding rate can be found on a trading page and will be deducted from your position once an hour.&#x20;

If you receive positive funding fees for your position, you can claim these fees by using the "Claim" button in the "Claimable Funding" box of the Trade page.

**Adaptive Funding**\
Funding rates gradually adjust over time based on the long and short ratio.&#x20;

For example, if the amount of long positions is larger than the short ones, then the funding rate that longs pay shorts will gradually increase until the difference between the long and short positions is below a certain limit, at which time the funding rate will be standard.&#x20;

If there remain more shorts than longs, then the funding rate will gradually adjust in the other direction. In this case, shorts will pay longs a funding rate that gradually increases until the difference between the long and short positions is below a certain limit, at which time the funding rate will be standard.

Positive funding fees will be credited to your wallet after the position is closed, and negative fees will be deducted from your position collateral.

<br>


---

# 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://fair-ex.gitbook.io/fair-ex-white-paper/how-to-trade/funding-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.
