# Leaderboards

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

## Beasties Leaderboard

Witness the mightiest collectors! Displaying the largest and most robust Beastie collections, ranked by the sum of attributes across all Beasties at your address.

**Weekly rewards:**

Top 1 - 25: Magic Defence Buff (Increase Magic Defence for 10%) (Stackable with buff from Lucky Wheel) (PVE only)&#x20;

Top 1 - 50: Physical Defence Buff (Increase Physical Defence for 10%) (Stackable with buff from Lucky Wheel) (PVE only)&#x20;

*(If you are in top 25, you will get both 2 buffs)*

## Avatars Leaderboard&#x20;

Style spotlight! Unveiling champions with the coolest and rarest Avatars, showcasing your unique flair.

**Weekly rewards:**

Top 1 - 25: Magic Attack Buff (Increase Magic Attack for 10%) (Stackable with buff from Lucky Wheel) (PVE only)

Top 1 - 50: Physical Attack Buff (Increase Physical Attack for 10%) (Stackable with buff from Lucky Wheel) (PVE only)

*(If you are in top 25, you will get both 2 buffs)*

## Dungeons Leaderboard&#x20;

Conquer the depths! Track the champions of this week's dungeons—prove your mastery by claiming victory in as many dungeons as possible.

**Weekly rewards:**&#x20;

Top 1 - 25: PVP Magic Buff (Increase Magick stats for 10%) (PVP only)

Top 1 - 50: PVP Physical Buff (Increase Physical stats for 10%) (PVP only)

*(If you are in top 25, you will get both 2 buffs)*

## PvP Leaderboard&#x20;

Enter the arena! Discover the week's most skillful warrior, crowned by victories in thrilling PvP battles. Compete fiercely to claim your spot.

**Weekly rewards:**&#x20;

Top 1 - 25: Reduce Dungeon Time (Reduce Dungeon Time for 2 hours) (Stackable with buff from Lucky Wheel)

Top 1 - 50: Small Reduce Dungeon Time (Reduce Dungeon Time for 1 hour) (Stackable with buff from Lucky Wheel)

*(If you are in top 25, you will get both 2 buffs)*

## Combined Leaderboard and Weekly Raffle

From all the leaderboards listed above, a  "Combined Leaderboard" will be calculated.&#x20;

Based on this leaderboard, weekly prizes will be drawn! 5 Random Winners will be selected.

🏆 Common Beastie + 500 Candies&#x20;

🥈 Generic Beastie + 300 Candies&#x20;

🥉 Generic Beastie + 150 Candies&#x20;

🎖 150 Candies + 1 Gold Nugget + 3 Silver Nugget&#x20;

🎖 150 Candies + 1 Silver Nugget + 3 Copper Nugget

#### Raffle Algorithm

Raffle contract: <https://bscscan.com/address/0x84Cd757AbaF70e970b499ac99Ab0dE1Dce3f621B>

Every Monday, the giveaway moderator takes a snapshot of the leaderboard. Then he gets a sha256 hash of this snapshot. Then he uses a special smart contract in which he puts the snapshot hash and gets pseudo-random 5 numbers. These numbers remain on the blockchain forever so that everyone can verify the fairness of the giveaway. Then according to the numbers, we get the winners.


---

# Agent Instructions: 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:

```
GET https://docs.beasties.online/leaderboards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
