# Manage Staked Amount

Once GPUs are staked, they become active and rentable on the platform. Cloud Hosts can unstake GPUs to remove them from the platform. Unstaked amounts enter a 180-day vesting period before they can be claimed to the Staker's wallet. During this period, it is also possible to restake new GPUs with the vesting amount.

### Restake

Restake allows users to immediately use their unstaking vesting ATHs to stake new GPUs, with a 20% fee applied.

#### How to Perform Restaking

1. Stake GPUs using either [**Quick Staking**](/aethir-cloud/aethir-cloud-host/cloud-host-portal-guide/manage-stakings.md#quick-staking) or [**Advanced Staking**](/aethir-cloud/aethir-cloud-host/cloud-host-portal-guide/manage-stakings.md#advanced-staking).
2. On the **Staking Amount Summary** page, if there is an outstanding unstaking vesting amount, the option **“Use unstaking amount to stake”** will be available. If selected, you can specify the restaking amount and the payable amount will be re-calculated accordingly.

### Staking-Related Transactions

All transactions related to staking are recorded in the **Transaction** subpage and can be filtered by Staking Group (GID). The transaction amounts are categorized as follows:

* **Staked**: Total amount paid from your wallet that hasn't been unstaked.
* **Restaked**: Total amount restaked from previously unstaking vesting ATHs (after a 20% fee deduction).
* **Unstaking Vesting**: Total unstaked amount still undergoing the 180-day vesting period.
* **Unstaked Claimable**: Unstaked amount that has completed the vesting period and is available for the Staker to claim.
  * Note: only the Staker can see the Claim button. The amount can only be claimed to the assigned Staker wallet.&#x20;
* **Unstaked**: Unstaked amount that has already been claimed.


---

# 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.aethir.com/aethir-cloud/aethir-cloud-host/cloud-host-portal-guide/manage-stakings/manage-staked-amount.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.
