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