# How do I add more collateral to my Liquid Leverage position while maintaining a 50/50 split?

In order to be eligible for Merkl rewards, your Liquid Leverage position needs to have a roughly 50/50 split of USDe and sUSDe in dollar value.

> As such, supplying more of one of the assets as collateral disrupts this balance, and might make you ineligible. \
> \
> This also means that you'd need to supply the other asset in a separate transaction, after calculating how much you need to add to maintain the 50/50 split.

DeFi Saver makes this process of topping up collateral in a Liquid Leverage position far easier. You can simply "re-run" the Liquid Leverage recipe you used to open the position, and it will simply supply the additional amount of collateral with the correct split:

<details>

<summary>Show me how:</summary>

Say you have an open Liquid Leverage position:

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

You have an additional 20,000 USDe you'd like to supply, but also ensure that you maintain the 50/50 split.

So, the first step would be to visit the Recipe Creator tool once more, and open up the Liquid Leverage recipe:

<figure><img src="/files/29S10WOW3VnH1DiqlQBn" alt=""><figcaption></figcaption></figure>

On the right-hand side, you'll see how your current position's collateral and debt balance change. Our recipe will take care of maintaining the 50/50 ratio of USDe and sUSDe.

With that in mind, you can click on "Execute":

<figure><img src="/files/0J7Sf9Cf1ZqxjdI6OQ51" alt=""><figcaption></figcaption></figure>

You'll also notice how the "Recipe completed pop-up" says "Positions changed:" and not that a new position was created.

So, if we now go back to our Liquid Leverage position, we can see:

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

We started with supplying 20,000 more USDe at 5x leverage, and got:

* 49,810 more USDe
* 42,166 more sUSDe

{% hint style="info" %}
*You're also able to use the Liquid Leverage recipe directly from your Aave position*
{% endhint %}

By opening your position and clicking the "Tools" icon, you'll find the "Liquid Leverage Boost" option:

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

Clicking it will open up the Liquid Leverage recipe pop-up:

<figure><img src="/files/5aerW1JXKsGKVY6kfnLH" alt=""><figcaption></figcaption></figure>

</details>

***

## Related Articles:

* [Ethena Liquid Leveraging on Aave in one transaction](https://help.defisaver.com/protocols/aave/ethena-liquid-leveraging-on-aave-in-one-transaction)
* [Claiming Merkl rewards for Liquid Leverage](https://help.defisaver.com/protocols/aave/ethena-liquid-leveraging-on-aave-in-one-transaction/claiming-merkl-rewards-for-liquid-leverage)
* [How to unwind a Liquid Leverage position](https://help.defisaver.com/protocols/aave/ethena-liquid-leveraging-on-aave-in-one-transaction/how-to-unwind-a-liquid-leverage-position)


---

# 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://help.defisaver.com/protocols/aave-v3/ethena-liquid-leveraging-on-aave-in-one-transaction/how-do-i-add-more-collateral-to-my-liquid-leverage-position-while-maintaining-a-50-50-split.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.
