# Escrow Service

Another essential role is the Fund Escrow (FE), which will be in charge of investing on behalf of the fund investor. The FE has to follow these steps:

1\) Receives funds from the investor

2\) Performs the deposit transaction into the Portfolio Management Smart Contract (PMSC)

3\) Gets the accordingly LP token from the SC

4\) Sends it to the investor to complete the operation

It's worth noting that any user can interact directly with the PMSC. The escrow service goal is to ease that process, providing that the investing transaction can be complicated, costly, and time-consuming. To become an accredited escrow, MAYZ must be staked to provide an incentive for honest behavior.


---

# 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://mayz.gitbook.io/mayz-whitepaper-v2/introduction/how-does-mayz-work/escrow-service.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.
