flowchart LR
subgraph INFRA["Bloom launch infra — shared across thousands of launches"]
GS["Gas-station wallets
0x56c2…8a8b · 0x331d…2466"]
DIST["Distributor contract
0xb100…c3Fd"]
end
BW["~20 bundle wallets
created 19:45–19:47
identical 0.14034 ETH each"]
DUMP["Dump wallet 0xC81c…57F2
created 20:37:30 — 21 min before dump"]
POOL["NGRAM / ETH pool"]
HOP["0x26Aa…Ebf7
fresh wallet"]
PARKED["0xE3dA…C968
15.41 ETH — PARKED"]
ESCROW["Pons FeeEscrow
0xd3af…ac9e"]
BB["Team buyback wallet
0x5e70…c334"]
BURN["0xdead — 30% of supply"]
LOCKER["Pons launch locker
8.16% — untouched"]
GS -->|"funds, two layers deep"| BW
BW -->|"~0.35 ETH each (~7 ETH)"| DIST
DIST -->|"73.67M NGRAM — 7.37% of supply"| BW
BW -->|"0.004 ETH gas — 20:37:30"| DUMP
BW -->|"ALL 73.67M NGRAM — same second, 20:58:32"| DUMP
DUMP -->|"sells 24.3M + 49.4M NGRAM"| POOL
POOL -->|"7.41 + 8.17 ETH"| DUMP
DUMP -->|"15.41 ETH — 22:17"| HOP
HOP -->|"15.41 ETH — 22:33–34"| PARKED
ESCROW -->|"claim 16.57 ETH — 21:20 (team)"| BB
BB -->|"~14 ETH of buybacks + burns"| BURN
classDef theft stroke:#ff4d4d,stroke-width:2px,fill:#2a0e0e,color:#ffd7d7;
classDef team stroke:#3fb96f,stroke-width:2px,fill:#0e2a18,color:#d7ffe6;
classDef parked stroke:#ffb020,stroke-width:3px,fill:#2a1f08,color:#ffe9bd;
classDef infra stroke:#555,fill:#161616,color:#cccccc;
class DUMP,HOP theft;
class PARKED parked;
class ESCROW,BB,BURN,LOCKER team;
class GS,DIST,BW,POOL infra;