> For the complete documentation index, see [llms.txt](https://docs.fuul.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fuul.xyz/fuul-mcp-server/payout-approvals.md).

# Payout Approvals

When an incentive has **Disable automatic payouts** enabled in its advanced settings, rewards don't go out automatically — they sit in a queue visible from the app under **Payouts → Pending Approval**. The Fuul MCP lets you manage that queue directly from your AI assistant.

## 1. See what's pending

> "What payouts are waiting for approval?"

{% hint style="info" %}
Returns each pending payout with the user's wallet, the conversion it came from, the reward amount and currency, and the date it was generated.
{% endhint %}

## 2. Approve payouts

> "Approve all pending payouts"

> "Approve CryptoKing's payout"

> "Approve all payouts from last week"

> "Approve all pending payouts for the 'Follow on X' conversion"

{% hint style="info" %}
Approve by specific payout IDs, by date range, or filtered by affiliate or user wallet address.
{% endhint %}

## 3. Reject payouts

> "Reject CryptoKing's payout"

> "Reject all pending payouts from this month"

> "Reject all pending payouts for the 'Follow on X' conversion"

{% hint style="info" %}
Reject by specific payout IDs, by date range, or filtered by affiliate or user wallet address.
{% endhint %}

## 4. Review payout history

> "How much have we paid out this month?"

> "How much did we pay in March?"

> "How many points did CryptoKing earn as an end user vs as a referrer?"

{% hint style="info" %}
Only token payouts. Filter by status: `open`, `unclaimed`, or `claimed`.
{% endhint %}


---

# 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.fuul.xyz/fuul-mcp-server/payout-approvals.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.
