> For the complete documentation index, see [llms.txt](https://defi-for-you.gitbook.io/faq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://defi-for-you.gitbook.io/faq/list/p2p/loan-packages.md).

# Loan packages

**1. Loan package definition**

Loan package is the packages which pawnshops publish in the market. Borrowers can send collateral for their loan amount to these packages. The contract between Lender and Borrower will be generated automatically or needing negotiation depending on the types of loan packages.

**2. How many loan package types are there?**

There are three now at Defi for You:

1. Auto package: When Borrowers send Collateral, the contract is generated immediately by the system.
2. Semi-auto package: When Borrowers send Collateral, Pawnshop will make consideration on the collaterals to see if it matches with their initial requirements, then they can Accept/Reject. If Pawnshop accepts the request from borrower, the contract is generated, if not, nothing happens between Borrower and Pawnshop.
3. Negotiation package: When Borrower send Collateral, Pawnshop will send you Offers, Borrowers can Accept/Reject the offer.

**3. When can I create these loan packages?**

You can create these loan packages when you register for Pawnshop successfully (See more in [Lending](/faq/list/p2p/lending.md))

**4. How to create Loan packages (A step - by - step guide)**

Step 1: Log in and connect wallet, after that click on \[**My Account**]

![](/files/-Mj7cwhPEkISkQjbLUgC)

Step 2: Open Settings & Packages in Lender profile from Side menu, then click on New Loan Packages

![](/files/-Mj7d-T05DiRYxmJGHMV)

Step 3: Complete all required fields in the loan package form below. Notes:  More information about **Loan to value** and **Liquidation threshold** can be found in  [LTV& LTV liquidation threshold](/faq/list/p2p/ltv-and-ltv-liquidation-threshold.md)

![](/files/-Mj7d3Y-bi4blxmCKZ_V)

Step 4: After creating and confirming on wallet extension or D-app successfully, a new loan package is created. The newly created loan package can be found by anyone in the Defi For You platform.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://defi-for-you.gitbook.io/faq/list/p2p/loan-packages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
