# Investment Unit, LP Token and uLP Token Value

The ADA value of a token is it's average buy/sell ADA price of all the different exchanges offering that exchange. The ADA value of each token will be calculated and provided by the Oracle Contract.&#x20;

<br>

We will only use the term value of a token, Investment Unit, LP token, or Fund, but we will be referring to its ADA value.

<br>

From the value of each token forming the Investment Unit, its value can be calculated.&#x20;

<br>

For example, in the following Investment Unit:

<br>

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

<br>

Its value would be calculated as follows:

<br>

The value of the tokens:

<br>

* Token A = 1 Lovelace
* Token B = 5 Lovelace
* Token C = 20 Lovelace

<br>

The value of the Investment Unit:

<br>

* Token A = 1 \* 100 = 100 Lovelace
* Token B = 5 \* 4 = 20 Lovelace
* Token C = 20 \* 1 = 20 Lovelace

<br>

The sum of the values of the tokens that make up the Investment Unit gives us its value, in this case:

<br>

* UI value = 100 + 20 + 20 =  140 Lovelace

<br>

In turn, the uLP token has a 1:1 parity with the Investment Unit; therefore the Lovelace value of the uLP token in this example Fund would be:

<br>

* Value of the uLP token = Value of the UI = 140 Lovelace

<br>

Finally, recall that 1 LP = 1,000,000 uLP, so in LP value:

<br>

* Value of LP token = Value of uLP token \* 1,000,000 = 140 Lovelace / 1,000,000 = 140,000,000 Lovelace = 140 ADA

<br>

We will see that it is always true that the value of the uLP in Lovelace is the same as the value of the LP in ADA.

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