> For the complete documentation index, see [llms.txt](https://docs.hashstack.finance/hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hashstack.finance/hub/how-to-use-hashstack-v1/borrow.md).

# Borrow

Let’s take a look at how we can borrow from the protocol:

1. On the mainnet's dashboard screen, you will find a dedicated section exclusively for borrowing. Simply click on the "Borrow" button to explore a variety of borrowing options available to you.

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

2. Simply click on the "Borrow" button to explore a variety of borrowing options available to you.

<figure><img src="/files/1e2ljwaEVYxSSVN5nec1" alt=""><figcaption></figcaption></figure>

3. Choose the collateral token, set the collateral amount, select the borrow market and enter the borrow amount.

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

4. Scroll down and click "Borrow" to complete the process.

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

4. Confirm the borrowing process by signing the transaction.

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

5. If there are no issues, then it will showcase the success notification

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

### Video tutorial

{% embed url="<https://www.youtube.com/watch?index=13&list=PLblZGyoIK7LoaODRn52pjFsqqiA46fGeg&v=0HcRVfxl-d0>" %}


---

# 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.hashstack.finance/hub/how-to-use-hashstack-v1/borrow.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.
