# Airdrop

Reward the diamond hands - airdrop tokens to the top 420 holders across the Anoncoin ecosystem based on their holding behavior and engagement.

## Top 420 Leaderboard

The leaderboard showcases the top 420 wallets across the Anoncoin ecosystem. Any Anoncoin user can airdrop coins they hold in their Anoncoin wallet directly to all 420 wallets on the leaderboard.

When sending an airdrop, users can choose to exclude wallets that already hold the coin (1+ tokens) being airdropped.

Each wallet on the leaderboard includes a [Mirror Link](https://mirrorlink.io/) URL that can be used to automatically copy-trade against that wallet.

## How to Airdrop

1. Navigate to the Airdrop page and click **Airdrop**
2. Select the coin you want to airdrop from your wallet
3. Choose whether to exclude existing holders of that coin
4. Enter the amount per holder and click **Proceed**
5. Review the summary and click **Confirm & Airdrop**

> 📌 The sender pays Solana gas fees for the airdrop transaction. Make sure your Anoncoin wallet holds enough SOL to cover the estimated fees, in addition to the tokens being airdropped.

## Airdrop History

All completed airdrops are displayed in a table sorted by most recent. Each row includes:

* **Amount** - total USD value disbursed in that airdrop
* **Units** - total number of tokens sent in that airdrop
* **Recipients** - number of wallets that received the airdrop
* **Still Holding** - percentage of airdrop recipients who still hold the coin and have not sold. A hyphen (-) indicates the coin is not currently in the top 30 by market cap, so holding data is not tracked for it. This data is automatically refreshed every 24 hours.

## How the Top 420 Are Selected

1. The system identifies the **top 30 coins by market cap** on the platform.
2. For each coin, the **top 100 holders** are selected based on on-chain token balance. Every collected wallet is then checked for holdings across all 30 tracked coins, and the total portfolio value is summed for each wallet.
3. The **top 420 wallets by total portfolio value** are selected for the leaderboard and ranked using a score that factors in unrealized PnL, holding time, and other signals.

The system automatically refreshes this list every 24 hours.

> 📌 The **Avg Hold** column on the leaderboard represents the average holding time over the last 30 days for the top 30 coins for that wallet.


---

# 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.anoncoin.it/platform-mechanics/airdrop.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.
