> For the complete documentation index, see [llms.txt](https://tradewithonyx.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tradewithonyx.gitbook.io/docs/boosted-framework/boosted-leverage.md).

# Boosted Leverage

### Overview

\
Onyx supports perpetual markets with **boosted leverage** on select pairs — up to **100x on core perpetuals** and **select HIP-3 pairs**. This provides traders with more expressive tools to deploy capital efficiently when conviction and structure align.

Boosted leverage is enabled through an **independent margin system** that operates adjacent to execution venues. This architecture expands capital efficiency without modifying the underlying matching engine or liquidity layer of Hyperliquid.

<figure><img src="/files/05o02eQvgzptydKC2DRt" alt=""><figcaption></figcaption></figure>

Boosted pairs can be identified by the <img src="/files/U7KMdkZpr9UF7Sq0hSXg" alt="" data-size="line"> symbol. This is symbol is utilized all over the terminal panels to demarcate that an asset with Boosted leverage is being traded. The maximum available leverage for each pair is displayed alongside the pair name.

<figure><img src="/files/Rgh6w6ktH4u45gZN9WiK" alt="" width="375"><figcaption></figcaption></figure>

Boosted leverage is clearly demarcated by the <img src="/files/veoW5YnwDqhduDmzVSsn" alt="" data-size="line"> symbol within the leverage selector and displayed separately from the base Hyperliquid leverage range. Boosted leverages are visually highlighted, making the transition from standard Hyperliquid leverage to boosted leverage immediately distinguishable.

***

### Supported Markets

Boosted leverage is available on:

**Core Perpetual Pairs**&#x20;

* BTC - 100x leverage
* ETH -  70x leverage
* SOL - 50x leverage
* HYPE - 20x leverage

**Select HIP-3 Pairs**&#x20;

* S\&P 500 - 100x leverage
* XYZ100 - 50x leverage
* NVDA - 25x leverage&#x20;
* XPL - 20x leverage
* GOOGL - 25x leverage

Additional pairs forthcoming. Pairs not supported for boosted leverage will operate under standard leverage limits.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://tradewithonyx.gitbook.io/docs/boosted-framework/boosted-leverage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
