# Defaulting on a Loan

If the borrower does not pay back the principal + interest at the end of the loan duration, the lender has the option of [seizing the asset.](/lenders-dapp-guide/lender-dashboard/seizing-assets-from-loan-defaults.md)

![](/files/CiBZgZCfSVFy1dFQ6d37)

Borrowers can repay their loan and reclaim their collateral up until the transaction block when a Lender initiates the SeizeAsset call to the NiftyApes smart contract.

{% content-ref url="/pages/60NuRRhdsJDoeN0aG2TB" %}
[Loan Default FAQ](/overview/loan-default-faq.md)
{% endcontent-ref %}


---

# 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/defaulting-on-a-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.
