# Withdrawals

<details>

<summary>Can I withdraw my deposits at any time?</summary>

Yes you can. Normally, if you want to withdraw your ETH from a validator, you must wait for the Ethereum protocol to allow it out (there is a queue that you can [check here](https://www.validatorqueue.com/)). With our protocol, we are able to manage withdrawals instantly thanks to the Liquidity Ratio, with certain volume limitations.

If we have our own funds available in the “Distribution wallet”, we simply take your staking position in the validator and return your liquid ethers. If there are not enough funds in the Distribution Wallet, then a validator will be exited. Once the funds staked at the validator are received, they will be sent to depositors who have a deposit pending return. This process can take as long as the network needs to return funds staked to a validator.

</details>

<details>

<summary>Is there a fee for withdrawing my deposits?</summary>

Only the cost of the on-chain transaction that exists at that time is deducted from the total deposit to be returned. The commission varies depending on network congestion, although it is normally between 0.0005 - 0.005 eth.

</details>

<details>

<summary>How long does it take to receive my funds back?</summary>

With our protocol, we are able to manage withdrawals instantly thanks to the Liquidity Ratio and the "Distribution Wallet" system. In short, if we have our own funds available in the “Distribution Wallet”, we simply take your position in the node and return the liquid ETH to you. If there are not enough funds in the Distribution Wallet, then a validator will be closed. Once the funds staked at that validator are received, they will be sent to the depositors. This process can take as long as the network needs to return funds staked to a validator.

</details>

<details>

<summary>What address are my funds sent to?</summary>

Your funds will be sent to the same address where you receive distribution rewards. This address cannot be changed for security reasons. If you have problems with this address, please contact us.

</details>

<details>

<summary>What happens to my accumulated rewards when I withdraw a deposit?</summary>

In that case, both the pending rewards to be distributed and the deposit itself will be sent in a single transaction to your outgoing address. If you have any other questions or need help, do not hesitate to contact us.

</details>


---

# 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://docs.ethernodes.io/faqs/withdrawals.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.
