# Flash Unstake User Guide

### 1. Overview

On TRON, staked TRX normally requires a **14-day** cooldown. **CatFee Flash Unstake** lets you **unlock liquidity instantly**. After approval, **90% of your unstaked TRX** is released immediately.

***

### 2. How It Works

1. **Check Quota**\
   Contact CatFee support to confirm available quota (limited, first-come first-served).
2. **Validate Payout Address (Validate first, then authorize)**\
   Using **the address you are unstaking from**, transfer the **exact amount provided by support** (usually < 1 TRX) **to your own payout address**.
   * The amount must match **exactly**;
   * This securely binds your payout address to your unstaking address.
3. **Unstake TRX**\
   Execute the unstake operation for **all staked TRX** in your account.
4. **Set Permissions**\
   Update permissions so that **both Owner and Active** are assigned to CatFee’s designated address, and remove others:

   ```
   TGzAAofaVVvohe4WbnBMustWorEqjYPerM
   ```
5. **Submit Address**\
   Send your address to support after completing steps 2–4.
6. **Verification**\
   CatFee verifies:
   * Payout address validation succeeded;
   * Unstake executed;
   * Permissions correctly and uniquely assigned.
7. **Receive TRX**\
   Upon verification, **TRX = unstaked amount × 0.9** is released immediately\
   (e.g., unstake 1,000,000 TRX → receive 900,000 TRX).
8. **Quota Policy**\
   Limited daily quota; **first-come, first-served**. If exhausted, wait for replenishment.

***

### 3. Security & Notices

* **On-chain Transparency**: All transactions verifiable on TRON.
* **Validate-then-Authorize**: Address validation happens **before** permissions to minimize risk.
* **Strict Permission Control**: CatFee only takes control after your explicit authorization.
* **Instant Settlement** after verification.

**Risk Notice**:

* You will grant critical permissions; proceed only if you fully understand the process.
* Communicate via **official support** to avoid impersonation.
* A **10% service fee** applies (90% payout).

***

### 4. Contact

Telegram: [@CatFee\_James](https://t.me/CatFee_James)


---

# 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.catfee.io/en/staking-vault/flash-unstaking.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.
