> For the complete documentation index, see [llms.txt](https://docs.sweep.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sweep.finance/airdrop/leaderboards-bird-tiers-and-rewards.md).

# Leaderboards, Bird Tiers and Rewards

Leaderboards reward the most active participants throughout the Sweep Airdrop campaign. In addition to earning XP through tasks and gameplay, participants can receive extra rewards by achieving high leaderboard rankings and maintaining consistent activity.

### General Leaderboard <a href="#general-leaderboard" id="general-leaderboard"></a>

Your accumulated XP determines your position on the overall leaderboard.

Participants who finish within the **Top 1,000** will receive additional **$SWEEP** rewards on top of their standard airdrop allocation. Higher rankings within the Top 1,000 unlock progressively larger bonus allocations and additional ecosystem benefits.

Further details regarding reward distribution will be announced during the campaign.

### Sweepbird Leaderboard <a href="#sweepbird-leaderboard" id="sweepbird-leaderboard"></a>

Sweepbird features a separate daily leaderboard based on your highest score each day.

The leaderboard resets every day at **00:00 UTC**, giving every player a fresh opportunity to compete.

Daily bonus XP is awarded as follows:

* **#1:** +500 XP
* **#2:** +250 XP
* **#3:** +100 XP
* **#4–10:** +50 XP
* **#11–100:** +25 XP

### Bird Tiers <a href="#bird-tiers" id="bird-tiers"></a>

Bird Tiers reward consistency rather than high scores.

By playing at least one Sweepbird game every day, you build a daily streak. Reaching streak milestones unlocks unique Bird Tier badges and permanently awards additional XP to your account.

Missing a day resets your streak to zero, so consistent participation is the best way to maximize your long-term rewards.


---

# 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.sweep.finance/airdrop/leaderboards-bird-tiers-and-rewards.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.
