> For the complete documentation index, see [llms.txt](https://docs.mey.network/mey-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mey.network/mey-network/mey-network-ecosystem/meyfi-platform/p2p-lending/risk-management-and-yield-opportunities.md).

# Risk Management and Yield Opportunities

Risk management is a critical component of the P2P lending process in the Mey Network. The platform employs several mechanisms to mitigate risks for both borrowers and lenders:

* **Collateralization via NFTs**

The use of real estate-backed NFTs as collateral provides a strong security layer for lenders. The value of the collateral is typically higher than the loan amount, ensuring that lenders are covered in case of default.

* **Custodial Oversight by Meey Finance**

Meey Finance’s role as the custodial party ensures that the real estate collateral is securely managed throughout the loan term.

This oversight adds an additional layer of protection for lenders, as Meey Finance will take responsibility for liquidating the property if necessary.

* **Smart Contracts**

The automation provided by smart contracts reduces the risk of human error and fraud, ensuring that all loan agreements are executed precisely as agreed.

This transparency and automation enhance trust between borrowers and lenders.

* **Loan-to-Value (LTV) Ratios**

The platform enforces conservative Loan-to-Value ratios, which limit the amount a borrower can receive relative to the value of the collateral.

This further protects lenders by ensuring that the collateral remains sufficient to cover the loan even in the event of market fluctuations.

* **Market Liquidity**

The tokenization of real estate into NFTs and the active marketplace for trading these NFTs provide liquidity options for lenders, allowing them to sell their loan positions if they need to exit before the loan term ends.


---

# 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.mey.network/mey-network/mey-network-ecosystem/meyfi-platform/p2p-lending/risk-management-and-yield-opportunities.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.
