# Loan Shifter

Loan Shifter is a tool for:

* One-click migration of CDPs (Collateralized-Debt Positions) from one DeFi lending protocol to another
* And/or simply doing **collateral swaps** or **debt swaps** (within the same protocol), all in one transaction.

To provide you a better understanding of the new value of your loan, the tool's dashboard will provide you with before and after calculations of:<br>

* Collateral change
* Borrow limit change
* Debt change
* Safety ratio change
* Borrow power used change

This ensures that you have a comprehensive overview of what your position will look like (in real time) before executing the shift.

{% hint style="warning" %}
*Shifting both collateral and debt assets at the same time is not possible.*
{% endhint %}

***

## Related Articles:

* [Use-case](https://help.defisaver.com/features/loan-shifter/use-case)
* [Fees](https://help.defisaver.com/features/loan-shifter/fees)
* [Compatibility](https://help.defisaver.com/features/loan-shifter/compatibility)


---

# 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/loan-shifter.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.
