# How to borrow

1. Connect your wallet: sign in via the Keeper Wallet browser extension or via WX Network. If you don't have a wallet on the Waves blockchain, [create one](/guidebook/get-started-on-waves/create-wallet.md).
2. Under **All assets** headline, select an asset you'd like to supply as collateral and click **Supply**.
3. Enter the amount. Click **Supply** and confirm the transaction.
4. Under **All assets** headline, select an asset you need and click **Borrow**.
5. Enter the amount. Click **Withdraw** and confirm the transaction.

Your debt permanently increases due to the accrued interest.&#x20;

{% hint style="warning" %}
The interest rate you pay is not constant: it changes depending on the supply and demand ratio of the asset.
{% endhint %}


---

# 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://puzzle-lend.gitbook.io/guidebook/borrowers-guide/how-to-borrow.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.
