# Partial Unstake

### Overview

Partial Unstake allows you to withdraw a portion of your position while keeping the remaining balance actively deployed.

This provides flexibility to access funds without fully exiting your position.

### How It Works

Enter the amount you wish to withdraw and initiate the request.

For convenience, you may also use the **“Claim Yield”** function, which withdraws your accrued yield without affecting your principal.

Withdrawals are processed in the following order:

1. Accrued yield is withdrawn first
2. If required, the remaining amount is drawn from your deposited capital

Selecting **“Max”** will fully unstake your position.

<figure><img src="/files/0q0xk99RjCyAlBPbKgWP" alt=""><figcaption></figcaption></figure>

### Unstake Timing

All unstake requests follow a fixed cycle and complete after one full epoch.

Each epoch lasts 5 days. The total time required depends on when the request is made within the current cycle.

**Examples**

* If you initiate an unstake 1 hour before the next epoch, your total wait time will be 5 days + 1 hour
* If you initiate an unstake after the start of a new epoch, your total wait time will be close to 5 days + 5 days

In practice, this means the earlier you initiate within an epoch, the longer the total wait time.

{% hint style="info" %}
Unstake requests are queued for the next cycle, then processed over a full epoch.
{% endhint %}

### Important Considerations

* Only one unstake request can be active at any time
* The remaining balance continues to participate in yield generation
* Once initiated, the request will complete at the end of the applicable epoch cycle

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

### When to Use Partial Unstake

Partial Unstake is designed for users who want to:

* Access yield without exiting their position
* Adjust exposure over time
* Maintain capital efficiency while retaining flexibility


---

# 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.elemental.fund/elemental-fixed-deposit/partial-unstake.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.
