> For the complete documentation index, see [llms.txt](https://guides.instadapp.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.instadapp.io/strategies/debt-swap.md).

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