HOW THE HOOD EATS
Everything about the game is on this page. No Telegram, no X, no whitepaper buried somewhere — read it here, verify it on-chain.
The premise
When Robinhood onboarded a generation of traders, its growth hack was simple: sign up, get a random free stock. $SWH turns that one-time gift into a permanent, autonomous, on-chain machine. The coin skims a slice of its own trading fees, uses them to buy a real tokenized stock (NVDA, TSLA, AAPL, and friends — issued on Robinhood Chain), and fires it at a random holder. Forever. The meme is the mechanic.
The loop
- 01 · Fees. Every $SWH trade pays a standard Uniswap V3 fee on NOXA. The creator share of that fee accrues to the $SWH fee wallet as ETH — automatically, on every trade. That is the only fuel; no tax contract, no manual funding.
- 02 · Buy. There is no timer. The moment the fee wallet fills to its threshold, the bot spends a capped slice of ETH to buy one stock token via the 0x Swap API (stock tokens trade through 0x RFQ market makers, not a thin pool).
- 03 · Pick. A drand-verifiable random draw selects one eligible holder — one wallet, one ticket.
- 04 · Drop. The bot transfers the entire stock to the winner and records the drop — both tx hashes, the USD value, the drand round, and the exact eligible snapshot — right here on the site.
Eligibility & odds
To get a ticket you hold at least MIN_HOLD $SWH (a small, fixed amount). Odds are uniform: one eligible wallet = one ticket, no matter how big the bag. That is deliberate — it robs the whales' fee flow and spreads it to the hood.
A set of addresses is excluded and can never win: the NOXA launch contracts, the locked Uniswap V3 LP position, routers, the treasury and bot wallets, the burn address, and any known CEX/bridge/team wallets. A fee address winning its own drops would kill the whole point.
Tokenomics (via NOXA)
$SWH launches on NOXA, the fair-launch launchpad on Robinhood Chain. No presale, no team allocation, no insider round, and no token tax — it trades on a Uniswap V3 pool from the very first block.
- Fixed 1,000,000,000 supply; instantly tradeable with single-sided V3 liquidity.
- No bonding-curve tax — standard V3 fee tiers generate creator trading fees that accrue to the $SWH fee wallet (the treasury) as ETH on every trade.
- Liquidity is locked forever and can never be pulled; graduation is an on-chain milestone, not an LP migration.
- Those creator fees are the only fuel for drops — more volume means a fuller fee wallet and more frequent drops.
Fairness — you can recompute it
Winners are not picked with Math.random(). Each draw uses a public drand beacon:
eligibleHash = keccak256( sortedAddresses.join(",") )
seed = keccak256( round | randomness | dropId | eligibleHash )
winnerIndex = uint256(seed) % eligibleCountEvery input is published on the Fairness page and you can recompute the winner in your browser. It cannot be rigged.
Safety
- The bot wallet is a hot wallet with only near-term drop budget; a hard
MAX_SPEND_PER_DROPcap and a reserved gas buffer mean a drop can never drain it. - Every swap has slippage + price-impact guards and reverts are caught.
- If a buy succeeds but the send fails, the next run completes that drop before buying anything new — no stock is ever lost or burned.
- Every chain address is verified on the explorer; nothing is hardcoded from memory.
FAQ
Is this affiliated with Robinhood?
No. Not affiliated with, endorsed by, or connected to Robinhood Markets, Inc. It just uses stock tokens issued on the public Robinhood Chain.
Who can win?
Any wallet holding at least MIN_HOLD $SWH that isn't on the exclusion list. Connect your wallet or use “Did I win?” to check any address.
What can I actually win?
Real tokenized stocks — NVDA, TSLA, AAPL, GOOGL, MSFT, plus the SPY and QQQ ETFs — transferred straight to your wallet.
How are winners chosen?
A drand beacon, combined with the drop id and the eligible-holder snapshot, hashed to an index. Fully public and recomputable.
How often do drops happen?
There's no fixed schedule — a drop auto-fires whenever the fee wallet fills to its threshold. Watch it climb toward the next drop on the Live page.
Where do the drop funds come from?
NOXA creator trading fees on all $SWH volume, collected as ETH. More volume → a fuller fee wallet → bigger, more frequent drops.
Can everyone receive stock tokens?
Robinhood Stock Tokens carry delivery restrictions (e.g. Regulation S / non-U.S. persons). Eligibility for the underlying asset is between you and the token issuer — that's the operator's responsibility, not this site's.