> For the complete documentation index, see [llms.txt](https://blend3.gitbook.io/blend-lending-protocol-for-btcfi-edufi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blend3.gitbook.io/blend-lending-protocol-for-btcfi-edufi/overview/what-is-blend/switch-and-repay-in-blend.md).

# Switch and Repay in Blend

### Introduction <a href="#introduction" id="introduction"></a>

In Blend you have the ability to switch your deposited assets, even the ones being used as collateral, to another asset. Blend also allows you to repay your debt/loans with your deposited collateral. More information can be found below.

### How do I switch my deposited asset? <a href="#how-do-i-switch-my-deposited-asset" id="how-do-i-switch-my-deposited-asset"></a>

In order to switch your assets you just need to go to the Switch section and follow these steps: - Select the asset you want to switch and the amount in the left side (From). - Select the asset you want to switch to in the right side (From) - Make sure to check the switch rate and check the slippage. You can edit it based on your preferences. Depending on the slippage, the expected rate might differ and the transaction might even fail if you set it too low. After this click on Continue. - In the next step you will need to send the approval and submit the transaction. The approval transaction will only be required the 1st time you do this step, unless you revoke the approval. - Make sure to have enough BTC for the transaction cost. After sending both transactions your switch will be complete.

### How do I repay with my collateral/deposits? <a href="#how-do-i-repay-with-my-collateral-deposits" id="how-do-i-repay-with-my-collateral-deposits"></a>

In order to repay with your assets you just need to go to the Dashboard and follow these steps: - Click on repay on the debt you want to repay. - Choose repay "With your current collateral" - Select the asset you want to repay and amount in the left side (Borrowed Asset). - Select the asset you want to use to repay to in the right side (Select Collateral) - Make sure to check the switch rate and check the slippage. You can edit it based on your preferences. Depending on the slippage, the expected might differ and the transaction might even fail if you set it too low. After this click on Continue. - In the next step you need to send the approval and submit the transaction. The approval transaction will only be required the 1st time you do this step, unless you revoke the approval. - Make sure to have enough BTC for the transaction cost. After sending both transactions your repayment will be done.


---

# 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://blend3.gitbook.io/blend-lending-protocol-for-btcfi-edufi/overview/what-is-blend/switch-and-repay-in-blend.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.
