# Automatic Withdrawal Rules

CryptoCloud provides merchants with flexible tools for managing fund withdrawals. Users can set up automatic withdrawals based on a schedule or when a specified balance is reached, reducing manual operations and streamlining financial processes.

To create an automatic withdrawal rule, go to the «Balance» section, then to «Auto Withdrawal Settings».

In this section, you can create a new rule. Currently, there are two types of rules available:

### By Amount

A withdrawal is triggered when the specified balance is reached. The entire available amount in the selected currency is withdrawn.

Example:

You set a rule: withdraw funds when the TRX balance reaches 100 USD.

<div><figure><img src="/files/HHuRhwFGgfT3LyWHTk7i" alt=""><figcaption></figcaption></figure> <figure><img src="/files/TWdNhcheEN5Ocm5vl3yc" alt=""><figcaption></figcaption></figure></div>

Your balance receives 110 USD in TRX. The system automatically creates a withdrawal request for the full amount: 110 USD in TRX.

### By Schedule

A withdrawal request is generated at a specific time: daily, weekly, or monthly.

<div><figure><img src="/files/1tSaEdGbtPMxNpKoVHSX" alt=""><figcaption></figcaption></figure> <figure><img src="/files/mWIcmyfPohi6ZYpS184U" alt=""><figcaption></figcaption></figure></div>

Example:

You set a rule: withdraw ETH daily at 18:00.

By 18:00, your balance receives 0.5 ETH. At 18:00, the system automatically creates a withdrawal request for the full available amount: 0.5 ETH.

### Editing Rules

On the right side of the rules table, you’ll find an edit button. You can modify the rule settings, enable/disable, or delete a rule.

<figure><img src="/files/f8lwo4xiy06Wbc179eIY" alt=""><figcaption></figcaption></figure>

Please note:

* Rules can only be created for saved addresses.
* Only one rule can be set per currency.
* Creating and editing rules is protected by two-factor authentication (2FA).

{% hint style="info" %}
If you have any questions or need help, you can contact our support via chat on the website and in your personal account, as well as reach us on Telegram. Support contacts are listed [on our website](https://cryptocloud.plus/en/support).
{% endhint %}


---

# 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://support.cryptocloud.plus/withdrawals/auto-withdrawal-rules.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.
