# Leverage

Leverage in Operps works differently than the traditional trading platforms. Instead of allowing users to select the leverage themselves, it is automatically determined based on the supply of Long and Short Operps tokens in their respective pools.

```
Leverage = (Supply of Short Operps Tokens)/(Supply of Long Operps Tokens)
```

The higher the premium, the more players want to hold the short Operps tokens to receive that premium every cycle, which increases the leverage.

<figure><img src="/files/gBr88awGx6I9DNCsdheZ" alt=""><figcaption><p>Increase in Premium paid by LO holders attracts more SO holders </p></figcaption></figure>

{% hint style="info" %}
For this section, let's assume there are 100 times as many Short Operps Tokens as there are Long Operps tokens, at the time of a settlement, i.e. a leverage of 100.&#x20;
{% endhint %}

## How does leverage affect Put Operps payoff

For every percentage point drop in the market, Short Put Operps holders lose 1% each but Long Put Operps holders earn 100% on their investment.&#x20;

<figure><img src="/files/QZLbA6YqCMhUvWM55AQH" alt=""><figcaption><p>LO holders gain 100% profit even when market falls only by 1% </p></figcaption></figure>

{% hint style="info" %}
Short Operps holders still receive the premium in this settlement, but we didn't consider that for the sake of simplicity.
{% endhint %}

## How does leverage affect premium

Long Operps holders pay a pre-defined premium every settlement, which gets divided among Short Operps holders. So if Long Operps holders pay 50% as premium, Short Operps holders earn 0.5% in premium because there are 100 times as many Short Operps holders to divide that 50% premium among them.

<figure><img src="/files/8SfpEZBmBNGHBQkZ30Kp" alt=""><figcaption></figcaption></figure>


---

# 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://ethosx.gitbook.io/operps/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.
