# Types of Members

* *MAYZ Fund Manager:* this role creates and manages MAYZ funds. It requires staking MAYZ into the creator fund smart contract (CFSM).

* *Investor:* this is the customer's protocol. This role does not require holding MAYZ tokens. Only holds LP tokens from the protocol's funds.

* *MAYZ Escrow:* this role provides services to investors. It helps them mint LP tokens from the funds.

* *MAYZ Governance Members:* this role participates in MAYZ governance. It can make and vote on proposals. It requires holding & staking MAYZ into the MAYZ governance smart contract (MGSC).


---

# 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/types-of-members.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.
