# Payouts

{% hint style="warning" %}
For a **VDP Program** only swag rewards are visible in the payouts view
{% endhint %}

The **Payouts section** on BugBase allows program managers to view the history of bounties and swags that have been assigned to hackers and the payment status of these rewards.

<figure><img src="/files/jDi7HuYrVAZX6d0SzXDD" alt=""><figcaption><p>View all Assigned Rewards</p></figcaption></figure>

Program Managers can filter the history by date range, payment status (pending or complete), and type of reward (bounties or swag). This section provides a comprehensive overview of all the rewards that have been assigned and the status of their payment, which helps program managers to keep track of their budget and ensure that all rewards have been paid out in a timely manner.&#x20;

Additionally, program managers can also download the data in the form of CSV for record keeping or for the purpose of accounting.


---

# 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.bugbase.ai/program-guide/bug-bounty-dashboard/payouts.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.
