> For the complete documentation index, see [llms.txt](https://vaultbook.gauntlet.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vaultbook.gauntlet.xyz/vaults/drift-vaults/drift-vaults-overview/our-approach-to-drift-strategies.md).

# Our Approach to Drift Strategies

Individual strategy vaults like hJLP form the foundational layer of our vault curation on Drift. These strategies are designed to mitigate risks associated with providing liquidity to Jupiter's perpetual exchange while maintaining attractive returns.

<figure><img src="/files/XaggAJL84kDBGyIG1bhC" alt=""><figcaption></figcaption></figure>

The Gauntlet Basis Alpha (GBA) strategy implements a portfolio view across all basis trades. Starting with allocations to hJLP, SOL LST, and BTC Basis Trades, it will continuously and autonomously rebalance based on real-time market conditions, considering funding rates, liquidity conditions, trading volumes, and historical performance patterns. This removes the need for active management while maintaining sophisticated optimization. New assets may be added in the future, [see here](https://app.drift.trade/?authority=J6hcyp5rAsb1h7Qwgk763X6e2WnHgZa489VCE5VXgHLT) for current allocations.

The Beta + GBA Overlay strategies maintain exposure while still capturing basis yields. By supplying SOL or BTC as collateral to borrow stables for GBA deployment, these vaults can earn incremental yield on supplied digital assets.

Together, they create a comprehensive approach to yield generation that adapts to different vault user preferences while maintaining consistent risk management standards.


---

# 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://vaultbook.gauntlet.xyz/vaults/drift-vaults/drift-vaults-overview/our-approach-to-drift-strategies.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.
