> For the complete documentation index, see [llms.txt](https://docs.evopay.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.evopay.me/roadmap/p2pbl-and-utility-expansion-layer.md).

# P2PBL & Utility Expansion Layer

## Phase 3

* Deployment of Peer-to-Peer Lending and Borrowing infrastructure
  * Unsecured lending: request-based ETH transfers with transaction tracking and repayment agreements
  * Secured lending: token collateral locking, variable interest rates, and automated smart contract enforcement
  * Loan customization: user-defined terms, repayment schedules, and security triggers (e.g. liquidation)
  * Built-in tracking via Telegram bot with real-time alerts and repayment stats
* Full release of EvoPay AI Agent with automated financial planning, goal setting, budget enforcement, and savings recommendations
* Multi-language support for key regions, enabling localized bot experiences
* NFT-based username ID system with optional verification and reputation layers
* Introduction of fiat on-ramp services via 3rd-party partners to enable easier access to the EvoPay ecosystem
* Launch of upgraded privacy routing system with enhanced relay mechanisms and customizable sender anonymization
* Merchant dashboard rollout to onboard small businesses, content creators, and service providers to accept and manage crypto payments


---

# 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.evopay.me/roadmap/p2pbl-and-utility-expansion-layer.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.
