# Leverage and Position Limit

### **Overview**

**Risk limits** are a core risk management mechanism designed to control the exposure of individual traders, particularly in highly volatile markets. Without such constraints, a trader holding a **large position** with **high leverage** could pose systemic risks and experience significant losses.

To manage this, the system implements **dynamic leverage**, where the **maximum allowable leverage decreases** as the **position size increases**.

### **Dynamic Leverage Explained**

* The **larger the position value**, the **lower the maximum leverage** available to the trader.
* Conversely, **higher leverage selections** automatically **reduce the maximum allowable position size**.

This creates a balanced trade-off between **risk** and **exposure**, helping to ensure market stability.

### **Mechanism Summary**

Let:

* L<sub>max</sub>​: Maximum allowable leverage
* P<sub>size</sub>​: Trader’s current position size

Then:

* As P<sub>size</sub>↑, → L<sub>max</sub>↓
* As L<sub>chosen</sub>↑, → P<sub>max</sub>↓

This relationship ensures that:

$$
L\_{\text{max}} = f(P\_{\text{size}}) \quad \text{and} \quad P\_{\text{max}} = g(L\_{\text{chosen}})
$$

Where *f* and *g* are decreasing functions reflecting the inverse relationship between leverage and position value.

### **Why This Matters**

This approach helps:

* **Prevent market manipulation**
* **Mitigate liquidation risk**
* **Maintain platform integrity** during high-volatility periods

It protects both the trader and the broader market from the negative impact of oversized, over-leveraged positions.


---

# 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.coinlocally.com/perpetual-contracts/usdt-margined-perpetual-contract/leverage-and-position-limit.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.
