# EvoPay P2PBL (future)

## Overview

EvoPay is building a unique peer-to-peer borrowing and lending layer integrated directly into its bot interface, providing users with a seamless, transparent, and non-custodial way to manage short-term crypto liquidity needs. This system enables users to request or offer ETH loans either as secured or unsecured agreements, all handled privately with on-chain transparency and no third-party involvement.

Unlike traditional DeFi protocols that focus on lending pools or collateralized vaults, EvoPay is focused entirely on peer-to-peer interaction. Users can borrow directly from friends, KOLs, or community members, without needing to connect to complex DApps, open lending platforms, or lock funds into a public lending pool. It's a trust-minimized model with simplicity at its core.

In future versions, EvoPay will also build a pooled and aggregated lending marketplace. But for now, the emphasis is on enabling real users to lend to each other, in one click, through the bot, no browser, no DApp, no friction.

## Unsecured Lending

Users can request unsecured ETH loans from friends, KOLs, or any network participant. The borrower generates a request via the bot, which the lender can accept directly. Once approved, the lender transfers ETH to the borrower, and the bot records the transaction as a loan entry, including agreed repayment terms.

* Fully peer-to-peer
* No collateral required
* Loan records managed via bot receipts
* Optional reputation scoring in future versions

#### Secured Lending

For higher-value or trustless lending, EvoPay introduces a secured borrowing model:

1. The borrower selects the amount and chooses a token to lock as collateral.
2. The bot generates a vault smart contract that holds the collateral.
3. The lender reviews the vault, terms, and value ratio.
4. If accepted, the lender transfers ETH.
5. The smart contract manages repayment deadlines, interest rates, and automatic liquidation if needed.

* Collateral stored in vault contract
* Borrower cannot withdraw until loan is repaid
* Lender cannot access tokens unless default conditions are met
* Liquidation logic can be defined by time, oracle price, or static rules

## Features & Flexibility

* Tokenized loans and loan receipts for easy tracking
* Dynamic lending ratios (25% to 100%) based on borrower profile and collateral
* Optional expiration dates and delayed auto-release of tokens
* Fully non-custodial, on-chain recorded logic
* Telegram bot acts as front-end for loan requests, reminders, and status tracking

## Future Expansion

* NFT-based borrower reputation layer
* Secondary loan market (peer-to-peer trading of debt)
* Aggregated ETH lending pool with matching engine
* Integration of $EPAY for lower loan fees or governance over loan protocol rules
* On-chain dispute resolution modules

EvoPay's lending system is built to serve everyday users, fund-raisers, and communities who need fluid ETH movement without relying on third-party DeFi platforms. It's fast, flexible, and fully private, aligning with EvoPay's mission to make crypto usable for everyone.


---

# 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.evopay.me/evopay-p2pbl-future.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.
