# Immediate Withdrawal

By design of the Sui Network, the validator rewards have a one-epoch unbonding period. The unbonding period is an important mechanism for maintaining the security and stability of a blockchain network, but it can also have implications for liquidity and user engagement.&#x20;

Smoove absorbs this waiting period by paying out rewards immediately upon unstaking. When a user unstakes their $smooSUI, the vault will calculate their accrued rewards using the price oracle. The corresponding amount of $mooSUI would then be distributed by the vault and the unstaked $smooSUI would be burnt.&#x20;

This is made possible by holding a reserve of SUI from the revenue generated by the platform. These revenue streams include the validator rewards and the collateral submitted by node operators.&#x20;

<br>


---

# 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://smoove.gitbook.io/smoove-docs/key-features/immediate-withdrawal.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.
