> For the complete documentation index, see [llms.txt](https://mayz.gitbook.io/mayz-whitepaper-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mayz.gitbook.io/mayz-whitepaper-v2/mayz-protocol/technical-document/deposits-in-the-fund.md).

# Deposits in the Fund

Investors deposit certain amounts of tokens, depending on how many Investment Units they want to deposit.&#x20;

<br>

Let's assume a Fund with the following Investment Units:

<br>

100 of Token A

4 of Token B

1 of Token C

<br>

If a User wanted to deposit 5,000,000 Investment Units, he would have to supply the Fund:

<br>

Token A = 5,000,000,000 UI \* 100 = 500,000,000 of Token A

Token B = 5,000,000 UI \* 4 = 20,000,000 of Token B

Token C = 5,000,000,000 UI \* 1 = 5,000,000 of Token C

<br>

Tokens deposited in these proportions will become part of the underlying real assets of the Fund which will be held in the Deposit UTxOs at the address of the Fund Agreement. &#x20;

<br>

The Investor will receive uLP in return. 5,000,000 uLP (5 LPs) will be minted, of which a portion will go as commissions paid, and the other portion is what the Investor will receive. See Commission Payment

<br>

The Total UI Deposited, Total Commissions Paid, and Total UTxO Deposit Fee must be updated for each deposit.

Withdrawals from the Fund

<br>


---

# 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://mayz.gitbook.io/mayz-whitepaper-v2/mayz-protocol/technical-document/deposits-in-the-fund.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.
