Token drop

Holder check

Balances were read once, at the snapshot. Paste the Solana address that held the token then — nothing connects, nothing is signed, and the check reads a public list.

Before you check

  1. 001

    The snapshot is fixed

    Balances were read once and are not re-checked. Buying now does not change the list, and selling since does not remove you from it.

  2. 002

    The check reads a list

    No wallet connection, no signature, no transaction. You type an address; the server answers whether it is on the snapshot.

  3. 003

    Claiming opens later

    There is nothing to claim yet. When it opens it opens here, and it will ask for a signature — that is the step that proves the wallet is yours.

Check

eligibilityno address yet

Any Solana address works — yours, a cold wallet’s, a friend’s. The answer is the same one the claim will use.

Snapshot taken once. The check reads an address only.