> For the complete documentation index, see [llms.txt](https://docs.margined.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.margined.io/vaults/withdrawals.md).

# Withdrawals

The Withdraw funds from a strategy first connect your wallet at <https://trade.margined.io/>. For any deposits you have you will see "Manage Deposit" on the strategy.&#x20;

<figure><img src="/files/nrr4eFWmcF93mI1jV0H8" alt=""><figcaption><p>Figure 1: Managing a deposit</p></figcaption></figure>

Click "Manage Deposit" and you will see the Strategy page. Under Vault action click with Withdraw and enter the amount you wish to withdraw. <br>

<figure><img src="/files/fde0WwEPMFcs6BvkFy1w" alt=""><figcaption><p>Figure 2: Withdrawing funds</p></figcaption></figure>

Finally sign the transaction.&#x20;

{% hint style="info" %}
Note that withdrawals are limited to an amount that is available to withdraw on the contract so a full withdrawal may not be possible in a single transaction. A withdrawal queue feature will be shipping soon to make this process more transparent. For assistance please join our [Discord channel](https://discord.gg/fVGY3BKpJj).&#x20;
{% endhint %}


---

# 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://docs.margined.io/vaults/withdrawals.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.
