A hypothetical points-program calculator. Move the sliders and watch the meadow grow: every blade’s height maps to your simulated share. Then read how points, vesting, and phishing traps actually work. This is an educational model, not any project’s real formula.
your tokens = pool × your points / all points. Referral multipliers inflate your numerator, which is why the referral slider changes your share, not the pool.Most airdrops unlock in tranches to soften sell pressure. The simulator assumes a common shape:
Airdrop season is phishing season. Classify each URL.
https://claim-grass-airdrop.xyz/connect-wallet
https://www.getgrass.io (typed by hand, then navigate to dashboard)
DM: "You qualify! Sign this transaction to verify eligibility"
Understanding the mechanics makes the scams obvious:
eth_sign and opaque typed-data requests can authorize transfers you cannot read. If your wallet warns the request is unreadable, stop.| Step | Why |
|---|---|
| Reach the site from your own bookmark or by typing the domain | Search ads and DM links are the top drainer vectors |
| Cross-check the announcement on two official channels | Compromised accounts post fake claim links; two channels rarely fall together |
| Use a fresh wallet or hardware wallet to claim | Limits blast radius if the claim contract is hostile |
| Read every signature prompt before approving | A claim needs one claim() call, not token approvals |
| Ignore anyone offering "claim help" in replies or DMs | Support never DMs first; helpers in replies are scripts |
Everything above reduces to:
tokens = pool × (your points × (1 + referral)) / total points