> For the complete documentation index, see [llms.txt](https://docs.de.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.de.fi/dashboard/the-defi-dashboard/lending.md).

# Lending

If you're utilizing any lending markets, you'll be able to use our lending page to quickly view all your investments in one place.

## Checking Your Collateral

At the top of the page you can see the total amount you have provided as collateral, as well as the amounts you have borrowed:

![Lending Summary](/files/epMH1yvFHN4awY5wuUwM)

This can be a quick way to check that your collateral is in check. If the 'Net Worth' value is lower than you expected, you might want to check that your collateral didn't lose too much value, otherwise you could risk liquidations on any platform you have assets in.

## Viewing Your Positions

Scrolling down to the page's main content, you'll see details of any of your positions in lending markets of any of the blockchains we have support for. For example, below is an Aave V2 position on Polygon:

![Aave V2 Position on Polygon](/files/2VSOqZqiRqLvNsp6o308)

For every one of the protocols you are interacting with, you'll be able to see all the tokens you have supplied, along with their current values and respective yields. Furthermore, any tokens you have borrowed will be displayed below alongside their interest, as well as any rewards that you can claim.


---

# 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://docs.de.fi/dashboard/the-defi-dashboard/lending.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.
