> 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/what-is-sweepbird.md).

# What is Sweepbird?

Sweepbird is an arcade game within the Sweep ecosystem that allows participants to earn additional XP during the Sweep Airdrop campaign.

By playing the game, achieving high scores, maintaining daily activity, and competing on the leaderboard, players can continuously increase their total XP throughout the campaign.

Every XP earned through Sweepbird contributes directly to your overall airdrop progress, making it one of the most effective ways to maximize your potential **$SWEEP** allocation.

### How Does Sweepbird Work? <a href="#how-does-sweepbird-work" id="how-does-sweepbird-work"></a>

The objective is simple: play the game, improve your score, and compete against other players.

Your best score of the day determines your position on the daily leaderboard. The higher you rank, the more bonus XP you can earn.

In addition to leaderboard rewards, maintaining a daily play streak unlocks Bird Tier achievements, providing permanent XP rewards for reaching consecutive-day milestones.

### Daily Leaderboard <a href="#daily-leaderboard" id="daily-leaderboard"></a>

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

Players who finish in the daily Top 100 receive bonus XP based on their final ranking before the leaderboard resets.

### Why Play Sweepbird? <a href="#why-play-sweepbird" id="why-play-sweepbird"></a>

Sweepbird offers one of the fastest ways to earn additional XP during the campaign.

By playing consistently, maintaining your streak, and competing for higher leaderboard positions, you can significantly increase your final **$SWEEP** allocation.


---

# 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/what-is-sweepbird.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.
