# Overview

**Mass Payout** is a feature that enables merchants to send multiple cryptocurrency transactions simultaneously.\
Instead of processing each payout manually, merchants can upload a CSV file with all recipient details — the system then validates and processes the transactions automatically.

This functionality improves efficiency, reduces human error, and ensures transparent monitoring of large-scale payouts.

### **Use Cases**

* **Payrolls:** Automate crypto salary payments for multiple employees.
* **Affiliate Programs:** Distribute commissions or rewards in bulk.
* **Refund Management:** Process multiple refunds in a single operation.
* **Vendor Settlements:** Pay suppliers or service providers quickly and in one batch.

***

### **Key Concepts**

| Term           | Description                                                                         |
| -------------- | ----------------------------------------------------------------------------------- |
| **Batch**      | A group of payout transactions processed together.                                  |
| **Order**      | A single transaction record inside a batch.                                         |
| **Validation** | Automatic verification of every order (amount, address, currency, limits, balance). |
| **Approval**   | Manual confirmation step before execution of transactions.                          |


---

# 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.inqud.com/mass-payout/overview.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.
