# Sybil Filtering

Filtering out sybils—industrial farmers or individuals who gamed the system. While we appreciate the effort and resources invested by everyone, fairness requires that sybil accounts are not rewarded. For example, the largest cluster identified consists of over 434 wallets.

We’ve taken a lenient approach— main wallet (with the highest Teva) will receive 100% allocation. However, secondary accounts meeting one or more of the following five sybil criteria have been flagged.

### Criteria

<table><thead><tr><th width="230">Sybils Type</th><th>Description</th></tr></thead><tbody><tr><td>Game</td><td>Overlap detected through in-game tracking</td></tr><tr><td>Name</td><td>Farming accounts with similar names</td></tr><tr><td>Karma</td><td>Accounts that bought Karma via smart contract but never logged into Tevaera</td></tr><tr><td>On-Chain</td><td>Connections between wallets revealed via on-chain tracking tools and community (thanks Sunar)</td></tr><tr><td>Pool Play</td><td>Karma consolidated through pool play to boost reputation scores</td></tr></tbody></table>

### Challenge Process

With a fun and fair approach, we provided an option to submit a sybil challenge via form. If the appeal was genuine, there was no need to worry. However, invalid challenges were disapproved, resulting in a loss of Teva across all accounts, including the main account.


---

# 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.tevaera.com/archive/teva-airdrop/sybil-filtering.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.
