# Payout

If your business needs to make cryptocurrency payments to your users, the payout service is the ideal solution. With this service, you can easily send payments directly from your OxaPay balances, streamlining the process and ensuring efficiency. It’s a secure and convenient way to manage payouts, allowing you to handle user transactions smoothly without relying on external wallets or platforms. This feature is designed to save time, enhance reliability, and cater to businesses with frequent payout needs.

#### To process payouts, you'll need a Payout API key. Follow these steps to generate it:

1. Log in to your OxaPay account.
2. Navigate to the Payout Service page.
3. Fill in the form then click on the "Generate Payout API Key" button.

#### Watch the video below for a step-by-step walkthrough of the process:

{% embed url="<https://www.youtube.com/watch?v=TF690TmM3lw>" %}

You can create your own payout with the guidance provided in the [Generate Payout](https://docs.oxapay.com/api-reference/payout/generate-payout) in the API references.


---

# 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.oxapay.com/api-reference/payout.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.
