# Borrow Page

Borrowers can connect their wallet to view what loan offers are available for their NFTs on NiftyApes.

![](/files/LVZXmZUlAjxNMHt8JOG7)

NFTs without offers are also displayed.

![](/files/iw2yNpshViZGGzUu1ULN)

The NiftyApes frontend is lightly opinionated. That means we're displaying what the dApp determines to be the top offer on NiftyApes, surfacing the **Lowest APRs** first.&#x20;

Borrowers can also view **all offers** available to each asset by clicking on the **"View All Offers"** link on each NF&#x54;**,** and sort offers based on **Amount,** **Duration,** or **APR**.

![Any offer in the offerbook can be borrowed against as the lender has enough liquidity to serve it. All offers without backing liquidity are hidden from the borrower. ](/files/y4aNhbynUhMM90Wi29if)


---

# 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.niftyapes.money/borrowers-dapp-guide/borrow-page.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.
