> For the complete documentation index, see [llms.txt](https://docs.duels.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duels.trade/fees-and-rewards/rewards-draws-and-refunds.md).

# Rewards, draws, cancellations, and refunds

## Winner settlement

### Portfolio Duel

The gross Reward is the sum of Entry Amounts. Settlement fees are calculated from losing Entry Amounts, and the remaining Reward is paid to the winner.

Entry Amounts are safeguarded and settled through a non-custodial smart contract.

### Kingmaker

The Reward is dynamic because each Duel Wallet changes through real trading. The top performer receives the remaining Duel Wallet funds after settlement.

Each Duel Wallet is a participant-specific non-custodial smart-contract vault.

### Funded Duel

The gross Reward is the sum of real Entry Amounts. Virtual trading determines placement; the winner receives the net real-USDC Reward.

Real Entry Amounts are safeguarded and settled through a non-custodial smart contract. Virtual positions never trade those Reward funds.

## Draws

When the app declares a draw:

* Tied traders are shown in first place.
* **Reward Split** is displayed.
* The applicable mode fee is deducted.
* Remaining funds are divided or returned according to the draw result.

## Leaving

Before start, **Leave Duel** can return the Entry Amount when the confirmation dialog says a refund applies.

## Cancelling

The creator can cancel while cancellation is available. The confirmation dialog states how many participants will be refunded.

## Failed or delayed settlement

If a result is visible but funds have not updated:

1. Wait for the ending and settlement process to complete.
2. Refresh Account balance and Transaction Activity.
3. Record the duel invite code and wallet address.
4. Use **Support & Feedback** if the balance remains incorrect.

The result screen can appear before every financial update has finished. Do not submit a second entry or transfer solely because a payout or refund is still settling.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.duels.trade/fees-and-rewards/rewards-draws-and-refunds.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
