# Funding Rate

The Funding Rate is calculated and charged/paid hourly, and the specific calculation formula is:

$$
FundingRate=\[APR+clamp(InterestRate-APR,0.05%,-0.05%)]/8
$$

* PR is calculated every 5 seconds. &#x20;
* Average Premium Rate (APR) = (1\*PR\_1 + 2\*PR\_2 + 3\*PR\_3 +…+ n\*PR\_n) / (1+2+3+…+n)
* n∈\[1, 720], if n reaches 720, it means a whole calculation circle is finished, and the Funding Rate would be executed with this exact value.


---

# 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.tradoor.io/funding-rate.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.
