# How many days does it take to complete a withdrawal of my node (Unstaking)?

The short answer is that nobody knows exactly. There is a single withdrawal queue that will process partial and full withdrawals. Each slot (every 12 seconds) enables 16 partial withdrawals\*. Validators that want to exit work have the same flow, but the number of validators that can exit the beacon chain per day rate is limited to preserve the stability of the network.

So it could take two or three days. In the event that lots of validators want to leave at the same time, it could take much longer. We don't actually know until the upgrade is complete and the network experiences a large build up of validators that want to withdraw. When large numbers of Validators withdraw from the network, the Consensus layer returns will go up to encourage Validators to stay on the network and to attract new Validators.<br>


---

# Agent Instructions: 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:

```
GET https://launchnodes.gitbook.io/faqs-about-withdrawals-for-solo-staking/withdrawals-faqs-for-solo-staking/how-many-days-does-it-take-to-complete-a-withdrawal-of-my-node-unstaking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
