# Unstaking

### **1. Initiate unstaking**

When ustaking, Liquid Staking tokens are burned, and your initial tokens will appear on your wallet. The formula and logics are quite simple:

$$
\text{Liquid Staking Burned} = \text{Liquid Staking Tokens Held}
$$

### **2. Claim rewards**

To claim your rewards, you simply need to tap on the button 'Claim Rewards'. Rewards are claimed post the deduction of a predefined reward fee. Formula, how we calculate this:

$$
\text{Rewards Claimed} = (\text{Reward} - (\text{Reward} \times \text{Reward Fee Rate}))
$$


---

# 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://cagacrypto.gitbook.io/caga-whitepaper/staking-and-rewards/caga-staking-essentials/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.
