# How to Borrow Tokens?

First, Let's connect your wallet!

Step 1: Navigate to the Yield Aggregator menu

Step 2: Choose the token you want to borrow and click on its Borrow APR.

<figure><img src="/files/bq1xE8SJ63OsDGqz8YAT" alt="" width="482"><figcaption></figcaption></figure>

Step 3: On the Borrow list, select the most suitable deal.

* We display key deal details, including the protocol,Borrow APR,   collateral tokens and the liquidation point
* Click the Borrow button on your selected deal

<figure><img src="/files/ke8XH7gyKhCRQGgVy04T" alt="" width="493"><figcaption></figcaption></figure>

Step 4: On Borrow Screen (Each protocol will display different types of information) :

* Select the collateral token
* Enter the amount of collateral
* Enter the amount you want to borrow

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

* Click Borrow:
  * Note: Be cautious not to let the health factor value drop too low. Because The loan will be liquidated if the health factor reaches 1
* Sign the transaction on your wallet
  * ***Note: All transactions are built and interact directly with the smart contract of the protocol you select.***

Step 5: After the transaction is successfully signed:

* For Liqwid Protocol: You can modify the details of your borrow position right on the borrow list screen


---

# 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.dano.finance/how-to-use/guides/yield-aggregator/how-to-borrow-tokens.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.
