> For the complete documentation index, see [llms.txt](https://docs.hipo.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hipo.finance/introduction/how-does-hipo-work/unstaking.md).

# Unstaking

### Unstaking GRAM Tokens on Hipo&#x20;

1. **Freedom to Unstake**: You can unstake your GRAM coins whenever you choose.
2. **Initiate Unstaking**: Simply go to the Hipo App and enter the amount of Hipo Staked GRAM (hGRAM) you want to unstake.
3. **Choose Cooldown Period or Instant Swap**: Decide whether to wait for the cooldown period or instantly swap your tokens on decentralized exchanges (DEXs).
4. **Confirm Transaction**: Confirm the transaction on your wallet, and you'll receive your unstaked GRAM and any accrued rewards.

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

### Unstaking hGRAM (Without Using the Hipo App)

If you want to unstake your hGRAM without using the Hipo app, you can use one of the following methods:

#### 1. Swap on **TON** DEXs

You can simply swap your hGRAM on major TON decentralized exchanges such as:

* Ston.fi
* DeDust

This is the easiest option for immediate liquidity, but swap fees will apply.

***

#### 2. Treasury “w” Command (Full Unstake)

You can unstake your full hGRAM balance by sending a small amount of GRAM (e.g. 0.1 GRAM) from the wallet holding your hGRAM to the Hipo treasury address:

**Treasury Address:**

```
EQCLyZHP4Xe8fpchQz76O-_RmUhaVc_9BAoGyJrwJrcbz2eZ
```

**Important:**

* In the transaction comment, write exactly:

```
w
```

Once processed, all hGRAM from that wallet will be unstaked and returned according to the protocol rules.

***

#### 3. Burn hGRAM via Minter

You can also burn your hGRAM to redeem your underlying GRAM directly using the TON minter:

<https://minter.ton.org/>

Use the hGRAM master address:

```
EQDPdq8xjAhytYqfGSX8KcFWIReCufsB9Wdg0pLlYSO_h76w
```

After burning your tokens, you will receive your GRAM back according to the redemption rate.


---

# 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.hipo.finance/introduction/how-does-hipo-work/unstaking.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.
