# Deposit

{% hint style="info" %}
Carefully study through the operating rules of the Vault and deposit if you like
{% endhint %}

Here we get to the most crucial part of the whole process: studying Vault rules and conditions and making a deposit.

Since each individual fund is a Vault, all rules are recorded into a smart contract. By signing these rules you can be sure that all assets, activities, and decisions as well as the whole fund itself will operate in accordance with the smart-contract. Here you can see an example of an onchain termsheet between investors and the manager of the Vault including its strategic limitations: list of assets and platforms manager is able to buy using investors' funds protected by smart-contracts.

<figure><img src="/files/0XYV9vVCkL3lGM0FPgZI" alt=""><figcaption></figcaption></figure>

Also on this page, you can choose the currency and size of the deposit. ASPIS provides you with a wide range of supported currencies, but the exact list is determined by Vault rules.

Once you have read all the rules and determined the size of the deposit, click the "Deposit" button to sign two transactions via the connected wallet:&#x20;

* Sign the fund rules
* Approve and Deposit (Process is seamless. You need to click on deposit and make 2 confirmations in your wallet: 1 for [approve](https://metamask.zendesk.com/hc/en-us/articles/6174898326683-What-is-a-token-approval-) and 1 for deposit itself).

After transactions are completed you will receive the amount of fund LP tokens based on the number of tokens you have deposited.

Do not forget to add a token to your Metamask (Metamask is not showing it by default in the list of tokens)[ using this instruction](/for-investors-and-vault-members/add-lp-token-in-metamask.md)


---

# 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://info.aspis.finance/for-investors-and-vault-members/choosing-suitable-vault-for-deposit/deposit.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.
