> For the complete documentation index, see [llms.txt](https://prodigyfi.gitbook.io/structured-yields/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prodigyfi.gitbook.io/structured-yields/user-guide/pro-earn/vault-subscription-guide.md).

# Vault Subscription Guide

{% stepper %}
{% step %}

### Head Over To Prodigy.Fi's Vault Subscription Page

* Head over to our DApp [here](https://mainnet-base.prodigy.fi/earn).
* Connect your wallet on the top right hand corner, and choose the network that you'll like to connect to Prodigy.Fi on (Eg; Ethereum, Base, etc).
* On the top left hand corner, click on "**Subscribe & Earn**".

<figure><img src="/files/6w9XwdqJHUuxfCJBeswG" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select Vault Direction And Token Pair

* Select your vault by choosing a token pair on the left hand corner.
* Select the vault direction (Buy Low or Sell High) on the right hand corner.&#x20;
* The table will filter to match your selections.
* Select the vault of your choosing and click on “**Subscribe**”.

<figure><img src="/files/vN8h4azgBJn8UD3YdqQz" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select Your Vault

* This will open the vault panel. Fill up the subscription amount and it will model the potential outcomes of the subscription.
* The vault panel shows the vault's parameters and the possible outcomes based on the deposited amount.
* Once you have reviewed the parameters, click on "**Subscribe**".

<figure><img src="/files/IeUj3I1CrZvFB33Jfkpt" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Review Confirmation Panel

* Once you click on "**Subscribe**" in step 3, a confirmation panel will popup.&#x20;
* Read and acknowledge the conditions and risk of subscribing to a vault, then check the box.
* Once you have checked the box, click on “**Confirm**”.
* Approve the spending of tokens, and sign the transaction that pops up.

<figure><img src="/files/V9of2Dl4VZO5mZXtyTu3" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### View Your Subscription Details Under Portfolio

* After subscribing to a vault, you can view your subscriptions by clicking “**Portfolio**” to see your active vaults.

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

{% endstep %}
{% endstepper %}


---

# 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://prodigyfi.gitbook.io/structured-yields/user-guide/pro-earn/vault-subscription-guide.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.
