# Collateral opt-out

A user may decide to supply an asset to lend but not utilize it as part of their collateralization position.

In order for a user to opt-out of using their assets as collateral, navigate to the dashboard and within the supply section, you can toggle on or off the asset you supplied as collateral.

<figure><img src="/files/WxhRFQ5xZspogOvG6Igc" alt=""><figcaption><p>Example on where to opting-out toggle is.</p></figcaption></figure>

When supplying to Replete through the user interface the collateralization of assets is set to on.&#x20;

{% hint style="danger" %}
Opting out of using a position for collateral can influence your borrow position and health factor, which may trigger liquidation.
{% endhint %}


---

# 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://docs.replete.fi/core-functions/supply/collateral-opt-out.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.
