# How to withdraw assets from staking?

You can adjust your staking amount or withdraw your entire stake at **any time** by following these steps:

1. Navigate to **Assets**.
2. Select the tokens you have staked.
3. Tap **Withdraw** and enter the amount you wish to withdraw.
4. **Done!** Wait for the transaction to be processed by the smart contract—processing time may vary.

{% hint style="info" %}
If you withdrew **TON** from your wallet **during the staking period**, you'll need to return approximately **1.02 TON** to cover the transaction fees. The actual fee will be lower, but this deposit is required by the smart contract.
{% endhint %}

{% hint style="info" %}
Withdrawals **up to 10 TON** are typically processed **instantly** by the smart contract, while larger amounts may require additional processing time.
{% endhint %}

> Staking is performed through official TON smart contracts that have been audited. **MyTonWallet** provides the interface and computing resources for staking but does not have access to your funds. Please evaluate potential risks independently before making investment decisions.

***


---

# 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://help.mytonwallet.io/intro/staking/how-to-withdraw-assets-from-staking.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.
