> For the complete documentation index, see [llms.txt](https://info.aspis.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.aspis.finance/step-by-step-guids/for-investors/joining-a-vault.md).

# Joining a Vault

#### **Step 1: Visit the Aspis V2 Platform**

a. Go to [Aspis V2](https://v2.aspis.finance/)<br>

<figure><img src="/files/ieb8jl5QimzKWFgc7Oqe" alt=""><figcaption></figcaption></figure>

b. **Connect Your Wallet**:

* Use a **Web3 wallet** (e.g., **MetaMask, WalletConnect**).
* Ensure you have sufficient funds in your wallet for investment.

  <figure><img src="/files/S0SBDUCQSQeqwiwIoLei" alt=""><figcaption></figcaption></figure>

#### **Step 2: Explore Available Investment Vaults**

a. Browse the available **decentralized funds** and explore their strategies.

<figure><img src="/files/nBnqGDObzXf6h4VwEKrh" alt=""><figcaption></figcaption></figure>

b. Click on the **“Explore All Vaults”** button at the bottom of the page to view the full list.

<figure><img src="/files/pBiby7Ztrh2dEKbrlvWC" alt=""><figcaption></figcaption></figure>

c. Select a **Vault** that aligns with your investment goals and risk tolerance.

#### **Step 3: Review Vault Details & Invest**

a. Click on your selected Vault to view its **strategy, investment terms, asset allocation, fees, and accepted currencies**.

<figure><img src="/files/PlRISYL6H4mlCjYdEgij" alt=""><figcaption></figcaption></figure>

b. Once you've chosen, click **“Deposit”**.

c. Choose your preferred **cryptocurrency** for the deposit.

d. Enter the **amount** in the designated field.

<figure><img src="/files/YHV7ZcXHhUaCWLqRSCGT" alt=""><figcaption></figcaption></figure>

e. Click **“Approve”**, then confirm the transaction in your Web3 wallet (e.g., Metamask, WalletConnect).

f. Wait for the transaction confirmation. You will receive a notification once your deposit is successful.

<figure><img src="/files/dsKC3SKCArs9GxxDWVGc" alt=""><figcaption></figcaption></figure>

#### **Step 4: Monitor Your Investment**

a. Navigate to the **Dashboard** to track your investment performance.

b. Stay informed about your Vault’s performance and updates.

c. Participate in any governance decisions if applicable.

<figure><img src="/files/P2cC8j3GR9ZKG40ChVSg" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://info.aspis.finance/step-by-step-guids/for-investors/joining-a-vault.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
