# Position Flip

Position Flip is a tool that works similarly to collateral and debt switch - where it's set up to flip the collateral and debt asset in your position.&#x20;

With this tool, you can easily go from a long position to a short one and vice-versa.

<details>

<summary>Show me how:</summary>

Say we have a long ETH position where we leveraged at 3x and have:

* 29.94 ETH collateral
* 77,227  &#x20;USDC debt

As long as ETH's price keeps going up, we're in profit.&#x20;

However, if ETH's price starts falling, we're in danger of being at a loss if it disp below our entry point.

If you expect ETH's price to keep falling after a local top - you can capitalize on this and move from your original long position into a short one.

Simply visit the (in this case) Aave dashboard, and open the "Shift" tab:

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

Then, open "Position Flip", and then click "Open Position Flip". This will open a new pop-up window:

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

Everything will already be set up to flip your position - and you'll also have the option to set the slippage limit, along with a preview of what your position's metrics will look like after the flip.

When you're ready, click "Flip", sign the transaction, and you'll move from a long position to a short one in a single transaction.

Once you think ETH's price has reached its local bottom, simply re-use Position Flip to move back into a long position.

{% hint style="info" %}
*Position flip will keep the same values (minus fees) of your original collateral and debt, and will only change the actual asset that they're in.*
{% endhint %}

</details>

> This tool is only available on Aave v3 and Spark across all available chains on DeFi Saver.<br>
>
> It's available for positions on both EOAs and Smart Wallets

Position Flip has the standard DeFi Saver fee associated with complex transactions including swaps.

***

## Related Articles:

* [DeFi Saver fees](https://help.defisaver.com/general/what-is-defi-saver/defi-saver-fees)
* [Collateral & Debt Switch](https://help.defisaver.com/features/collateral-and-debt-switch)
* [Loan Shifter](https://help.defisaver.com/features/loan-shifter)


---

# 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/features/collateral-and-debt-switch/position-flip.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.
