> 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/withdraw-from-your-vault.md).

# Withdraw From Your Vault

Once a subscribed vault reaches its expiration date, you can view the details and withdraw your funds at any time.

## To Withdraw From A Subscription:

{% stepper %}
{% step %}

### Go To Your Portfolio

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

<figure><img src="/files/PiOhLcGbznb7N7aKJFUS" 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/IZzjNZ0nGtdsTuQRLNwH" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select The Vault For Withdrawal

* Select the vault that you would like to withdraw from.&#x20;
* Click  "**Withdraw**"  on the right hand side of the vault.&#x20;

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

{% step %}

### Withdraw Your Funds

* Once you click on "**Withdraw"** in step &#x33;**,** a Subscription Details window will pop up.
* Review the end state of your vault subscription, and click on "**Withdraw**" at the bottom of the pop up.
* Sign the withdrawal transaction that pops up, and your funds will be withdrawn from the vault into your wallet.&#x20;

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

{% step %}

### Review Your Previous Subscriptions

* Once your funds have been withdrawn from the expired vault, the subscription status will change to "**Has been withdrawn***"*.
* You can choose to click on the "**Has been withdrawn"** to view your previous subscription details.

<figure><img src="/files/FCX1UfCtmvq1uRZ9dm6p" 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/withdraw-from-your-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.
