# Skew Incentive

Skew Incentive is a loss rebate mechanism that rewards traders who help balance market skew. When open interest on one side of a trading pair (longs vs shorts) is larger than the other, the market is "skewed."

**How It Works**

Traders who open positions on the underweight side help rebalance the market. If these qualifying positions close at a loss, a percentage of that loss is automatically returned to them.

**Eligibility Requirements**

At position open:

* Position must be on the underweight side
* Position must meet minimum collateral requirements
* Position cannot flip the skew: the opposite side must remain at or above 49.99% after the position is opened

At position close:

* Position must close at a loss
* Feature must remain enabled

**Rebate Calculation**

The rebate is calculated as: `gross P&L × effective rate`

Where [gross P\&L](broken://pages/Ieooez2Ynm0QvcVrwfhx#gross-profit-and-loss-gross-p-and-l) is the P\&L from the position's performance calculated from entry to exit price movements (excluding funding/interest payments & all trading fees).

{% hint style="info" %}
The rebate is applied only to the gross P\&L. Trading fees are charged separately and are not included in the rebate calculation.
{% endhint %}

The rebate is taken from the amount that would normally go to the liquidity pool. Instead of the full loss going to the pool, a portion is returned to the trader.

{% hint style="warning" %}
You never get incentivized for anything past the 50% middle point. If your position pushes the opposite side below 49.99%, you flip the skew and receive no incentive.

If the opposite side drops to 49.99% or lower after your position opens, your entire position is disqualified from any rebate. You didn't balance the market, you just reversed the problem.
{% endhint %}

### Final Example

Market is 70% long / 30% short. Trader opens a short position with $500 collateral, qualifying for the **maximum 5% incentive rate** since the position doesn't flip.

Position closes with a $200 gross P\&L loss:

* Rebate = $200 × 5% = $200 × 0.05 = **$10**
* Trader receives $10 back
* **Net loss: $190 instead of $200**

Note: All Trading fees are charged separately and do not affect the rebate calculation.


---

# 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://lynx-finance.gitbook.io/lynx-finance/for-users/skew-incentive.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.
