> For the complete documentation index, see [llms.txt](https://docs.rain.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rain.fi/borrow.md).

# Borrow

The **Borrow Menu** in RainFi provides users with three straightforward options to access assets through borrowing:

1. [**Token**](/borrow/token.md)

   Borrow a variety of tokens by choosing a pool and providing the required collateral.
2. [**NFTs**](/borrow/nfts.md):

   Secure NFTs by offering collateral, giving users access to digital collectables and assets without upfront purchases.
3. [**Buy Now, Pay Later (BNPL)**](broken://pages/a2CcJdQygGNWsgHKPIJA):

   This option allows users to acquire assets by paying a portion upfront and deferring the remainder, along with interest, to a later date.

The menu is designed for simplicity and efficiency, enabling users to seamlessly choose the borrowing option that fits their needs.


---

# 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:

```
GET https://docs.rain.fi/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.
