# Funding Rates

## 📌 **What is the Funding Rate?**

The **Funding Rate** is a mechanism used **in futures markets to maintain the balance between long and short positions**.\
This rate **ensures that traders on one side (longs or shorts) pay a fee to the opposite side**.

📌 **Simply put:**

* **If the funding rate is positive (+)** → Long traders pay short traders.
* **If the funding rate is negative (-)** → Short traders pay long traders.

This system helps **keep the futures market price close to the spot market price**.

***

### 📌 **How is the Funding Rate Calculated?**

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

📌 **Variables in the Formula**

**1️⃣ Premium Index**

* The difference between the **futures market price** and the **spot market price**.
* If the futures price is **too high compared to spot**, the funding rate increases.

**2️⃣ Interest Rate**

* Set based on the trading pair and usually a fixed value (e.g., **0.01% / 8 hours**).

**3️⃣ Spread**

* The price difference between the **futures order book and the spot market**.

***

### 📌 **Interpreting Funding Rate Values**

| **Funding Rate (%)** | **Meaning**            | **Impact**                                             |
| -------------------- | ---------------------- | ------------------------------------------------------ |
| **0% - 0.01%**       | Balanced Market        | No major differences between long and short positions. |
| **0.01% - 0.05%**    | Slightly Bullish       | More longs than shorts, but not extreme.               |
| **0.05% - 0.1%**     | Strongly Bullish       | More longs, increasing risk of corrections.            |
| **0.1%+**            | Extremely Bullish ⚠️🔥 | High risk of liquidations and market crashes.          |
| **-0.01% - 0%**      | Balanced Market        | Shorts slightly dominate, but not significantly.       |
| **-0.05% - -0.1%**   | Strongly Bearish       | Too many shorts, potential for downward liquidations.  |
| **-0.1%+**           | Extremely Bearish ⚠️🔥 | High risk of short squeeze (sudden pump).              |

📌 **General Rule:**

* **If the funding rate is low** (near 0) → The market is balanced.
* **If the funding rate is high (0.1%+)** → Too many longs, correction likely.
* **If the funding rate is negative (-0.1% and below)** → Too many shorts, short squeeze possible.

<figure><img src="/files/0Q92C7vJwZtj9GHrh2Kn" alt=""><figcaption></figcaption></figure>

***

### ⚠️ **Risk Management Based on Funding Rate**

#### 1️⃣ **What to Do When Funding Rate is High?**

✅ **Use Stop-Loss:** Protect yourself from sudden crashes.\
✅ **Lower Leverage:** High funding rates make long positions riskier.\
✅ **Monitor Short Liquidation Levels:** Be aware of large liquidation clusters.

#### 2️⃣ **What to Do When Funding Rate is Negative?**

✅ **Watch for Short Squeeze Risks:** If too many shorts are open, the market may jump up suddenly.\
✅ **Check the Liquidation Map:** Where are large short positions being liquidated?

***

### 🔥 **Conclusion: Using Funding Rates for Market Analysis**

📌 **If funding rate is near zero:** The market is stable, **good for opening positions**.\
📌 **If funding rate is high:** Too many longs, **correction or crash is more likely**.\
📌 **If funding rate is negative:** Too many shorts, **short squeeze is possible**.

💡 **By analyzing funding rates, you can predict market imbalances and trade more safely!** 🚀


---

# 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://cddstamp.gitbook.io/cddstamp/funding-rates.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.
