# What types of withdrawals exist?

Shanghai will enable two types of withdrawals on the Consensus layer: **partial** withdrawals (referred to as skimming) and **full** withdrawals (unstaking).&#x20;

**When skimming,** a validator will withdraw their balance above 32 ETH, the staking rewards can be sent to an Ethereum address of your choice and the rewards are liquid and can be used immediately. Skimming is automatic once the validator has their withdrawal credentials set to a valid Ethereum address.

**In a full withdrawal**, a validator may remove their 32 ETH stake from the Beacon chain. The full balance of the validator is then unlocked and liquid, and is able to be used after the exit and withdrawal is processed.

**Execution layer withdrawals** are already enabled. As a solo staker, 100% of these returns go to an address of your choice.&#x20;

<figure><img src="/files/uB6MTkEzlrtCaGmWvwEd" alt=""><figcaption><p>Pre-Shanghai</p></figcaption></figure>

<figure><img src="/files/2rfzbPLDxIpaWzs31mEi" alt=""><figcaption><p>Post-Shanghai Partial Withdrawal</p></figcaption></figure>

<figure><img src="/files/JerOWWUbPEbcZCV45wRo" alt=""><figcaption><p>Post-Shanghai Full Withdrawal</p></figcaption></figure>


---

# 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/what-types-of-withdrawals-exist.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.
