> 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/check-your-vault-subscriptions.md).

# Check Your Vault Subscriptions

After you subscribed to a vault, you can manage them under the Portfolio section.

A vault may be in one of 4 states:

* **"Active"** means the subscription period is still active (that is, the vault has not yet reached the expiration date).
* *"***Expired & In Process***"* means the vault has reached the expiration date and the system is processing the linked price against the oracle price of the linked tokens to determine whether there will be a swap execution.
* **"Withdraw"** means the funds are available for withdrawal.
* **"Has been withdrawn"** means funds have been withdrawn.

## To View Your Subscriptions: <a href="#to-view-your-subscriptions" id="to-view-your-subscriptions"></a>

{% stepper %}
{% step %}

### Go To Your Portfolio

* At the top of your screen, click on the "**Portfolio**" tab.

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

{% step %}

### Go To Your Vault Subscription Page

* Click on the "**VAULTS SUBSCRIBED**" tab, and you will see a list of vaults that you have subscribed to.

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

{% step %}

### View Your Active Vaults

* Click “**View”** on the right hand side of each vault see the details of an active vault.

<figure><img src="/files/J8frtAe835iOmURg77S8" 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/check-your-vault-subscriptions.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.
