> For the complete documentation index, see [llms.txt](https://lenfi.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lenfi.gitbook.io/docs/lenfi-v1-protocol/lenfi-p2p-aada-v1/how-to-use-the-platform/menu/market/create-a-request.md).

# Create a request

Creating a request requires the user to connect their wallet to be able to interact with the Lenfi P2P (Aada V1) dApp.

<img src="https://lh5.googleusercontent.com/ffVrAqYzkdBEiRnQ8A8PHB5EiDhuGqi21uaICFxWMP-FXt5uNYnCNMIFKOSXKqAvKHdc4Imjd_08aK_tJrhpzq1XYHlTit7eglnJjlf2H6_Jj-TNvd1qD1ol8WGicHu1Hk_nJHLVt2nd9DotZjkpf-dGfp748e1MGxWzgLRH0a0n12uDtCrI7uko-rNi" alt="" data-size="line">

After connecting their wallet to the protocol, users must navigate to the **CREATE REQUEST** button at the top right corner of the loan request menu in the **MARKET** tab. By hitting the button, a pop-out window opens, allowing them to create a loan request with fully customizable parameters. Here are the key specifications of every loan request:

**Step 1: Loan type**. The user must choose the type of loan request to submit. Choosing the **Request liquidity** will allow the user to submit a borrower request, while choosing **Deposit liquidity** will enable submitting an offer as a lender.

![](https://lh5.googleusercontent.com/8JtbN7Y26zLOtf8hJrRq9xVeWljRrylhkqxWg9DKimNAu5wEuvcieUg7nHECFJj89w_7GnJk7a2XiW5N9R11-x8bIw75BIpqcmyt8mH2gOFa6Wr9ivHZe6CjjMRQtWNEYE7h-u-_da4kBhYrSt3cJKzzbdGojKwodTFIWLosxXTeu60Wm5tCHY-CvFiH)

**Step 2: Loan details.** After choosing the loan request type, the user can choose the token type and the amount to lend/borrow.

![](https://lh4.googleusercontent.com/oYhOMcgggk4_1sZNaBmJ978lxIVrH_ML7RBOVnfhMYxziWlFs3EioBObfX2816YAv5D3MFkqUhQ9lpytz70419loFXqxhqTZpzcAdLi3rOk9b09ef0OsvAjatYwJo_oIn-50I7iXnUYc_krigKpl5xU4asqATG3Ncg4E-jFakaSyiHMc2qJ5n7pVo2Hy)

![](https://lh5.googleusercontent.com/Dr8BnvGXl5iX15AX38yu5OQ2bAieu8BCOQ_SYm4GHu1Tv71QoPgjHGg5NqYxxoNINZlY53s0GCbrRz7Qp2AfOtfdeaeMt_wCuOF6nFKXnPwmwb6XC_asKWlMm2ThmmEOEeV5fasAlhyHNCmqGxfXDoG1tF-JIjWZ-HeSxn6wvn-m3JniCnaXbEA3oSKc)

**Step 3: Interest details.** The user must fill in the loan term parameters in days and hours. The dApp will then suggest a feasible **Interest** to ensure the loan is healthy. The **Interest** is payable in ADA or LENFI. The specified amount is paid when the **Borrower** returns the loan.

![](https://lh3.googleusercontent.com/Sq6ldxWPGHp7w3VnWwwZc_8Smv0LIPdRQzselWiA_5JNgheeDZEhBuhCIEjObV4wKD9pppBV44_kCvrxvqEJRY7TbqL1JGfWrJNO8Yp4LTCCp9dJApsJdcdsHNb9oc1MgYk_SRPrHsMkiFSt17AJgNzpK81bp7md7IMTY0YLsIrdjJUOkuLXCyAJsTDI)

**Step 4: Collateral.** The user sets the desired token and the collateral amount . The dApp provides a recommended amount for greater ease of use. If the collateral is below 1.0 **Health Factor**, the app doesn’t let it proceed. In addition, the user can set a loan expiration date, which will remove the request from the market after a certain period.&#x20;

![](https://lh5.googleusercontent.com/Uu6e_rocxFG9rTI_XFmaOjeHK0NTttUEcsrTMpDz7WHa-riunJFnsoJEHD9Q0S3MBjwZehNygvXoq8WjfkkZ8hqvDBZf9X2qdmPl9UJeIlk42zHFcp03-YK6YKPJK-r6b0dRiRVCzRQD_XXpsFkF6o4AIbcdfe8SGoZCYLNoPogU-1elZld2_nQhGeRf)

**Step 5: Confirmation window.** The user can double-check the request parameters. When ready, the same can press the **Confirm** button and trigger the wallet pop-up to sign the transaction.

![](https://lh6.googleusercontent.com/9-yYEKpvIChRdg4CvI1xJP0Kvt9EWi_G3QqXe8Kf5ISq7iauj5otiGsJ69t0kfarbqxFnld0r4FxlwniysOSGNMi48Xw7HQMMpRrqN4gU3DV3iiqU_ouWeUr9K-nMIEc1KWu6pjFATcBCGhbDPhg15OADbUpqPz8HQEAMgdrmEhKfrxo9wk9fDAPKfaO)\ <br>


---

# 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://lenfi.gitbook.io/docs/lenfi-v1-protocol/lenfi-p2p-aada-v1/how-to-use-the-platform/menu/market/create-a-request.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.
