
PLANNED ยท NOT BUILT YET
Concentration
Who holds what the burn left behind.
The question
Is the float that survives the burn gathering into fewer hands?
What it will show
- The largest holders as a share of circulating supply, and how that share drifts week over week.
- The pools, the burn address, the treasury and the two buyback wallets excluded and named โ counting them would report the protocol's own machinery as a whale.
Where the data comes from
Robinhood Chain's own RPC, replayed. There is no getTokenLargestAccounts here and no keyless holder index for the chain, so unlike PUMP's equivalent page there is no single call that answers this โ the balances have to be built from the transfer log and then kept.
Blocked on
This one IS blocked, and by something specific. Robinhood Chain exposes no historical state โ eth_getBalance at any past block answers "metadata is not found" โ and there is no keyless holder-index for it. So balances can only be built by replaying every PONS transfer from genesis and then kept current by replaying each day's, which is a store this product does not have yet. Until it does, a holder chart would be one point drawn as a line.