> For the complete documentation index, see [llms.txt](https://sdk.chorus.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.chorus.one/our-products/chorus-one-ethereum-staking/unstaking-ethereum.md).

# Unstaking Ethereum

## How to **Unstake**

To unstake your staked position, go to the Unstake tab and enter the amount of ETH you would like to unstake and hit the '**Unstake'** button.

<figure><img src="/files/ZXpwUjSiJPWNVPTkv9sj" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** If you minted osETH at any point any time against your staked position, you will have to burn that amount to unstake all your ETH.

If this applies for you, please skip down to the section:

* [#unstake-from-eigenlayer-or-symbiotic](#unstake-from-eigenlayer-or-symbiotic "mention")
  {% endhint %}

You will be prompted to sign the unstaking transaction in your wallet. Once you have done so, you will have successfully unstaked your position.

Once you unstake your ETH, it enters the withdrawal queue. You will see a progress bar right below the success message that lets you know the status of your withdrawable stake.

{% hint style="warning" %}
**Depending on the amount of ETH being unstaked the timelines can vary.**

For smaller delegations being unstaked, it should after a maximum of 8 days or sooner.

For larger delegations, this timelines can be increased depending on the exit queue and be up to 14 days or more.

* For any questions or concerns about unstaking timelines, please reach out to use at <supportBOS@bitwiseinvestments.com>
  {% endhint %}

Once your ETH becomes ready for withdrawal you can click the "Withdraw" button to claim the stake back into your wallet.

{% hint style="info" %}
You can come back to the Unstake tab at a later point and check the status of your withdrawal.
{% endhint %}

### How Long Does it Take to Unstake My ETH?

Unstaking your Ethereum from Ethereum Staking Pool will vary on a few factors, however, it can range from as short as 24 hours to 14+ days, most contingent on stake size.

* Larger delegations being unstaked are more likely to take longer.

The factors that may affect the unstaking time include how much ETH is liquid in the pool, activity in the exit queue, sweep delay, and most importantly the size of the ETH unstaking transaction being processed.

***

## **Unstake from Eigenlayer or Symbiotic**

To unstake your assets from Eigenlayer or Symbiotic go to the '**Unstake**' section under the '**Restaking Tab**'

{% hint style="warning" %}
If for any reason you find you cannot see your restaked assets for EigenLayer, please navigate to <https://app.eigenlayer.xyz/> and connect your wallet.

* You will be able to unstake from the EigenLayer interface directly.
* If you have any questions, please reach out to <supportBOS@bitwiseinvestments.com>
  {% endhint %}

<figure><img src="/files/TEOf7sx4kWR52fhPDCbW" alt="" width="341"><figcaption></figcaption></figure>

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

From this screen please select the LST you want to unstake and enter the amount.

* In the screenshot above we can see that 0.0090 stETH is restaked via EigenLayer.

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

To proceed, click on the '**Unstake**' button and sign the transaction in your wallet.

<figure><img src="/files/EtJFNKTCJLRhco8ejhRP" alt=""><figcaption><p>You'll see an in progress notification for a moment before it finalizes.</p></figcaption></figure>

{% hint style="success" %}
You have successfully unstaked!
{% endhint %}

### How Long Does it Take to Unstake from EigenLayer or Symbiotic?

Unstaking from EigenLayer takes 7 days for the funds to finalize while unstaking from Symbiotic takes 14 days.

* You can check the progress of your unstaking transactions by going to Ethereum Staking Pool dashboard.

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

***

## The Chorus One SDK

Our institutional customers may opt in to leverage the [Chorus One SDK](https://chorus-one.gitbook.io/sdk) to integrate ETH staking into their offerings, providing their customers with all the benefits of Chorus One Staking seamlessly.

This allows our institutional client’s customers to benefit from all the features offered by Chorus One, including no minimum ETH required to stake, top tier-MEV yields, high rewards, and direct restaking with EigenLayer and Symbiotic.

{% hint style="info" %}
For institutions interested in learning more about the Chorus One SDK, please get in touch with our team at <StakingBOS@bitwiseinvestments.com>
{% endhint %}


---

# 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://sdk.chorus.one/our-products/chorus-one-ethereum-staking/unstaking-ethereum.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.
