Verify it yourself
How to check each claim on this site against the chain, without taking our word for it.
The vault is the coin’s creator
Open the coin’s bonding curve on the explorer: the account at ["bonding-curve", mint] under the Pump program, linked from the coin’s page. Its creator field is the vault address the page shows. pump.fun’s own page for the coin, pump.fun/coin/<mint>, shows the same creator.
Fees are what we say
Watch any trade on the explorer. The Pump program’s TradeEvent carries fee (the protocol’s) and creatorFee (the vault’s), and the rates it applied; after graduation PumpSwap’s BuyEvent and SellEvent carry protocolFee and coinCreatorFee. The Activity page lists every trade from the indexer with the same numbers.
Fees reached the vault
The creator vault account is ["creator-vault", creator] under the Pump program, and PumpSwap’s is a token account owned by ["creator_vault", creator] under the PumpSwap program. Their balances are what the coin’s page shows as waiting in the vault, plus anything already collected onto the vault key.
Payouts went where the owner asked
Every payout is one transaction signed by the vault: pump.fun’s collect_creator_fee (and PumpSwap’s collect_coin_creator_fee), then system transfers to the treasury and to the recipient. The Activity page lists them; the explorer has the transaction.
The coin is the one Socialpad launched
The launch transaction linked from the coin’s page carries pump.fun’s CreateEvent with the mint, the bonding curve and the creator. Socialpad recorded the coin from that event.