# Withdrawal Cycles

* **Unbonding Period:**\
  To enhance network security, MTT Network implements a &#x37;**-day unbonding period**. During this time, tokens remain locked after unstaking and cannot be withdrawn. Validators will not get the earning rewards during this period
* **Claim Rewards:**\
  Validator rewards accumulate at the node and remain there until claimed by the user. Once the user initiates a **claim** through an on-chain interaction, the rewards are instantly transferred to their wallet, ensuring seamless and secure reward settlement.


---

# 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://mtt-network.gitbook.io/mtt-validator-protocol/reward-mechanism/withdrawal-cycles.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.
