# Leverage

When Actors open positions with leverage <mark style="color:green;">`L`</mark>, their Mime’s position size <mark style="color:green;">`s`</mark>, will equal their deposited capital <mark style="color:green;">`c`</mark>, multiplied by their selected leverage between an integer range of 1-30.

$$
s = c \* L
$$

Levered positions respond to Pantomime reference-price changes in accordance with their leverage.

> **For example:** <mark style="color:purple;">Let’s assume the True Odds within a hypothetical market are 1:1. A bullish Mime with a $1,000 worth of tokens, previously opened by Alice using 5x leverage, will impact the skew as if $5,000 worth of collateral was deposited on the bullish side of the market. Accordingly, a 10% change in the reference price in this hypothetical example would yield a gain of $500.</mark>&#x20;

{% hint style="info" %}
The leveraged size of a position will be used when calculating [exit fees](/whitepaper/fees.md#exit-fees). So assuming a 0.5% exit fee for the hypothetical Pantomime above, Alice would pay the protocol $27.50 worth of tokens to close her position. The value returned to Alice would be her original deposit of $1,000, plus $472.50 in profits.&#x20;
{% endhint %}

{% hint style="success" %}
**Related:** [Leverage Risk](/whitepaper/risks-and-mitigations/leverage-risk.md) and [Liquidation Risk](/whitepaper/risks-and-mitigations/liquidation-risk.md)
{% endhint %}


---

# 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.mimicry.org/whitepaper/advanced-features/leverage.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.
