# Key features

1. **P2P Loans** and **Bid** mechanic.
2. **Batch** of NFT and ERC20 assets.
3. **Borrower Option** to either **Hold-Till-Repayment-Date**; or allow **Claim** early if underwater.
   1. Hold-till-repayment-date --- serves as an option and deserves increased interest rates.
   2. Claim --- similar to liquidations in normal borrow-lend protocols.
   3. Implied swap if the borrower has no intention to repay.
4. **Social interactions** via counter offers and discussions about them, just like on a real live marketplace.

### Next steps

* Editable user profiles (twitter, user profile image, background)
* User score system
* Statistics regarding users (end of September)


---

# 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.bisaar.io/overview/key-features.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.
