> For the complete documentation index, see [llms.txt](https://superb-1.gitbook.io/superb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://superb-1.gitbook.io/superb/competition/weekly-ranked-competition.md).

# Weekly Ranked Competition

## What is it?

***

<figure><img src="https://cdn-images-1.medium.com/max/800/1*6GuZtB9zrwxmQFFBXu_uKQ.png" alt=""><figcaption></figcaption></figure>

Weekly ranked competition is a live, ongoing competition available throughout Super-B early access. Rankings reset every week, giving players a clean slate and rewards to earn based on final rank placement.

### How does it work

* Throughout early access, runs on weekly basis&#x20;
* Rankings reset every thursday
* Rewarded at week's end based on leaderboard ranking
* Rewards are sent out through the in-game mailbox.

## Rewards

***

<figure><img src="https://cdn-images-1.medium.com/max/800/1*nTJ_GZIoXTUX04sd_2esiA.png" alt=""><figcaption></figcaption></figure>

<div><figure><img src="/files/1yr1JmVu6LjcQqGUXn9E" alt=""><figcaption></figcaption></figure> <figure><img src="/files/WGiloDvqlzRLNoD1nx5y" alt=""><figcaption></figcaption></figure></div>

Through the 'Trophy' button in the lobby, players can view the amount of rewards tied to GP and RP leaderboards. Remaining time for the current week’s ranked games can also be found here.

{% hint style="info" %}

<p align="center"><mark style="color:$info;"><strong>A total of $748 worth in-game currency is prepared as leaderboard rewards.</strong></mark> </p>
{% endhint %}

## How to join

***

* **GP leaderboard:** [VIP Pass](https://superb-1.gitbook.io/superb/~/revisions/G2ENjI6JjRbt0Adz8dUU/introduction/general/vip-pass) is required.
* **RP leaderboard:** No requirements. Anyone can join.

## Game schedule

***

<div><figure><img src="https://cdn-images-1.medium.com/max/800/1*ooDgAL28jPXbs2x5uztj7g.png" alt=""><figcaption></figcaption></figure> <figure><img src="https://cdn-images-1.medium.com/max/800/1*-jz1MDRWOJ6sXl_wfkZytw.png" alt=""><figcaption></figcaption></figure></div>

For the most accurate info, please view it through the 'Calendar' button at the bottom of the lobby.

Generally, weekly ranked competition starts and ends on thursday(UTC).

* Ex) Jan 8, 08:30 — Jan 15, 07:30 (UTC)

{% hint style="info" %}

<p align="center"><mark style="color:$info;"><strong>Schedules may change due to operational circumstances.</strong></mark></p>
{% endhint %}


---

# 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://superb-1.gitbook.io/superb/competition/weekly-ranked-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.
