# GoatNFT Borrower (Renting NFTs)

* Choosing Rental Period: Borrowers select the specific duration (in days/time) for which they wish to rent an NFT.
* Price Calculation: Once the rental period is set, the rental price is automatically calculated.
* Adding Collateral to Price: The NFT's collateral value is added to the rental price to determine the total cost.
* Payment and Escrow: The total rental fee, including the NFT price, is deducted from the borrower's wallet/balance, which acts as an escrow.
* Transaction and NFT Transfer: Following a successful transaction, the NFT is transferred to the borrower.
* Collateral Return: The collateral provided by the borrower is held and then returned once the NFT is successfully returned to the lender.
* Forfeiture of Collateral: If the NFT is not returned within the agreed time, the borrower forfeits the collateral, which is then transferred to the lender.

Through this structured approach, GoatNFT facilitates a secure and efficient environment for both lending and renting NFTs, ensuring clarity and safety for all parties involved in the transaction.

<br>


---

# 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://nftgogogo.gitbook.io/goatnft/how-goatnft-works/goatnft-borrower-renting-nfts.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.
