# Unstaking

Users can request TON withdrawal using the *‘Unstake’* function in the application.&#x20;

After the unstaking is initiated, a cooldown period countdown starts. The unstaking cooldown lasts 36 to 72 hours and is subject to the validation round phase and duration.

bmTON will be exchanged for TON tokens after the cooldown period. The amount of TON tokens to be withdrawn will be calculated by the smart contract algorithm based on the user’s bmTON unstaked amount and bmTON/TON exchange rate.&#x20;

Users can claim the requested TON tokens at any time after the expiration of the cooldown period.

<figure><img src="/files/bCwYwHNzV5RJa4nvjjeB" 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.bemo.fi/welcome-to-bemo/how-bemo-works/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.
