> For the complete documentation index, see [llms.txt](https://docs.oxbull.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oxbull.tech/staking/unstake.md).

# Unstake

In the event where users decides to unstake:

1. **Full Unstake**

* Their IDO qualification will be forfeited.
* Not able to claim tokens even you had contributed, if unstake is performed before project TGE.
* A 15-day time lock will be initiated and tokens will only be available to withdraw after 15 days have elapsed.
* Should the user decides to proceed with an emergency withdrawal (bypassing the timelock), the user will incur a penalty of 30% of the total staked amount.

2. **Partial Unstake:**

* Users can now choose to partially unstake a portion of their staked tokens.
* Upon partial unstake, the user's tier will be recalculated based on the remaining staked amount.
* If the staked amount falls below the required threshold, users will not be able to claim tokens, even if they have contributed, if the partial unstake is performed before the project’s TGE.
* The same 15-day time lock applies to the partially unstaked amount, and tokens will only be available for withdrawal after this period has elapsed.
* Users can restake the partially unstaked amount back at any time.
* Should the user decide to proceed with an emergency withdrawal for the partially unstaked amount (bypassing the time lock), a penalty of 30% of the total partially unstaked amount will apply.

This addition allows more flexibility for users while maintaining the staking tier requirements and associated conditions.


---

# 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://docs.oxbull.tech/staking/unstake.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.
