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

# Liquidity Market

Hover provides a platform to allow your idle assets earn yield and work for you.\
\
Users can select any asset supported by the protocol and deposit it directly into Hover. These supplied assets are then lent out to other users, known as borrowers. The interest paid by borrowers generates yield for the suppliers. &#x20;

Hover’s protocol operates on an algorithmic basis, meaning only the original depositor and collateralized borrowers can withdraw funds. Assets can be withdrawn anytime, as long as they are not being used as collateral for an active loan.

***

Hover gives users the freedom to collateralize their deposited assets, allowing them to obtain a loan that accrues variable interest according to market demand. Unlike traditional loans, there are no fixed terms associated with Hover's lending service. Users have the liberty to repay the loan whenever they’d like, as long as their *Health Factor* stays above 1.

In the event the loan’s value drops below that of the collateral, the position would be liquidated and the funds are used to repay the depositors.


---

# 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.hover.market/liquidity-market.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.
