> For the complete documentation index, see [llms.txt](https://docs.rocksolid.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rocksolid.network/for-depositors/how-to-withdraw.md).

# How to Withdraw

### Introduction

Withdrawing from a **RockSolid Vault** allows you to redeem your deposited assets plus rewards. Withdrawals are processed on a **24-72 hourly cycle,** depending on the vault, to ensure fairness and efficiency.

⚠️ **Important:** You must hold your **receipt token** to withdraw. Without it, assets cannot be redeemed.

### Step-by-Step Guide

#### Step 1: Connect Wallet

* Supported wallets: MetaMask, Coinbase Wallet, WalletConnect, Ledger, and [500+ more](https://portal.thirdweb.com/wallets/external-wallets)

<figure><img src="/files/os9HltLYlMUhNixStss1" alt=""><figcaption><p>Connect your wallet (MetaMask, Coinbase Wallet, WalletConnect, etc.) on Ethereum Mainnet to begin your deposit.</p></figcaption></figure>

**Step 2: Navigate to Withdraw Tab**

* Select the vault and open the Withdraw tab.

**Step 3: Enter Withdrawal Amount**

* Enter the number of receipt tokens you wish to redeem.

<div align="center"><img src="https://i.imgur.com/c3xp4r5.png" alt="Withdraw tab where users can initiate a withdrawal" width="375"></div>

<div align="center"><img src="https://i.imgur.com/uZIPqnp.png" alt="Example wallet confirmation for initiating the withdrawal" width="500"></div>

**Step 4: Pending Withdrawal Queue**

* Request enters the next withdrawal batch cycle.
* Withdrawals are processed approximately every 24h-72h.

<div align="center"><img src="https://i.imgur.com/ueN3xmQ.png" alt="Confirmation of the withdrawal being initiated" width="500"></div>

<figure><img src="/files/pDwOW2v5virF0qzsiwYe" alt=""><figcaption><p>Track the status of your withdrawal under 'My Holdings' section</p></figcaption></figure>

#### Step 5: **Receive Assets**

* After batch processing, assets are released in the vault’s reference asset, such as rETH.

### Troubleshooting & Notes

* Withdrawals are **not instant**; they process approximately every 24-72h.
* If a withdrawal fails:
  * Check gas fees.
  * Ensure you still hold your receipt tokens.

⚠️ Withdrawing early from campaigns with locked rewards forfeits pending APR.


---

# 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.rocksolid.network/for-depositors/how-to-withdraw.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.
