PoolsGacha

Stocks in rotation

These 17 tokenized equities are the full prize pool. Every round draws one of them uniformly at random, subject to a liquidity filter.

The full list

Each row links to the token on the Robinhood Chain explorer. Prices are live and refresh every minute. Depth is a snapshot taken when the list was curated and is indicative only.

TickerCompanyPriceDepth
SPYS&P 500$770.71$2236K
QQQNasdaq 100$716.90$1911K
NVDANVIDIA$219.13$1447K
CRCLCircle$62.04$929K
TSLATesla$321.31$777K
MSTRMicroStrategy$97.47$444K
GOOGLAlphabet$361.81$306K
MSFTMicrosoft$486.72$216K
AMZNAmazon$271.77$207K
HOODRobinhood$92.29$193K
COINCoinbase$149.37$131K
GLDGold$388.79$83K
AAPLApple$310.46$73K
AVGOBroadcom$426.53$55K
METAMeta$590.80$44K
SPCXSpaceX$109.05$35K
BRK.BBerkshire Hathaway$519.38$30K

How one gets picked

The draw is uniform across every name that passes the liquidity filter. A blue chip is not weighted above a smaller name, and an expensive share is not less likely than a cheap one.

The liquidity filter

Before drawing, the keeper quotes the entire pot into every candidate through Uniswap and keeps only those where price impact stays under 3%. This exists so a large pot does not get dumped into a thin market and hand the winner a prize worth much less than the pot that bought it.

The practical effect is that a small pot can draw from the whole list, while a large pot draws from the deeper names only. If nothing clears the 3% bar, the keeper falls back to the three cheapest routes and records a warning rather than voiding the round.

What tokenized stocks are

Each token is collateralised 1:1 by the underlying share, held with a regulated custodian. They trade on Robinhood Chain as ordinary ERC-20 tokens and are freely transferable, which is what makes them usable as prizes.

Technical properties worth knowing

  • ERC-20. Payouts are plain token transfers, so any wallet or contract that can hold an ERC-20 can receive one.
  • No transfer allow-list. Transfers to arbitrary addresses are permitted, so a winner does not have to be onboarded before a prize can land.
  • No account to open. An address that has never touched the token can receive a prize immediately.
  • Rebasing. These tokens track corporate actions such as splits, so the share count is the raw balance adjusted by the current factor. Prize amounts shown here apply that adjustment.
  • Issuer authority. The issuer retains the ability to move and freeze these tokens. See Risks.

Changing the list

The catalogue lives in src/lib/stocks.ts. Adding or removing a name changes the pool for all future rounds. Past rounds are unaffected: each one records the token it bought, so history stays accurate even if a name is later retired.