> For the complete documentation index, see [llms.txt](https://docs.swivel.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swivel.finance/swivel-safety-module-ssm/withdrawing.md).

# Withdrawing

You can withdraw your staked assets following a [cooldown period](/swivel-safety-module-ssm.md#cooldown-times-and-limited-loss). To begin the cooldown process, use the Withdraw transaction interface on the Staking page.

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

The interface is reactive to your current withdraw state and will indicate if you have funds currently in the cooldown period or ready to withdraw whenever applicable.&#x20;

Click on "Queue For Withdrawal" (or "Queue More For Withdrawal" if a cooldown period is currently active).

<figure><img src="/files/QBM4P3RvQRhgaGYBWoIl" alt="" width="371"><figcaption></figcaption></figure>

In the following interface you can type the amount you would like to remove in SWIV or use the percent selector for a measured amount of the total balance. The transaction will automatically calculate the correct amount of ETH to withdraw as well.&#x20;

<figure><img src="/files/XHv2R5Xz4t0rAyfVa8Rl" alt="" width="371"><figcaption></figcaption></figure>

If you already have a cooldown period active that has no completed, you will be shown a warning that queing more funds for withdraw will **Reset the Cooldown Period**

<figure><img src="/files/WvfPTm8Lj89UZLUJ8LCp" 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://docs.swivel.finance/swivel-safety-module-ssm/withdrawing.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.
