# Check Rewards

Vimix gives both campaign creators and contributors a clear view of how **story movement is evaluated and allocated**.

All contributions are tracked through the **Story Graph**, and allocation is calculated automatically based on **Flow** and the campaign’s criteria.

A **10% platform fee** is applied only to rewards that are successfully distributed.

***

### **For campaign creators**

Vimix gives you full visibility into how a campaign unfolded and how allocations are calculated.

You can see:

* **all eligible contributions** and the Flow they generated
* **each contributor’s share of total story movement**
* **how Flow travels through the Story Graph**, showing who extended whom and where momentum came from

You also retain the ability to apply basic review controls, including excluding:

* obvious bot accounts
* repetitive or low-effort submissions that do not meaningfully extend the idea

In practice, this gives you access to:

* a **Story Graph view** showing how the campaign’s narrative evolved
* a **contribution breakdown** highlighting which contributors drove the most continuation
* **allocation calculations** based on your campaign’s criteria and observed Flow
* a **downloadable CSV** for manual or off-chain allocation if needed

***

### **For contributors**

Vimix lets you understand how your work contributed to the campaign.

You can see:

* **Flow generated by each of your contributions**
* **your share of total impact** within the campaign
* **how your extensions connect to others** in the Story Graph

Once the campaign concludes and allocations are finalized:

* eligible contributors can claim their allocation directly


---

# 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.vimix.fun/user-guide/check-rewards.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.
