> For the complete documentation index, see [llms.txt](https://docs.tradoor.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tradoor.io/tradoor-user-guide-v2/how-to-trade-on-tradoor/trading-perps-101/how-to-navigate-tradoors-perps-trading-page/what-does-1h-funding-and-1h-rollover-mean.md).

# What does "1h Funding" and "1h Rollover" mean?

## **(F) 1h Funding and 1h Rollover**

<div align="left"><figure><img src="/files/Cv3KDGyeRh4E2lF5F6wP" alt="" width="142"><figcaption></figcaption></figure></div>

### **1 hr Funding**

* Definition: "1 hr funding" refers to the interest payment (or receipt) that traders incur or receive for holding their positions over a one-hour period.
* How It Works: Funding rates are typically determined based on the Long/Short Ratio and overall market conditions. If you're holding a long position and the funding rate is positive, you'll pay that rate. Conversely, if you're in a short position, you might receive that payment if the rate is negative.
* Purpose: The funding mechanism helps ensure that the price of the perpetual contract remains close to the price of the underlying asset. It incentivizes traders to balance their positions, which helps stabilise the market.

***

### **1 hr Rollover**

* Definition: "1 hr rollover" often refers to the process of adjusting or rolling over open positions to the next funding period, which occurs every hour in this context.
* Implications: During the rollover, any funding payments are applied to your account, and positions are adjusted to reflect the new funding rate. If you're holding a position through the rollover, you'll either pay or receive the funding fee based on your position type (long or short).
* Significance: Understanding the rollover process is crucial for traders, as it can impact the profitability of a position, especially if the funding rate changes significantly.


---

# 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://docs.tradoor.io/tradoor-user-guide-v2/how-to-trade-on-tradoor/trading-perps-101/how-to-navigate-tradoors-perps-trading-page/what-does-1h-funding-and-1h-rollover-mean.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.
