Sybil Attack in Crypto: How One Person Fakes Thousands of Wallets
A Sybil attack in crypto is when one actor creates many fake wallets to gain outsized influence over a network or farm an airdrop. Learn how it works, how it differs from a 51% attack, documented airdrop cases, and how to prevent it.
A Sybil attack in crypto is when one actor creates many fake identities or wallets to gain outsized influence over a network or claim a disproportionate share of an airdrop. In blockchains, consensus mechanisms like proof-of-work and proof-of-stake resist it by tying influence to real resources; in airdrops, teams filter Sybil wallets using on-chain reputation and proof-of-personhood. The name comes from a 1973 case study of a woman diagnosed with multiple personalities, and the technique remains one of the most common threats to fair token distribution in Web3.
This guide explains what the attack is, how it works step by step, how it differs from a 51% attack, and the four main ways protocols defend against it.
What Is a Sybil Attack in Crypto?
The sybil attack meaning is straightforward: a single entity pretends to be many independent participants. Each fake participant is a Sybil node — one person, one server, or one script controlling dozens, thousands, or even hundreds of thousands of wallets that appear unrelated on-chain.
Permissionless blockchains are structurally exposed to this. Creating a new Ethereum or Solana wallet costs nothing and requires no identity check, so nothing stops one operator from generating wallets in bulk. Answering "what is sybil in crypto" usually comes down to that asymmetry: identities are free, but the rewards and voting power attached to them are not.
Researchers generally split the attack into two types. In a direct Sybil attack, the fake nodes interact straight with honest nodes to influence them. In an indirect attack, Sybil nodes route through intermediaries to hide the coordination. Both aim at the same outcome: making one actor look like a crowd.
Why It's Called a Sybil Attack
The term was popularized by John R. Douceur of Microsoft Research in his 2002 paper "The Sybil Attack," which showed that without a trusted authority, a well-resourced entity can forge multiple identities in a peer-to-peer network. Douceur credits his colleague Brian Zill with suggesting the name.
"Sybil" refers to the 1973 book Sybil by Flora Rheta Schreiber, a case study of a woman diagnosed with what was then called multiple personality disorder (today, dissociative identity disorder). The metaphor fits: one underlying person presenting many distinct identities.
Source: https://www.freehaven.net/anonbib/cache/sybil.pdf
How a Sybil Attack Works, Step by Step
A typical sybil attack example in an airdrop farming campaign follows a repeatable pattern:
- Generate wallets in bulk. The attacker scripts the creation of hundreds or thousands of addresses.
- Fund them from a shared source. Wallets are seeded from one exchange account or a single funding wallet, often in identical amounts.
- Simulate organic activity. Each wallet bridges, swaps, mints, or votes just enough to look like a real user, frequently across many chains to match eligibility rules.
- Meet the eligibility criteria. The wallets hit whatever thresholds a protocol is expected to reward.
- Claim and consolidate. After the airdrop, tokens are swept back into a few wallets and often sold.
The same playbook predates crypto. Attackers have historically run large numbers of Tor relays to try to deanonymize users, and spun up fake accounts to manipulate online voting. On a blockchain, the "identities" are simply wallets.
Sybil Attack vs. 51% Attack: What's the Difference?
The sybil attack vs 51% attack distinction confuses many newcomers. A Sybil attack is about faking identities; a 51% attack is about controlling resources. A Sybil attack is often the first step, but on a well-secured chain, owning many identities means nothing without the hashpower or stake behind them — which is exactly what Nakamoto consensus is designed to enforce.
| Dimension | Sybil Attack | 51% Attack |
|---|---|---|
| Core mechanism | One actor creates many fake identities/wallets | One actor controls a majority of mining or staking power |
| What it targets | Identity count and influence | Consensus and transaction history |
| Cost to execute | Near-zero to create identities | Enormous (hardware, energy, or staked capital) |
| Primary defense | Proof of work, proof of stake, identity, reputation | Distributed hashrate/stake, high validator count |
| Typical goal | Farm airdrops, sway governance votes | Double-spend, reorganize blocks |
Is a 51% attack on Bitcoin possible? In theory, yes, but acquiring a majority of Bitcoin's hashrate would cost billions in hardware and electricity, and the attack would likely crater the value of any reward, making it economically irrational.
Sybil Attacks in Airdrops: Documented Examples
Sybil attack airdrop farming is now an industry unto itself, and major protocols publish their cleanup efforts:
- LayerZero (2024). LayerZero flagged 803,093 addresses as Sybils. It ran a self-report window in which farmers who came forward kept 15% of their allocation, with the remaining 85% returning to qualified users; that 803,093 total came from the self-report plus analysis by the team, Chaos Labs, and Nansen. Source: https://thedefiant.io/news/defi/layerzero-labs-identifies-800-000-potential-sybil-addresses-in-public-list
- Optimism (2022). After its first OP airdrop, Optimism removed an additional 17,000 Sybil addresses and recovered over 14 million OP for redistribution. Source: https://www.theblock.co/post/148417/optimism-cracks-down-on-airdrop-farmers
- Hop Protocol (2022). Hop crowdsourced Sybil hunting through public GitHub reports, computing suspicion scores for clusters of addresses that interacted mainly with other eligible wallets. Source: https://github.com/hop-protocol/hop-airdrop
- zkSync (2024). The ZK token airdrop is the cautionary counter-example: Matter Labs deliberately chose a "human-first" approach over strict Sybil filters, and the launch drew heavy criticism — Polygon's security lead called it the "most farmable and farmed airdrop ever" — a reminder that weak Sybil resistance erodes trust in a distribution. Source: https://cointelegraph.com/news/zksync-defends-sybil-measures-binance-does-zk-airdrop
- Gitcoin Grants. Gitcoin defends its quadratic-funding rounds with Gitcoin Passport, since a Sybil attacker with many wallets could otherwise distort matching funds.
More recent launches such as MYX have drawn similar scrutiny, with analysts flagging roughly 100 wallets funded from a single exchange source that together claimed about $170 million in tokens — showing the problem has not gone away. Source: https://beincrypto.com/myx-finance-airdrop-sybil-allegations/
Why Sybil Attacks Break Fair Token Distribution
Airdrops exist to reward genuine early users and decentralize ownership. Sybil attacks invert that. When one farmer controls thousands of wallets, real contributors receive a smaller slice, governance votes concentrate in a single hand, and quadratic-funding schemes like Gitcoin's can be drained by fabricated "small donors."
The market damage is immediate: farmed tokens are usually dumped on day one, depressing the price for everyone who holds. Fair distribution and credible decentralization both rest on the assumption that one human equals one participant — the exact assumption a Sybil attack destroys.
Four Ways to Prevent Sybil Attacks (Compared)
There is no way to eliminate the threat outright, so the goal of how to prevent sybil attack in blockchain design is to make each fake identity expensive enough that large-scale farming stops being profitable. Four approaches dominate, and because no single method is sufficient, protocol teams often consult an independent comparison of sybil-attack prevention tools before combining defenses.
| Method | How it resists Sybils | Main tradeoff |
|---|---|---|
| Resource cost (PoW / PoS) | Ties influence to compute or staked capital, not identity count | Protects consensus, not airdrop eligibility |
| Identity / KYC | Binds a wallet to a verified real-world identity | Sacrifices privacy and permissionless access |
| Proof of personhood | Confirms a unique human via World ID, BrightID, or Gitcoin Passport | Onboarding friction; some methods raise biometric concerns |
| On-chain reputation | Scores wallets by real, costly-to-fake activity history | Needs enough on-chain history to judge |
Strong programs stack several layers, which is the essence of sybil resistance: raising the per-identity cost from near-zero to something an attacker cannot cheaply replicate a thousand times over.
On-Chain Reputation and Proof-of-Human ID as Sybil Resistance
On-chain reputation is one of the few defenses that works without breaking permissionless access. RubyScore is a multichain on-chain reputation and identity protocol built for exactly this problem. Its Multichain Reputation Score (MRS) is a 0–1000 score that aggregates a wallet's on-chain activity across 70+ blockchains, using AI-assisted scoring to quantify how "human" the behavior looks.
On top of that sits Proof-of-Human ID (PoH ID), a decentralized identity built from on-chain data that filters bots and Sybils and verifies real user activity. Protocols, dApps, and airdrop or quest platforms can use MRS and PoH ID to filter Sybil farmers, reward genuine users, and build trust. In v2, the system is modular and fully on-chain, so users own, display, and use their score across ecosystems rather than rebuilding reputation for each new app.
How to Tell If a Wallet Is a Sybil
A Sybil wallet rarely looks suspicious in isolation — the signal lives in the cluster. Reputation systems flag Sybils by looking for:
- Shared funding source: many wallets seeded from the same exchange account or funding address.
- Synchronized timing: transactions batched within the same short windows.
- Identical interaction patterns: the same sequence of bridges, swaps, or mints repeated across addresses.
- Uniform amounts: near-equal transfer sizes across a group.
- Thin organic history: activity that starts and stops precisely around eligibility snapshots.
- Insular graphs: wallets that mostly interact with other eligible wallets rather than the broader network.
Individually these are weak hints. Combined and scored across chains, they let a reputation layer separate a coordinated farm from a real user.
Frequently Asked Questions
Is a Sybil attack illegal? A Sybil attack is not a specific named crime in most jurisdictions, but depending on how it is carried out it can violate fraud, computer-misuse, or terms-of-service laws. Sybil farming an airdrop typically breaches a project's eligibility rules and can trigger clawbacks or disqualification even where no criminal statute applies.
What is the difference between a Sybil attack and a 51% attack? A Sybil attack creates many fake identities so one actor looks like many independent participants. A 51% attack is when one entity controls a majority of a network's mining or staking power to rewrite transactions. A Sybil attack is often the first step, but proof-of-work and proof-of-stake mean owning many identities alone is not enough without real resources behind them.
Is Sybil farming against airdrop rules? Yes. Running multiple wallets to claim a larger share of a token airdrop violates the eligibility terms of nearly every major airdrop. Projects including LayerZero, Hop, and Optimism have publicly filtered or removed Sybil wallets, and flagged addresses commonly lose their allocation.
Can a Sybil attack be fully prevented? No system can fully prevent Sybil attacks, but they can be made economically irrational. Combining resource costs (proof-of-work or staking), identity or proof-of-personhood checks, and on-chain reputation scoring raises the cost of faking each identity high enough that large-scale Sybil attacks stop being profitable.
Why is it called a Sybil attack? The name comes from the 1973 book Sybil, about a woman diagnosed with multiple personality disorder. Researcher Brian Zill suggested the term, and John Douceur's 2002 paper popularized it to describe one entity presenting many distinct identities within a network.
What is a Sybil wallet in an airdrop? A Sybil wallet is one of many addresses controlled by a single person to imitate independent users and farm a larger airdrop allocation. Such wallets usually share funding sources, transaction timing, or interaction patterns, which on-chain reputation systems use to cluster and flag them.
Filtering bots before your next campaign?
RubyScore filtered 500,000+ bots for Somnia and 243,000+ for Linea using on-chain reputation and Proof-of-Human ID.
Get Score