> For the complete documentation index, see [llms.txt](https://faq.rollercoin.com/rollercoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.rollercoin.com/rollercoin/f.a.q./task-wall/9.-what-is-a-leaderboard-and-task-wall-competition.md).

# 9. What is a Leaderboard and Task Wall Competition?

The Leaderboard is created for the Weekly Competitions. In these Competitions, you compete with other users, with Task Wall earnings as your points. Winning in such a Competition provides you both with TaskWall Token (TWT) & RLT rewards!

You can then spend TWT for certain lootboxes in the corresponding [<mark style="color:green;">Store section</mark>](https://rollercoin.com/game/market/lootboxes)!

Weekly Competitions run every week from Tuesday 00:00 UTC to Monday 23:59 UTC. Each 1 RLT rewarded from completed tasks will earn you 1 point on the Weekly Competition Leaderboard. Players who rank in the Top 200 at the end of the week will receive rewards in TWT & RLT based on their position on the leaderboard.

You can read more about this in the F.A.Q. section on the Leaderboard page, located below the leaderboard:

[<mark style="color:green;">Leaderboard FAQ</mark>](https://rollercoin.com/taskwall/leaderboard#:~:text=6-,FAQ%20%2D%20Task%20Wall,-Rules%20Weekly)<mark style="color:green;">.</mark>


---

# 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://faq.rollercoin.com/rollercoin/f.a.q./task-wall/9.-what-is-a-leaderboard-and-task-wall-competition.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.
