# Settlement & Rewards

## Challenge Completion

When the countdown reaches zero, the challenge automatically ends and settlement begins immediately.

***

### Successful Completion

If you meet all completion criteria:

1. Challenge ends automatically when time expires
2. View your results on the settlement page
3. Click "Claim Reward"
4. Confirm the on-chain transaction
5. Rewards are sent to your wallet

**Reward Calculation**: Entry fee × Reward multiplier + Referral bonuses

***

### Challenge Failure

Common failure reasons include:

* **Hit Drawdown Limit**: Account equity dropped below the threshold and triggered automatic liquidation.
* **Missed Profit Target**: Final account equity did not reach the target amount.
* **Insufficient Valid Trades**: Did not complete the minimum required number of valid trades (trades held ≥60 seconds).
* **Single Trade Profit Exceeded**: One trade's profit exceeded 75% of the total profit target.
* **Positions Remain Open**: Did not close all positions before challenge expiry.


---

# 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.deriw.com/edge-hour/settlement-and-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.
