# V2.2.0

> **Release Date**: 2025-10-17 **Version**: V2.2.0

***

## Major Updates

### New Features

| Feature                         | Description                                              |
| ------------------------------- | -------------------------------------------------------- |
| New payout rule configuration   | Support configuring payout rules                         |
| New payout whitelist feature    | Support setting payout whitelist addresses               |
| New operator permissions        | Support configuring payout contract operator permissions |
| New batch import feature        | Support batch creating payout orders                     |
| Optimized payout process and UI | Improved user experience                                 |

### Important Changes

* Removed private key configuration from cashier integration
* Cancelled signature requirement during integration process

## Important Notes

{% hint style="warning" %}
**Please Note**: After this update, old version payout contracts will no longer support initiating orders within the platform. Please ensure to **complete withdrawals** before updating.

If you have not completed withdrawals before the platform update, you need to withdraw directly through the blockchain.

**Withdrawal Methods**:

1. Withdraw from old payout contract (Ethereum network)
2. Withdraw from old payout contract (TRON network)
   {% endhint %}

## Compatibility

{% hint style="info" %}
**Backward Compatible**: This update will not affect existing cashier integrations.
{% 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://docs.blockatm.net/changelog/v2.2.0.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.
