> For the complete documentation index, see [llms.txt](https://docs.bit5.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bit5.com/lending-and-borrowing/earn-interest-by-lending-bnb.md).

# Earn Interest by Lending BNB

With Bit5, you can earn interest by lending BNB to users who want to use their NFTs as collateral.

How does it work?

1. Browse the NFTs listed by borrowers and choose the one you want to lend to.
2. Make a loan offer to the NFT owner of your choice.
3. Define the terms, such as loan duration, interest rate, and repayment amount
4. When the borrower accepts your loan offer and terms, the BNB amount will be transferred from your wallet to the borrower's wallet.
5. Upon the borrower's repayment in accordance with the specified conditions, the BNB, along with your earned interest, will be deposited back into your wallet.

**What happens if they don’t repay the loan?**

If the borrower fails to pay the debt within the specified time limit, you can liquidate the NFT provided as collateral. Be sure to take this into consideration when making a loan offer. In order to be able to liquidate it at a reasonable price if the borrower defaults, make sure that your offer is worth the value of the NFT.


---

# 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.bit5.com/lending-and-borrowing/earn-interest-by-lending-bnb.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.
