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

# Early Unstake

Unstaking on TRON normally locks your TRX for the official unstake period before you can withdraw it. TronSave's **Early Unstake** lets you get faster access to that liquidity, with a variable service fee that depends on the unstake amount.

There are two ways to handle an early unstake on TronSave:

| Method                                              | What it does                                                                                                                              |
| --------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| [Early Unstake](/guides/unstake.md)                 | Instantly withdraw your staked TRX. If the system has enough liquidity your request is auto-approved; otherwise it goes to manual review. |
| [Unstake Market](/guides/unstake/unstake-market.md) | List your unstake order on the marketplace for manual matching by providers when liquidity isn't immediately available.                   |

{% hint style="info" %}
All Early Unstake transactions are fully verifiable on the TRON blockchain. Always verify the official TronSave address before granting wallet permissions — for higher safety, contact TronSave support first to confirm authenticity.
{% endhint %}

## How liquidity affects your request

When you submit an unstake request, TronSave checks it against the current system liquidity:

* **Sufficient liquidity** — your request is automatically approved and processed.
* **Insufficient liquidity** — auto-approval is liquidity-based with no fixed threshold, so your request is sent to the admin team and providers for manual review and payout approval.
* **Liquidity still unavailable after 24 hours** — your unstake order is listed on the [Unstake Market](/guides/unstake/unstake-market.md) for manual matching by providers.

## Need help?

TronSave commits to processing all Early Unstake requests as quickly as possible, within available liquidity limits. If your request requires manual approval or runs into an issue, reach the official support channel:

* Telegram Support: [@wantingtrx](https://t.me/wantingtrx)

## Next steps

* [Early Unstake](/guides/unstake/register-unstake.md)
* [Unstake Market](/guides/unstake/unstake-market.md)


---

# 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.tronsave.io/guides/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.
