# Task FAQs

**What happens when I submit a task on Koris?**\
When you submit a task on Koris, the system calculates the maximum reward you can receive based on the remaining bounty in the campaign, the current amount of time, and the other active streams.

**How is the maximum amount for my reward calculated?**\
This is an estimate that takes into account the amount left in the campaign, the time of the campaign, and the amount of active streams.

<figure><img src="/files/rfAkEP63JcdYQNYxyESK" alt=""><figcaption></figcaption></figure>

**When will I receive my reward after submitting a task?**\
If you submit a task and there is enough bounty left, adequate time, and depending on the amount of other active streams you will receive a maximum amount at the end of the campaign. This is calculated based on the above.

**What determines the amount of my reward?**\
The amount of your reward is determined by the remaining bounty in the campaign, the amount of time left for the campaign, and the amount of other active streams.

**What happens if I submit my task late in the campaign?**\
If you submit your task late in the campaign the amount you will receive will be calculated by the amount left in the campaign, the time remaining, and the other active streams.

**My submission was slashed, what does this mean?**\
This means that your submission was reviewed and didn't meet the requirements of the campaign. This means your potential reward is reduced.


---

# 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.koris.io/koris/faq/task-faqs.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.
