# Leverage Multiplier

When buying **`longZCB`**, a manager’s leverage multiplier, which scales with his reputation, determines how capital efficient his investment would be. It would also determine how much weight he has when the decisions are aggregated(as the total amount of one’s **`longZCB`** exposure determines one’s weight). *Buying* **`longZCB`** *with leverage is akin to taking a margin-long position.*&#x20;

{% hint style="info" %}
As an example, for a leverage ratio of 2, a manager would buy 100 underlying worth of **`longZCB`** with 100/2 = 50 underlying. The extra capital (100-100/2 = 50) is borrowed from the parent vault. He would then pay back the debt to the vault whenever he closes his levered **`longZCB`** position.&#x20;

In this instance, the manager would have the same decision weight as purchasing with 100 underlying with just 50.&#x20;

If the **`longZCB`** with no leverage makes a y percent return, the manager will have made x\*y percent return.&#x20;

Managers would essentially borrow from the vault with 0 cost of capital.&#x20;
{% endhint %}

### Liquidations

A typical margin position will get liquidated if the unrealized loss exceeds the position's margin. In RAMM, managers will not get liquidated. Instead, their loss will be only realized when either they try to redeem their position or when the instrument is resolved(where **`resolve`** function is triggered by the [validators](/ramm/participants/validators.md)). This is economically viable as the profit generated by the instrument is shared with the vault holders.&#x20;


---

# 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://limitless.gitbook.io/ramm/prediction-market-and-amm-technical/leverage-multiplier.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.
