# Lending and Borrowing

You can perform your borrowing and lending transactions with your NFTs at Bit5. Borrowing and lending transactions have their own unique steps, conditions and results. You can continue with any of these steps according factors such as loan tems.

{% hint style="info" %}
To perform these oparations, you must approve some risks for Lending and Borrowing transactions on your wallet. This is a one-time allowance. It warns you of the risks involved and asks you to confirm that you are willing to take these risks. After completing this step, you can continue with your transactions and revoke your consent at any time.
{% endhint %}

**The typical loan terms**

* Loan Value: The amount of BNB the lender is willing to lend.
* Repaymant Value: The amount of BNB the borrower has to repay, which consists of the amount borrowed and interest
* Duration: The specified amount of time for the borrower to repay the loan


---

# 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.bit5.com/lending-and-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.
