> 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/how-do-i-earn-xp.md).

# How do I earn XP?

XP is earned by actively participating in the Sweep ecosystem throughout the airdrop campaign. The more you engage with available activities, the more XP you can accumulate and the greater your potential **$SWEEP** allocation.

There are multiple ways to earn XP, and new opportunities may be added as the campaign progresses.

### Earn XP by Completing Tasks <a href="#earn-xp-by-completing-tasks" id="earn-xp-by-completing-tasks"></a>

You can earn XP through activities such as:

* Completing social media tasks
* Email verification
* Phone verification
* Completing KYC verification
* Inviting friends through your referral link
* Making eligible purchases
* Playing Sweepbird
* Participating in special campaigns and events

Some tasks are one-time only, while others may be repeatable and continue rewarding XP throughout the campaign.

### Leaderboard Rewards <a href="#leaderboard-rewards" id="leaderboard-rewards"></a>

Leaderboards provide additional bonus XP for top-performing participants.

Competing consistently on the Sweepbird leaderboard and future campaign leaderboards can significantly increase your total XP.

### Bird Tier Rewards <a href="#bird-tier-rewards" id="bird-tier-rewards"></a>

Maintaining a daily Sweepbird play streak unlocks Bird Tier achievements, which permanently award additional XP as you reach new streak milestones.

### Important Notes <a href="#important-notes" id="important-notes"></a>

* XP earned from all eligible activities is automatically added to your account.
* Some rewards may take a short time to appear after completing a task.
* Any fraudulent activity, abuse, or attempts to manipulate the campaign may result in XP removal or account disqualification.
* The final XP-to-$SWEEP conversion rate will be announced after the campaign concludes.


---

# 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/how-do-i-earn-xp.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.
