# Funding rates relative to price trend

Funding rates are the mechanism by which derivatives exchanges close the gap between spot and perpetual swap markets.

{% hint style="info" %}
When the price of perpetuals trades above the index price, the funding rate is positive.  Vice versa, when the price of perpetuals below the index price, the funding rate is negative. &#x20;

When more people take one side of the trade, the funding rate incentivizes market participants to take the other side of the trade.
{% endhint %}

Positive funding rates suggests speculators are bullish and long traders pay funding to short traders.  Highly positive funding rates suggests that there may be excessive leverage in long positions.

Negative funding rates suggests speculators are bearish and short traders pay funding to long traders.  Highly negative funding rates suggests that there may be excessive leverage in short positions.

| Funding rate                                        | Price trend | Implications                                                                   |
| --------------------------------------------------- | ----------- | ------------------------------------------------------------------------------ |
| Significantly positive (and becoming more positive) | Rising      | Over-leveraged long positions, potential bearish reversal                      |
| Significantly positive (and becoming more positive) | Falling     | Traders buying the dip on leverage, exposing themselves to a long squeeze      |
| Significantly negative (and becoming more negative) | Falling     | Over-leveraged short positions, potential bullish reversal                     |
| Significantly negative (and becoming more negative) | Rising      | Traders shorting the spike on leverage, exposing themselves to a short squeeze |

Sources of perpetual swaps (non-expiring futures) funding rates data are:

* [Coinglass](https://www.coinglass.com/FundingRate)
* [Cryptoquant](https://cryptoquant.com/asset/btc/chart/derivatives/funding-rates?exchange=all_exchange\&window=DAY\&sma=0\&ema=0\&priceScale=linear\&metricScale=linear\&chartStyle=column)
* [Glassnode](https://studio.glassnode.com/metrics?a=BTC\&category=Derivatives\&m=derivatives.FuturesFundingRatePerpetualAll)
* [ViewBase](https://www.viewbase.com/funding)


---

# 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://homepage.gitbook.io/unified/type-of-information-provided/global-markets-and-onchain-data-provided-by-unified/funding-rates-relative-to-price-trend.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.
