Documentation

Last updated: February 20, 2026

Quick start

Install DropScope with a single command:

curl -fsSL https://dropscope.dev/install | bash

Then run your first scan:

dropscope check 0xYOUR_WALLET_ADDRESS

Commands

dropscope check <address>

Scan a wallet address across all tracked protocols. Returns eligibility status, estimated value, and detailed per-protocol breakdown.

dropscope list

Display all currently tracked protocols with their chain and status (Live, Upcoming, Completed).

dropscope --version

Print the current installed version.

dropscope --help

Show usage information and available commands.

Status types

Eligible

Your wallet meets all known published criteria for this airdrop.

Likely

Your wallet meets most criteria. Some thresholds are estimated based on historical patterns.

Pending

Airdrop hasn't been announced yet. Your activity is being tracked for when it does.

Claimed

You were eligible and already claimed this airdrop.

Not Eligible

Your wallet does not meet the known criteria for this airdrop.

Supported chains

DropScope currently scans the following networks in parallel:

  • Ethereum Mainnet
  • Arbitrum One
  • Optimism
  • zkSync Era
  • Starknet
  • Base
  • Linea
  • Scroll

System requirements

  • macOS 12 (Monterey) or later
  • Terminal access (Terminal.app, iTerm2, Warp, etc.)
  • Internet connection for on-chain queries
  • No additional dependencies required

Uninstall

To remove DropScope:

rm -f /usr/local/bin/dropscope

Contributing

DropScope is open source and welcomes contributions. To add a new protocol, update eligibility criteria, or fix bugs, submit a pull request on GitHub.