> For the complete documentation index, see [llms.txt](https://wiki.tribute.tg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.tribute.tg/for-content-creators/payouts.md).

# Payouts

The funds you earn through Tribute can be withdrawn once you reach the minimum payout threshold. Cryptocurrency can be withdrawn to the @wallet crypto wallet, while rubles and euros can be withdrawn either to a bank card or to the @wallet crypto wallet.

### Minimum payout threshold

{% hint style="info" %}
**The minimum payout threshold in Tribute is 3,000 ₽, 100 €, or 100 USDT.**
{% endhint %}

### There are two ways to receive payouts in Tribute:

1. Automatic Payouts
2. On-Demand Payouts 🆕

<figure><img src="/files/dk1wqcHYvy9daunUJgPp" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/YmfrHo42L34BTk4ImjLA" alt=""><figcaption></figcaption></figure>

### 1. Automatic Payouts (Scheduled)

Once the[ minimum payout threshold](#minimum-payout-threshold) is reached, funds are automatically transferred twice a month:

\* On the 25th (or the next business day) — for earnings from the 1st to the 15th of the current month;

\* On the 10th (or the next business day) — for earnings from the 16th to the 31st of the previous month.

The processing time for funds depends on your country and the chosen payout method — it can take from a few days to up to a month.

{% hint style="info" %}
If the [minimum payout threshold ](#minimum-payout-threshold)is not reached during a given period, the funds will accumulate and become available for withdrawal on the next scheduled payout date once the threshold is met.
{% endhint %}

### On-Demand Payouts

Now, once you reach the [minimum payout threshold](#minimum-payout-threshold), a "Request Payout" button will appear in your Creator Dashboard under the payouts section. You can then submit a manual payout request.

This method allows you to receive your earnings twice as fast:

\* From the 16th of the month — for earnings from the 1st to the 15th

\* From the 1st of the month — for earnings from the 16th to the 31st of the previous month

{% hint style="info" %}
You can submit a maximum of two payout requests per month.
{% endhint %}

### How to request a payout:

1\. **Click "Request Payout"**

<figure><img src="/files/1eNmjSeLwEJKYIZIfItX" alt="" width="375"><figcaption></figcaption></figure>

2\. **Choose your withdrawal method**

&#x20;  Select your preferred payment method and click "Withdraw"

<figure><img src="/files/KhxBUqxX1CHorKDN8Bbe" alt="" width="375"><figcaption></figcaption></figure>

3\. **Done!**

&#x20;  Your funds will arrive within 2 to 5 business days.

<figure><img src="/files/7SQXq50v6kFicZO8ywfc" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="warning" %}
Once you switch to on-demand payouts, automatic payouts will stop.
{% endhint %}

You can switch between automatic and on-demand payout methods at any time.

\
\ <br>


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.tribute.tg/for-content-creators/payouts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
