> For the complete documentation index, see [llms.txt](https://guide.dem.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.dem.exchange/earn/nitron-lend-and-borrow/walkthroughs/edit-collateral.md).

# Edit Collateral

On Nitron, in order to borrow and mint assets, you must hold a certain amount of collateral to do so.&#x20;

At any point of time, you can edit (i.e. add or remove) collateral. In the event that your health factor is too low and at a risk of liquidation, you can add collateral to stabilise your health factor.

Before you edit your collateral, please refer to [this section ](https://guide.dem.exchange/products/nitron/glossary#collateral)to understand this can affect your health factor.&#x20;

Follow these steps to edit your collateral:

**Step 1:** Launch Demex, click “Earn” in the navigation menu and click “Nitron” under the dropdown bar.

<figure><img src="/files/iAw42Q4uE0qtGTHEYp1d" alt=""><figcaption></figcaption></figure>

The Nitron page opens up as shown below.

<figure><img src="/files/If7vphKfnGgdleY7yzLk" alt=""><figcaption></figcaption></figure>

**Step 2:** Under the “You’re Lending” window, you can view all assets that you can have lent out at any given time. You can also view how much you have locked in as your collateral out of your total lent amount.

<figure><img src="/files/6NgfcYpeRhlLMrmZNV2R" alt=""><figcaption></figcaption></figure>

Click on the collateral ➕ or ➖ sign on the asset of which you wish to edit your collateral holdings. For example, here we wish to remove SWTH from our collateral holdings.

<figure><img src="/files/SXeamGpJ1ddj8yUXBOFy" alt=""><figcaption></figcaption></figure>

**Step 3:** Input the desired amount of collateral that you would like to add or remove accordingly.

<figure><img src="/files/2JCP6ZKg1n0XXq4xA6qB" alt=""><figcaption></figcaption></figure>

On inputting this amount, you will see the change in collateral and it’s impact on your health factor as shown below.

**Step 4:** Click on the “Remove” button.

<figure><img src="/files/MPZlrmfaMpVj363Flx7w" alt=""><figcaption></figcaption></figure>

Congratulations! You have successfully edited your collateral.


---

# 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://guide.dem.exchange/earn/nitron-lend-and-borrow/walkthroughs/edit-collateral.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.
