# Funding Rate

The funding mechanism ensures that perpetual contract prices remain pegged to spot market prices. Funding is transferred directly between longs and shorts — BBX does not charge any funding fee.

**Rate Direction:**

* Positive Funding Rate (Perpetual Price > Spot Price): Longs pay shorts.
* Negative Funding Rate (Perpetual Price < Spot Price): Shorts pay longs.

**Settlement Times:**

* Industry-standard: settled every 4 hour.
* Only applies to positions held at the settlement timestamp.
* Positions closed before settlement do not participate.

**Impact on Margin:**

Funding fees are deducted from the available account balance first; if the balance is insufficient, they are deducted from the position margin, causing the liquidation price to move closer to the mark price and increasing liquidation risk.

**Variable Intervals During Volatility:**

During periods of extreme market volatility, the funding settlement interval may be adjusted to accelerate price convergence. Adjustments are made in a transparent manner.


---

# 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.bbx.com/business/orderbook-dex/perpetual-trading/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.
