# Deposits & MOZ-THE-LP

### Deposits

When users deposit into the Theseus Vault, they receive some "MOZ-THE-LP" token as a receipt for their deposit. All deposits are processed automatically - as a single transaction.

The PRICE of ***MOZ-THE-LP*** will fluctuate depending on the change in price of the asset(s) to which the vault has exposure. The vault may 'hold' one OR multiple GM Pool assets at any given time or defer to a stable asset GM Pool if price volatility is deemed unfavourable.

<figure><img src="/files/F9Cn58RG09eeln69DR3h" alt=""><figcaption><p><em>Theseus Vault UI, with the price of MOZ-THE-LP highlighted. LP returns are displayed in purple on the graph.</em></p></figcaption></figure>

The value of a user's deposit can change depending on the price of MOZ-THE-LP, independent of any yield generated.

{% hint style="warning" %}
Take for example a deposit of $100 at a PRICE of $1.00 per MOZ-THE-LP:

* On the first day or after 24 hours, the price of the MOZ-THE-LP appreciates to $1.04, the deposit will now be worth $104 only if the user executes a withdrawal.
* On the second day or after 48 hours, the price of MOZ-THE-LP depreciates to $1.02, the deposit will now be worth $102 only if the user executes a withdrawa&#x6C;*.*&#x20;

Yield generated is *excluded* from the above scenario.
{% endhint %}

MOZ-THE-LP contract address: [<mark style="color:yellow;">https://arbiscan.io/address/0x6d8e0ac94fb79cd3520f546ce1c23a6f27f16eac</mark> ](<https://arbiscan.io/address/0x6d8e0ac94fb79cd3520f546ce1c23a6f27f16eac >)


---

# 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://docs.mozaic.finance/vaults/theseus-vault/deposits-and-moz-the-lp.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.
