From 055cc34fcbf476d2f6350779100734b71c57f071 Mon Sep 17 00:00:00 2001 From: Tham Kei Lok Date: Thu, 23 Jul 2026 17:18:30 +0700 Subject: [PATCH 1/2] Add Sybil labels to wallet labels list Document the new sybil-list membership labels (Sybil (LayerZero) / (Hop) / (Optimism)) under a dedicated Sybil subheading, plus a Sybil lists entry in the label-sources list. Matches the labels added in formono #2075. Co-Authored-By: Claude Opus 4.8 --- features/wallet-intelligence/wallet-labels.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/features/wallet-intelligence/wallet-labels.mdx b/features/wallet-intelligence/wallet-labels.mdx index 10e72e9..60659ec 100644 --- a/features/wallet-intelligence/wallet-labels.mdx +++ b/features/wallet-intelligence/wallet-labels.mdx @@ -31,6 +31,16 @@ Every wallet is assigned a lifecycle stage based on its recency and active days: | **Coinbase One** | Coinbase One subscription attestations | | **Binance Verified** | Holds a [Binance Account Bound Token (BABT)](https://www.binance.com/en/babt), attesting the wallet completed Binance KYC | +### Sybil + +Wallets that appear on published airdrop sybil / farmer lists. These are one-time historical snapshots from past airdrop investigations, so a wallet is labelled only if it was named in the original list. + +| Label | Description | +|-------|-------------| +| **Sybil (LayerZero)** | Named in the [LayerZero airdrop sybil list](https://github.com/psrvere/layerzero-sybil-checker) as a suspected airdrop farmer | +| **Sybil (Hop)** | Listed as an eliminated sybil attacker in the [Hop Protocol airdrop](https://github.com/hop-protocol/hop-airdrop/blob/master/src/data/eliminatedSybilAttackers.csv) | +| **Sybil (Optimism)** | Removed from the [Optimism airdrop](https://community.optimism.io/citizens-house/airdrops/airdrop-1) for sybil activity | + ### Others | Label | Description | @@ -51,6 +61,7 @@ Formo automatically analyzes each wallet's onchain activity and assigns relevant **Label sources:** - **Lifecycle** - Engagement stage derived from each wallet's recency and active days - **Attestations** - Verified credentials from Coinbase, Binance, Human Passport, and OFAC sanction lists +- **Sybil lists** - Membership in published airdrop sybil / farmer lists (LayerZero, Hop, Optimism) - **Campaigns** - Participation in incentive campaigns such as Merkl - **Onchain registries** - Standards such as ERC-8004 that identify AI agent wallets - **Custom** - Labels you add manually to a wallet's profile From eeba00d25cb44520132e46e15b681bef97559df9 Mon Sep 17 00:00:00 2001 From: Yos Riady <1084226+yosriady@users.noreply.github.com> Date: Thu, 23 Jul 2026 17:20:03 +0700 Subject: [PATCH 2/2] Update features/wallet-intelligence/wallet-labels.mdx --- features/wallet-intelligence/wallet-labels.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/wallet-intelligence/wallet-labels.mdx b/features/wallet-intelligence/wallet-labels.mdx index 60659ec..37a9fa7 100644 --- a/features/wallet-intelligence/wallet-labels.mdx +++ b/features/wallet-intelligence/wallet-labels.mdx @@ -38,7 +38,7 @@ Wallets that appear on published airdrop sybil / farmer lists. These are one-tim | Label | Description | |-------|-------------| | **Sybil (LayerZero)** | Named in the [LayerZero airdrop sybil list](https://github.com/psrvere/layerzero-sybil-checker) as a suspected airdrop farmer | -| **Sybil (Hop)** | Listed as an eliminated sybil attacker in the [Hop Protocol airdrop](https://github.com/hop-protocol/hop-airdrop/blob/master/src/data/eliminatedSybilAttackers.csv) | +| **Sybil (Hop)** | Listed as a sybil attacker in the [Hop Protocol airdrop](https://github.com/hop-protocol/hop-airdrop/blob/master/src/data/eliminatedSybilAttackers.csv) | | **Sybil (Optimism)** | Removed from the [Optimism airdrop](https://community.optimism.io/citizens-house/airdrops/airdrop-1) for sybil activity | ### Others