crowd

How many people are actually in this launch?

Ten ETH from one wallet and ten ETH from two hundred wallets draw the same candle and mean opposite things. crowd counts the wallets instead of the volume, on any Robinhood Chain launch, straight from your browser. No key, no account, nothing to install to try it.

CHAIN
Robinhood Chain
COST PER READ
nothing
LICENSE
MIT · zero deps
WHAT A HEAD COUNT DOES NOT MEAN

Forty wallets can still be one person. A spread costs more to fake than a single buy, which is why the number is worth having. It is not proof of anything, and this page never says a launch is safe.

HEAD COUNTreading…
EVERY DOT IS ONE WALLET 41
has history made this week
largest wallet3%
fresh wallets10 · 24%
wallets with a record3
SPREAD
block 57,161,1590xwhrari/crowd
the same read, in your terminal

One command. No key, no account.

The browser above forgets every launch the moment you close the tab. The command line keeps a ledger, so after a handful of reads it starts telling you which of these wallets you have already seen.

crowd · chain 4663 rpc connected · idle
live · in your browser

Paste an address. Count the people.

This talks to the chain directly from this page, with no server in the middle and no key. It reads the transfer log of one token, works out which address is the pool, and counts the wallets on the other side of it.

TOKEN ADDRESS ON CHAIN 4663
twenty bytes, starting with 0x · use an example
Nothing read yet. Paste a token address and press the button. Every number that comes back is a log entry you can look up yourself on the explorer. The read goes to the explorer index first and falls back to the node, and it tells you which one answered.
The largest buyers land here, with a note on which of them are wallets made this week. A wallet that has sent under a dozen transactions in its life was almost certainly made for this launch.
the two halves

A head count, and a record.

On its own, a head count is just a number: forty wallets could be forty people or one person with forty wallets. On its own, a wallet with a good record is late news, because by the time you hear about it the entry is gone. The two together are something else.

half one

Who turned up

Every buy is the pool sending tokens to a wallet, and that is an entry in the transfer log. Count the distinct receivers and you have the head count. Count how much went to the biggest one and you know whether it is a crowd or a picture of one.

Then one call per wallet asks the chain how many transactions it has ever sent. A wallet with three is new. A wallet with nine hundred has been trading for months.

needs nothing · reads the chain directly
half two

Who has a record

There is no API for this and no index to rent, so the tool builds one the only honest way: by watching. Every launch you read gets written to a plain file next to you, and over a week that file knows which wallets keep showing up and which of them actually got back out.

Nothing leaves your machine. Delete the file and the tool forgets everything it ever learned.

needs nothing · a json file you own

Where they meet is the part worth having. A crowd still forming, with two or three wallets inside it that have a record, is a different thing from either signal alone, and it is not on any chart.

from nothing to a head count

Four steps. About a minute.

Node 18 or newer is the only thing you need in advance, and with npx you do not even install it. It points at the Robinhood Chain public endpoint out of the box, so there is no key at any point and no account to make.

1

Run it

Zero runtime dependencies. Nothing is installed and nothing is sent anywhere.

npx crowd-cli read 0x67bbed4295…
2

Keep it around

Installed once, the command is just crowd. It counts the wallets, marks the fresh ones, and writes what it saw to your local ledger so the next read knows more than this one.

npm install -g crowd-cli
3

Read a few more

The ledger is worth exactly as much as you have fed it. Ten launches in and it starts recognising wallets across them, which is the whole point.

crowd ledger   # what the file holds so far
4

Look at who keeps getting out

Ranks the wallets your ledger has seen in at least three launches, by how often they actually exited rather than by how much they made.

crowd wallets
reference

Every command.

commandwhat it does
crowd read <token>count the wallets in one launch. --json for machines
crowd walletswallets with a record, ranked by how often they got out
crowd wallet <address>every launch your ledger has seen that wallet in
crowd ledgerwhat the local file holds, and where it lives

One environment variable, if you want a different Robinhood Chain endpoint or a different EVM chain entirely. The rest is defaults, and the default is chain 4663.

variabledefault
CROWD_RPC_URLhttps://rpc.mainnet.chain.robinhood.com
before you use any of this

What a head count does not mean.

crowd reads the Robinhood Chain transfer log and reports what is in it, with a block number behind every line. It does not score anything, and a wide spread means only that the buying was spread out.

Forty wallets can still be one person.
A spread costs more to fake than a single buy, which is why the number is useful. It is not proof of anything, and it never was.
It reads one moment.
A crowd that looked wide a minute ago can be three wallets deep now. Every read is a snapshot with a block number attached, and that block number is there so you can check it.
It is not advice.
This is a tool for counting wallets, not a recommendation to buy or sell anything, including the token named on this page. You can lose everything on a launch that counted well here.

Everything is MIT and open. Read the source, run it yourself, and check the numbers against the explorer rather than taking this page at its word.