> For the complete documentation index, see [llms.txt](https://docs.lends.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lends.so/products/p2p-lending.md).

# P2P Lending

***

## Lends Operating Model

\
Lends operates on a three-step model that prioritizes customization, security, and flexibility:

1. 🏦 **Lending Pool Creation**
2. 🔒 **Collateral Contribution**
3. 💰 **Repayment Period**

***

### For Lenders: Creating Your Lending Pool

\
As a lender on Lends, you're not just participating in the market – you're shaping it.\
\
**Steps to Create Your Lending Pool:**

1. **Define Your Terms:** Set your interest rate, loan duration, and other parameters.
2. **Seed Your Pool:** Allocate your chosen amount of lending capital.
3. **Launch Your Pool**: Make your customized lending opportunity available to borrowers.

{% hint style="info" %}
**💡Pro Tip:** Diversify your lending strategy by creating multiple pools with different terms to attract a wider range of borrowers.
{% endhint %}

***

### For Borrowers: Securing Your Loan

\
Borrowing on Lends is straightforward and secure.\
\
**How to Borrow:**

1. **Browse Lending Pools:** Find a pool that matches your needs.
2. **Contribute Collateral:** Secure your loan by depositing collateral into the chosen pool.
3. **Receive Your Loan:** Once your collateral is confirmed, your loan is issued.

{% hint style="success" %}
🔑 **Key Benefit:** With Lends, you can borrow without fear of sudden liquidations, giving you peace of mind and financial stability.
{% endhint %}

***

### The Repayment Journey

Lends offers a flexible repayment process that puts borrowers in control.\
\
**Repayment Options:**\
\
• **Full Repayment:** Return the entire loan amount plus interest to reclaim all your collateral.\
• **Default:** If you choose not to repay, you forfeit your collateral but keep the borrowed funds.

{% hint style="warning" %}
⚖️ **Balance:** Our partial repayment option allows you to manage your loan dynamically, adapting to your changing financial situation.
{% endhint %}

***


---

# 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://docs.lends.so/products/p2p-lending.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.
