> For the complete documentation index, see [llms.txt](https://docs.duel.win/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duel.win/rewards-and-giveaways/daily-races.md).

# Daily Races

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

[Duel's Daily Race](https://duel.win/daily-race) rewards players with the highest total wagers placed within the allotted time period displayed on the timer. Race to the top of the leaderboard to win! You can find the leaderboard and the countdown timer for the Daily Race in the [Wager Race](https://duel.win/daily-race) section on the Duel Casino platform.

***IMPORTANT*****:** The Daily Race Timer will reset everyday at **12 AM UTC.**  There will be a 1 hour recess after the reset. Wagers placed between 12:00 AM UTC and 12:59 AM UTC will not count towards your total wagered in regards to Daily Races.

### **Daily Race Prizes**

🥇 1st place: **400 CHIPs** \
🥈 2nd place: **160 CHIPs** \
🥉 3rd place: **100 CHIPs**\
4th Place: **40 CHIPs** \
5th Place: **32 CHIPs**\
6th Place: **20 CHIPs**\
7th Place: **14.5 CHIPs**\
8th Place: **13 CHIPs**\
9th Place: **11 CHIPs**\
10th Place: **9.5 CHIPs**

*(1 CHIP = 1 USDC)*

#### Reward Scheduling

25% of daily race rewards are instantly claimable and the remaining 75% is added to your rewards calendar.&#x20;


---

# 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.duel.win/rewards-and-giveaways/daily-races.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.
