# Auto-withdrawals

When your customers pay you, the funds first go to your smart contract. **Auto-withdrawal** option enables you to set a schedule for automatic withdrawal from your smart contracts to your crypto wallets, or set it so that you can withdraw manually.

<figure><img src="https://lh6.googleusercontent.com/iiTnuVA7BpPNOtWR7gVc6uIN-bGHcZtkKqy1TUJFF-hKbsqb9XNtCqqwScYu6xm8J-9gEJriX4_JfbvEIWfJi5gfp-PmECjEkCY3JiWvRSnQ02M7Hon5TLMA1rS--8eUSyULJGJFKSN3WXQYLUdhaac" alt=""><figcaption></figcaption></figure>

These are your options:

* Immediately (**default**): As soon as a customer pays you, the funds will immediately be withdrawn from your smart contract to your wallet. If you change from Immediately to other options, the moment you change back to Immediately, the funds accumulated in your smart contract will be transferred to your wallet.
* Every 30 minutes: The funds will accumulate in your smart contracts and get sent to your wallets every 30 minutes.
* Every 60 minutes: The funds will accumulate in your smart contracts and get sent to your wallets every 60 minutes.
* Every 90 minutes: The funds will accumulate in your smart contracts and get sent to your wallets every 90 minutes.
* Claim manually: The funds will accumulate in your smart contracts. You can withdraw it to your wallet whenever you want.


---

# 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://fizenio.gitbook.io/docs/help-center/fizen-pay/for-merchants/account-settings/auto-withdrawals.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.
