# How to manage Rewards & Staked Amount

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

## **Overview** <a href="#overview" id="overview"></a>

This section of the profile page provides a summarized view of essential information relevant to the user's engagement with the staking activities

* **MY TOTAL STAKED**: This is the total value the user had staked in deFusion
* **MY SVIC BALANCE**: The total available SVIC for a specific user.
* **TOTAL CLAIMABLE**: The total VIC that the user can claim after unlock from un-stake or pool resign

  **+ Unstake scenario**: The user had unstake an amount which the pool capacity is still >= 50,000 VIC (The unstake amount will be pending for 2 days & change status to **claimable**)

  **+ Resign scenario**: The user had unstake an amount which the pool capacity is still < 50,000 VIC (The unstake amount will be pending for 30 days & change status to **claimable**)
* **MY REWARDS**: Total rewards had been credited to an user for staking activities

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

## **Activated Stakes** <a href="#activated-stakes" id="activated-stakes"></a>

Prefers to a section on the user's profile page that displays information about the staking activities in which the user is currently engaged

* **Pool name**: Name of the staking pool.
* **Annual Percentage Rate (APR)**: Annual interest rate for staking in the pool.
* **Total Value Staked**: Aggregate value of assets staked in the pool.
* **Stakers**: Total count of users staking in the pool.
* **State** and **status** of the pool: Current operational status of the pool.
* **My Staked Amount**: User's contribution to the pool's total stake.
* **My Rewards**: rewards earned by the user from their stake in the pool
* **Claimable**: The total VIC that the user can claim after unlock from un-stake or pool resign for this pool

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

## **History** <a href="#history" id="history"></a>

To present a chronological record of the user's past transactions within the platform or service

* **Transaction type**: Type of transaction (e.g., deposit, withdrawal).
* **Hash**: Unique identifier for each transaction.
* **Timestamp of the transaction**: Date and time when the transaction occurred.
* **Transaction amount**: Quantity or value of assets transacted in the transaction.

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


---

# 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.defusion.xyz/product/liquid-staking/how-to-manage-rewards-and-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.
