# Leverage and Position Limit

### **Overview**

**Risk limits** are essential risk management tools designed to prevent excessive exposure from individual traders, particularly in **high-volatility markets**. Without such controls, a trader holding a **large position with high leverage** could create significant systemic risk and incur large losses.

To mitigate this, the platform utilizes a dynamic leverage model that adjusts according to the **size of the position**.

### **Dynamic Leverage Model**

The system dynamically adjusts a trader’s **maximum allowable leverage** based on their **open position size**.

#### Key Rules:

* The **larger the position size**, the **lower the maximum leverage** that can be applied.
* Conversely, the **higher the leverage selected**, the **smaller the allowable position size**.

#### **Mechanism Summary**

Let:

* L<sub>max</sub>: Maximum leverage available
* P<sub>value</sub>​: Value of the trader’s open position

Then:

$$
L\_{\text{max}} = f(P\_{\text{value}}) \quad \text{where } f \text{ is a decreasing function}
$$

Likewise:

$$
P\_{\text{max}} = g(L\_{\text{selected}}) \quad \text{where } g \text{ is a decreasing function}
$$

#### **Purpose and Benefits**

* **Limit exposure** of large positions with high leverage
* **Reduces systemic risk** in volatile market conditions
* **Encourages responsible trading behavior**

By scaling leverage with position size, the platform ensures a **balance between flexibility and risk control**.


---

# 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/coin-margined-perpetual-contracts/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.
