# Borrowing

A user may want exposure on their current asset appreciating (going long) while looking to enter another position with additional capital.&#x20;

{% hint style="info" %}
To borrow, enable supplied assets to be used as collateral
{% endhint %}

1. Click on the MARKETS tab on the menu and click on "Borrow"
2. Select the type of asset from the drop box menu in the "Borrow" dashboard
3. Enter the desired amount to borrow and click "Borrow"&#x20;
4. Once the transaction is confirmed, the borrow is successful and it starts accruing payable interest

![](/files/FvncKnZP3EcQoRk48jdu)

## Repay:

Enter the amount that you want to repay.\
**Note:** You can use ***Max*** if you want to fully repay your borrow *(loan).*

![](/files/RldyKLTMSxGwLMgIBI2i)


---

# 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://bodh-finance.gitbook.io/bodh-finance/protocol-core/borrowing.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.
