# Selecting winners and paying out

### Winner selection

* Review submissions after the deadline.
* Select winners from your dashboard
* For **equal split** bounties, select exactly the configured number of winners.
* For **custom rewards**, assign winners per rank/position.

{% hint style="warning" %}
Write your selection rules in the bounty instructions. It prevents disputes after payouts.
{% endhint %}

### Distribution

* Rewards are distributed in one transaction.
* Winners receive CAMP automatically.
* Platform fee is deducted automatically.

### Payout flow (creator)

{% stepper %}
{% step %}

### Confirm you can distribute

* End date has passed.
* Your wallet is connected on Camp Network.
* You have enough CAMP for gas.
  {% endstep %}

{% step %}

### Select winners

* Equal split: select the exact winner count.
* Custom: assign a winner to each rank/position.
* Recheck addresses for duplicates and typos.
  {% endstep %}

{% step %}

### Execute distribution

* Click the distribute action in the UI.
* Confirm the transaction in your wallet.
* Wait for confirmation.
  {% endstep %}
  {% endstepper %}

### Before you distribute

Double-check everything. Distribution cannot be undone.

* Confirm winner addresses. Avoid duplicates.
* Confirm amounts match the configured distribution.
* Confirm you are past the end date.

### After you distribute

* Save the transaction hash. Share it publicly if needed.
* Winners should see CAMP arrive after confirmation.
* If your community wants proof, point them to the transaction on a block explorer.

### Troubleshooting

**The UI won’t let me distribute yet.**

You are likely before the end date, on the wrong network, or not connected as the bounty creator.

**The transaction failed.**

* Check you have enough CAMP for gas.
* Retry later if the network is congested.


---

# 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://creator-vault.gitbook.io/documentation/creator-vault/bounties/selecting-winners-and-paying-out.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.
