# Airdrop

FLock airdrop allocates 50,000,000`FLOCK` (5% of total supply) to trainers, validators, delegators, model users, and community partners. Subject to terms and conditions stated [here](/resources/flock-token-airdrop-terms-and-conditions.md).

## Eligibility

### 1. For participants in the Model Store (models.flock.io)

**Eligibility Criteria**:

* **Option 1**: Users with a score of **300 or above**, who have verified at least one social account, and hold assets on either the Ethereum or Base mainnet.
* **Option 2**: Users who have participated in specific events and received direct rewards through manual evaluation.

Eligible users will take part in a verifiable lucky draw to determine the amount of airdrop they will receive. Users will be categorised into four tiers, each corresponding to a specific `FLOCK` reward range.

### 2. For participants in the AI Arena (train.flock.io)

**Eligibility Criteria**:

* Users must have earned at least **1 FML** (our testnet token).

**Sybil Resistance Measures**:

* The primary method of Sybil resistance relies on **submitted IP addresses**.
* For an address to be considered as potentially Sybil-related:
  1. It has submitted from the same IP used by other addresses **on the same day**
  2. **And** situation 1 has happened **three or more time**

**FAQ**

I rented instance from cloud platform, and the same instance might be rented by others, will I be considered Sybil?&#x20;

**Answer**: No, you will only be considered as Sybil if there is another address rented exactly the same instance you rented **on the same day**, and such coincidence happend **three or more times**.

Addresses identified as Sybils will have their rewards **proportionally reduced**, depending on the size of the associated cluster.

**Airdrop Calculation**:

* The number of tokens airdropped is based on the **earned FML** amount.
* Tokens directly claimed (such as via Faucet) or received as transfers **do not count** toward the calculation (with the exception of tokens distributed through specific campaigns and special task emission).


---

# 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.flock.io/flock-tokenomics/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.
