# Introduction

Hashstack allows users to take under-collateralized loans. The loans can be spent on various dapps like AMMs, Vaults, DEXs allowing you to increase your capital efficiency. The project broadly contains the following stakeholders:

1. Suppliers
2. Borrowers
3. Liquidators

We first discuss about how the deposits and borrows are handled in the system. The system has a provision to spend the loan on pre-configured integrations, which we call as Layer-3 (L3) Integrations. The loans given to users stay within the Open protocol and users have the right to spend these loans on supported integrations via Open.&#x20;

The profit or loss made through spending on these integrations is on the user and Open shall recover the loan anytime by liquidating the collateral if the loan falls below a certain threshold. Any user is allowed a maximum debt of 5x the collateral. This is to ensure proper risk management and protection of user deposits/supplies.


---

# 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.hashstack.finance/developers/introduction.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.
