> For the complete documentation index, see [llms.txt](https://docs.niftyapes.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.niftyapes.money/borrowers-dapp-guide/borrow-page/initiating-the-loan.md).

# Initiating the Loan

Borrowers can initiate the loan from either the top-level or Offer Book Details page.

![](/files/qbdb0id6j8yek6czEX7Q)

Once clicked, the borrower is taken to a loan details page. Here, the terms of the loan are displayed as well as an estimation of the *total* interest the borrower could owe at the end of the loan.

![](/files/KPMAWuL6jejZZl2kj7xU)

Borrowers will first be prompted to approve the NiftyApes smart contracts to transfer their NFT token.&#x20;

Once the approval transaction is confirmed, they are able to initiate the loan.

![](/files/i3XlYA4RXvHag0qO7x4e)

When the loan is executed, the collateral is locked in the NiftyApes smart contract, and the liquidity  is sent to the borrower's wallet in a single transaction.

Borrowers can view all active loans from the [Borrower Dashboard](/borrowers-dapp-guide/borrower-dashboard.md).


---

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