# Debt Swap

Debt Swap allows you to swap the underlying debt within a position. You may want to do this to refinance your debt and obtain a better rate. In more complex scenarios you could utilize this strategy to execute a short. **See:** [**Using Strategies to short an Asset**](/strategies/alternative-strategies.md#h_64bf41a334)

### Debt Swap

When using Debt swap you select one of your existing debts and then select a new asset to swap that debt into.

**Debt Swap Example --**&#x20;

In this position there is only WBTC debt so the UI has selected the WBTC. If you have debts in multiple assets you could click the WBTC icon on the right side panel to select another debt.

![](/files/91ReOzvwFm15JGUN2Q9M)

The UI has started with DAI selected but we can change this by selecting the DAI icon. In this case we want to swap the WBTC debt into USDC debt.

![](/files/9NaxaletiPJIiklt4CtM)

Once you selected the desired assets now you can enter the amount of debt you want to swap.


---

# 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://guides.instadapp.io/strategies/debt-swap.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.
