# Leverage

Leverage levels for Goldlink’s strategies are calculated based on backtesting of strategy performance and risk factors associated with the strategy and protocol. Based on initial position size, we model liquidation events across all available assets to determine conservative leverage levels that will guarantee a non-negative impact on a borrower’s collateral, provided their position is closed by Goldlink.

The model outputs across currently available assets are as follows:

<table><thead><tr><th width="270">Strategy</th><th>Max Open Leverage</th><th>Max Leverage</th></tr></thead><tbody><tr><td>GMX Funding Rate Farming</td><td>4x</td><td>5x</td></tr></tbody></table>


---

# 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.goldlink.io/risk/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.
