# Accepting loan offers

Accepting offers allows borrowers to agree to the loan terms proposed by lenders. Once a lender makes an offer on your listed NFT, you have the option to review and accept the offer, initiating the loan process. This guide provides a step-by-step walkthrough of how to accept offers on NFTfi.

{% embed url="<https://www.youtube.com/watch?v=jqsPn3OlORg>" %}

1. Navigate to 'Get a Loan', then '[Offers received](https://app.nftfi.com/borrow/offers)'. Here, you'll see all the loan offers made by lenders. Select the NFT you want to review offers for to view the listing.
2. On the listing page, you can review the terms of all offers and then choose the one that best suits your needs.&#x20;

<figure><img src="/files/TpiqzBsON87WLDCULm1b" alt="" width="375"><figcaption></figcaption></figure>

3. Click on 'Accept Offer' for your chosen loan.
4. If you agree with the terms of the loan, click ‘Yes’, and then ‘Sign’ on the next popup.
5. Confirm the transaction in your wallet. This will transfer your NFT to the NFTfi escrow contract and credit the loan amount to your wallet.
6. After confirming the transaction, you can check the status of your loan in the 'Loans' section of your profile. The loan status should now show as ‘Escrow’.

<figure><img src="/files/8gNKljk5Q5dxZreJg9xx" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.nftfi.com/borrow/accepting-loan-offers.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.
