> For the complete documentation index, see [llms.txt](https://moow.gitbook.io/moow-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moow.gitbook.io/moow-whitepaper/bullrunner-game/bullrunner-leaderboard.md).

# Bullrunner Leaderboard

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

### Description

Leaderboard in Bullrunner allows players to compete against each other for high scores. The leaderboard is updated regularly and allow players to see how they compare to other players.

Bullrunner's leaderboard system is a key feature of the game, providing players with the opportunity to **compete with each other and earn rewards**. Currently, the game offers an All Time leaderboard of the Solo Mode, with plans to release seasonal leaderboards in the near future.

The All Time leaderboard allows players to see who has achieved the highest scores in the game over time. Players can strive to climb the ranks and reach the top spot, showcasing their skills and dedication to the game.

### Special Events

In addition to the ongoing competition on the All Time leaderboard, MOOW offers special competitions based on the leaderboard, which are announced manually in MOOW Socials. These competitions provide players with a chance to compete for valuable rewards, adding an exciting element of competition to the game.

The addition of seasonal leaderboards will provide even more opportunities for players to compete with each other and strive for the top spot. These leaderboards will be based on shorter time frames, creating new challenges and goals for players to work towards.

Bullrunner's leaderboard system is a crucial aspect of the game, providing players with a fun and engaging way to compete and earn rewards. We are committed to continually improving the leaderboard system and offering new competitions and challenges for our players.


---

# 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://moow.gitbook.io/moow-whitepaper/bullrunner-game/bullrunner-leaderboard.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.
