FIELD_MANUAL_v0.1

DROPTEK BLUEPRINT

A technical spec for a linear-by-volume airdrop with tiered vesting. Community proposal. Read the whole thing or jump to what you need.

for Alon and the team

> SCOPE

scope.txt

1. ELIGIBLE: 928,297 wallets with $10K+ volume

2. POOL: 150.00B tokens (15.0% of supply)

3. METHOD: Linear by volume (bigger = more)

4. VESTING: 0-12 months depending on tier

> DATA_MODEL

DATA_SOURCE

Wallet-level lifetime trading volume from Pump.fun on-chain data, aggregated via Dune Analytics. We use geometric mean of tier boundaries as midpoint estimates.

VOLUME_PROXY (ΣV)

Total volume proxy = sum of (wallets × midpointUsd) across all tiers. This is an approximation until full Dune query available.

ΣV_proxy = Σ(wallets_tier × midpoint_tier)

> ALLOCATION_FORMULA

individual_allocation.exe
> Ai = P × Vi / ΣV

// P = pool tokens, Vi = wallet volume, ΣV = total eligible volume

sell_pressure_estimate.exe
> Sell_m = UnlockedUSD_m × ClaimRate × SellRate

// Baseline: ClaimRate = 50.0%, SellRate = 25.0%

> TIER_DISTRIBUTION

// volume brackets and allocation stats

TierVolume RangeWalletsPool ShareAvg TokensAvg USD
A$10K–$100K756,14118.72%37.13K$97.01
B$100K–$1M159,35039.44%371.26K$970.10
C$1M–$10M12,36730.61%3.71M$9.7K
D$10M–$100M43510.77%37.13M$97.0K
E$100M+40.47%176.10M$460.2K

> VESTING_SCHEDULE

// unlock timing by tier

TierVolume RangeTGE UnlockLinear MonthsLinear Share
A$10K–$100K100%00%
B$100K–$1M50%150%
C$1M–$10M20%380%
D$10M–$100M10%690%
E$100M+5%1295%
unlock_curve.exe

// cumulative unlocked USD (months 0-12)

> STRESS_TEST

ASSUMPTIONS

  • • Claim rate: 50.0% of eligible wallets
  • • Sell rate: 25.0% of claimed tokens
  • • Timing: distributed across unlock months
sell_pressure.exe

// monthly baseline (50% claim, 25% sell)

> IMPLEMENTATION_NOTES

MERKLE_DIST

Use Merkle tree for efficient on-chain verification. Each wallet claims with a proof.

VESTING_CONTRACT

Track each wallet's tier. Compute unlockable amounts based on time elapsed since TGE.

SNAPSHOT_TIMING

Take snapshot at specific block height. Announce methodology first, then the block.

> ls ./downloads