> 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-the-sweep-airdrop.md).

# What is the Sweep Airdrop?

The Sweep Airdrop is a community rewards campaign that allows eligible participants to earn **XP** by engaging with the Sweep ecosystem. Throughout the campaign, users can complete various activities to accumulate XP and increase their potential **$SWEEP** allocation.

XP can be earned by completing social tasks, verifying your account, inviting friends, participating in Sweep games, making eligible purchases, and other campaign activities. Some tasks may be repeatable, allowing you to earn additional XP over time.

Your total accumulated XP plays a significant role in determining your final airdrop allocation. In addition, certain activities—such as leaderboard participation—may provide access to extra rewards and exclusive campaign benefits.

The final **XP-to-$SWEEP conversion rate** will be announced after the airdrop campaign concludes. This ensures that all participants are rewarded fairly based on their total contribution throughout the campaign.

The Sweep Airdrop is designed to reward active, genuine community members. Consistent participation across the ecosystem is the most effective way to maximize your potential allocation.

### Ways to Earn XP <a href="#ways-to-earn-xp" id="ways-to-earn-xp"></a>

You can earn XP through various activities, including:

* Completing social media tasks
* Email, phone, and KYC verification
* Inviting friends through your referral link
* Playing Sweep games such as Sweepbird
* Making eligible purchases
* Completing future campaign tasks and events

Some activities can be completed multiple times and may continue to reward XP throughout the campaign.

### What Happens After the Campaign? <a href="#what-happens-after-the-campaign" id="what-happens-after-the-campaign"></a>

Once the campaign ends:

* Total XP for all participants will be finalized.
* The XP-to-$SWEEP conversion rate will be announced.
* Final allocations will be calculated.
* Distribution details and claiming instructions will be shared through the official Sweep channels.


---

# 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-the-sweep-airdrop.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.
