# Defaults

### Borrower

#### Defaults are not liquidations. Defaulting is a choice made by the borrower&#x20;

[Defaults](/overview/vendor-finance-v1/definitions.md) are when a user forfeits their collateral to the lender. There are two reasons to why a borrower would do this:&#x20;

1. The borrower **forgets** to repay their loan by the [repayment due date](/overview/vendor-finance-v1/definitions.md), they will end up defaulting all of their collateral. They keep the whole loan.&#x20;
2. The borrower chooses to default. The borrowers collateral value may be below the value of the loan by the repayment due date (you can do this to hedge). It makes logical sense to not pay back the loan.&#x20;

{% hint style="info" %}
Please note, a borrower can repay pay a loan partially, they would then receive a partial amount of their collateral.&#x20;
{% endhint %}

### What about the lender?

The lender will receive all defaulted collateral [minus vendor fees ](broken://pages/bnNlGEvCR6708IKgt3Vs)of 3%. <br>

{% hint style="info" %}
:bulb:\
A protocol could lend out stablecoins for ETH if they want more exposure to ETH. By using Vendor Protocol they are setting a limit order to buy ETH from the borrowers at a predetermined price set by the [lend ratio](/overview/vendor-finance-v1/definitions.md)
{% endhint %}


---

# 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.vendor.finance/overview/vendor-finance-v1/defaults.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.
