> For the complete documentation index, see [llms.txt](https://help.defisaver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.defisaver.com/protocols/hyperliquid/hedging-your-aave-spark-position-with-hyperliquid.md).

# Hedging your Aave/Spark position with Hyperliquid

DeFi Saver provides you with the option of Hedging your Aave/Spark position by opening a perp position that's in a opposite direction of your current position.

The process is pretty straightforward, as you can access the option directly through the protocol's dashboard:

<details>

<summary>Show me how:</summary>

The first step would be to open the protocol dashboard:

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

Click on the "Hedge" tab and the on the "Hedge" button:

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

From here, you'll have two options:

* Using funds from your wallet to Hedge
* Borrowing debt from your position to fund the Hedge

You'll get a preview of both the Hyperliquid position, as well as the impact this would have on your Aave/Spark position.

When everything looks good to go, simply click "Hedge" - and the position will be visible on the "Portfolio" page, as well as visible when opening the Hyperliquid dashboard on DeFi Saver.

</details>

For more information on how you can further manage your newly opened Hyperliquid perp position, please refer to our detailed guide of the Hyperliquid dashboard.

***

## Related Articles:

* [Hyperliquid](https://help.defisaver.com/protocols/hyperliquid)
* [Dashboard & Use-Case](https://help.defisaver.com/protocols/hyperliquid/dashboard-and-use-case)
* [Fees](https://help.defisaver.com/protocols/hyperliquid/fees)
* [How does Hyperliquid on DeFI Saver differ from direct usage?](https://help.defisaver.com/protocols/hyperliquid/how-does-hyperliquid-on-defisaver-differ-from-direct-usage)
* [What are perps (perpetuals)](https://help.defisaver.com/protocols/hyperliquid/what-are-perps-perpetuals)


---

# 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://help.defisaver.com/protocols/hyperliquid/hedging-your-aave-spark-position-with-hyperliquid.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.
