> 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/how-to-create-a-single-payout-via-ui.md).

# How to create a single payout via UI

Payouts are used to send funds to other wallets or create payments to customers. In this article, we will tell you how to create a single Payout.

1. First, go to the "Payouts" tab and click on the "Create a payout" button.

<figure><img src="https://files.readme.io/a8a81f2-image.png" alt=""><figcaption></figcaption></figure>

2. Select "Single payout" and specify an amount that you want to transfer.

<figure><img src="https://files.readme.io/e2efb17-image.png" alt=""><figcaption></figcaption></figure>

3. You can send payment instantly or select the later date for the payment. Use our presets or select a desired custom one.

<figure><img src="https://files.readme.io/026bb1d-image.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://files.readme.io/91542fd-image.png" alt=""><figcaption></figcaption></figure>

4. "Description" is a required field. As the name implies, it is used for convenience and to understand the purpose of the payment. Please note that it is only shown internally and not displayed to the receiver of the payment.

<figure><img src="https://files.readme.io/f76164b-image.png" alt=""><figcaption></figcaption></figure>

5. Add a new wallet address and save it to presets or chose one from previously saved.

<figure><img src="https://files.readme.io/fe7babb-image.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://files.readme.io/618faa2-image.png" alt=""><figcaption></figcaption></figure>

6. After creating a payout, you will be taken to a page with general information about it

<figure><img src="https://files.readme.io/c6837a7-image.png" alt=""><figcaption></figcaption></figure>

Then you can check all your created payments, their status, and other information in the "Payments" tab. Using status filters or additional filters you can easily find the payout that you need.

<figure><img src="https://files.readme.io/c8589ac-image.png" alt=""><figcaption></figcaption></figure>

Select the payment you need and in the next window, you can find additional information about payment like transaction hash, customer address, and status lifetime changes.

<figure><img src="https://files.readme.io/f771e5e-image.png" alt=""><figcaption></figcaption></figure>


---

# 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/how-to-create-a-single-payout-via-ui.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.
