# Definition

The Investment Unit or IU of a Fund will consist of a list of tokens and the amount of each token and will be the unit of measure for making deposits and withdrawals in a Fund.

<br>

The LP will be a token specific to each Fund. It will be minted upon receipt of new deposits and burned upon withdrawal from the Fund. The Investment Unit is the logical representation of the unit of value of a Fund, and the LP is its actual representation. LP amounts will be minted and burned proportional to the amounts of Investment Units being deposited or withdrawn respectively.

\ <br>

For example, an Investment Unit could be equal to:

<br>

* 100 of Token A
* 4 of Token B
* 1 of Token C

<br>

Fractional amounts may not be deposited or withdrawn from this Investment Unit because it is possible that some token forming the IU may not be divisible in the same way. In the above example, Token C may not be divisible in any way with an integer result.&#x20;

<br>

The UI will ideally have a value in ADA so small that instead of thinking about fractioning it we will very often be handling its quantities by thousands or millions.

<br>

To facilitate the operation with the amounts of UI deposited and withdrawn and the LP minted or burned, there will be the uLP token so that 1 LP will be equivalent to 1,000,000 uLP. The LP unit will be only a nomenclature to facilitate the understanding of the quantities visually, but internally only the uLP unit will be used. They will function the same as the ADA unit and the Lovelace unit. The amounts of UI deposited or withdrawn will be 1:1 with the uLP token.

These will be the conversions:<br>

* UI and uLP will be equivalent (1:1) in quantity and value in ADA.
* 1,000,000 uLP = 1 LP&#x20;

We may, for example, deposit or withdraw 1,600,000 UI, equivalent to 1,600,000 uLP or 1.6 LP.

\ <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/investment-unit-lp-and-ulp-token/definition.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.
