# Reward distribution

Creator Vault supports two distribution modes.

{% hint style="info" %}
Think of the amounts you configure as **gross** amounts. Fees are deducted automatically during the distribution transaction.
{% endhint %}

### Equal split

Example: `1000 CAMP ÷ 10 winners = 100 CAMP per winner`

* Set a total reward pool.
* Define the number of winners.
* Rewards split equally.

#### Practical advice

* Pick a pool that divides cleanly by the winner count.
* Keep winner count small enough to review submissions properly.

#### Fee impact (example)

Platform fees are deducted during distribution. With a 1% fee:

```
Gross per winner: 100 CAMP
Fee:             1 CAMP
Net to winner:   99 CAMP
```

### Custom rewards

Example:

* 1st: 500 CAMP
* 2nd: 300 CAMP
* 3rd: 200 CAMP

Rules:

* Set amounts per rank/position.
* Total must equal the reward pool.

#### Practical advice

* Use custom rewards when quality varies a lot by rank.
* Keep a simple ranking scheme (top 3, top 5).


---

# 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/reward-distribution.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.
