> 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/return-assets.md).

# Return Assets

On Nitron, you can borrow assets without actual ownership at a low interest rate. You can return the borrowed assets at any given time.

Follow these steps to return your borrowed assets:

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

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

The Nitron page opens up as shown below.

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

**Step 2:** Under the “You’ve Borrowed” window, you can view all assets that you have borrowed at any given time. For example, the SWTH token was initially borrowed at an interest rate of 10.93%.

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

**Step 3:** Click the “Return” button on the desired borrowed asset. The “Return” page opens up as shown below.

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

**Step 4:** Enter the desired amount that you wish to return. Use the dropdown menu to select the asset that you wish to use to repay your loan.

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

**Step 5:** Click the “Return” button to return the borrowed amount.

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

Congratulations! You have successfully returned the borrowed asset.


---

# 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/return-assets.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.
