> For the complete documentation index, see [llms.txt](https://docs.calypso.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.calypso.money/get-started-with-calypso-ui/make-payments-via-ui/make-payments-faq.md).

# Make Payments FAQ

**Where is the payout shown if there was not enough funds to make it?**

Page Payouts → In Progress

***

**Is there any limit on number of transactions in mass payouts?**

* ETH 1000
* Tokens on ETH 1000
* BTC 100
* DOGE 100
* TRON 100

***

**Approved payout is being processed for very long time, is there any problem?**

In most cases there are no issues with the payouts, but there can be several reasons for slower processing:

1. You have set too low blockchain fee
2. The network is congested at the moment and all the transactions are taking longer
3. There have been other transactions from that address and they haven't been finished yet - transactions are processed following the order

***

**What is the transaction speed in payout creation menu?**

It is the sum that the user wants to spend on the network fee for that transaction. The higher the sum is - the faster the transaction will be processed and vice versa.

***

**Can you cancel the payout?**

The created payout can be cancelled only before it gets approved by all the responsible supervisors. If all the approvals were given and the payout has been created it is impossible to cancel or alter it as if the transaction has been translated to the blockchain it becomes immutable.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.calypso.money/get-started-with-calypso-ui/make-payments-via-ui/make-payments-faq.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.
