Built on the corporate-action multiplier
One token isnot one share.
Dividends and splits on Robinhood Chain never touch your balance. They move a multiplier inside the token. 12 have already moved, 24 more are scheduled, and every chart on this chain still shows the raw number.
- tokens
- 194
- ticked
- 12
- on-chain feeds
- 35/194
- block
- 58,035,551
- next
- LLY 1d 21h
194 stock tokens · radius carries the multiplier · 12 have stepped out
Why it exists
Priced in dollars.Owned in shares.
CRWD
CrowdStrike Holdings
- every tracker shows
- $823.38 · +293.02%
- multiplier on chain
- 4.000000000
- actually worth
- $838.00 · -1.74%
One CRWD token stands for 4.00 shares at $209.50 each. The token is priced correctly. The display is not.
001A split already happened and no chart showed it
CrowdStrike split four for one. On chain the token’s multiplier went to 4.0, so one token now stands for four shares and its price is four times the share price. Every tracker that reads one token as one share prints a premium of nearly three hundred per cent that does not exist.
002The chain does not know what is coming
Ask a stock token what its next multiplier will be and it answers zero. The schedule lives in the issuer’s API, off chain, until the tick lands. Scrip publishes that schedule so the repricing is visible before it happens rather than after.
003Dollars are the wrong unit on a stock chain
Pools already quote memecoins against NVDA and AMZN. On this chain the question worth asking is not what something costs in dollars, it is how many shares it is worth, and whether it beat the index while you held it.
Every multiplier that has moved
Twelve have moved.Here is every one.
The other 182 tokens on Robinhood Chain still read exactly 1.000000000, so for them one token is one share and the quoted price needs no correction. On these, a split or a dividend has already moved the multiplier: the price a tracker prints and the price the token is worth are different numbers, and both are on the card.
Three readings of one number
The chain does the arithmetic.Nobody reads it back.
pool liquidity
$45.4M
across every stock-token pool
24h volume
$148.5M
stock tokens only
shares on chain
$151.2M
supply × price, multiplier applied
without on-chain price
159
of 194 tokens have no feed
The scale
Every token, corrected.
| token | multiplier | shown | worth | drift | liquidity |
|---|---|---|---|---|---|
| NVDANVIDIA | 1.000000000 | $225.84 | $225.89 | -0.02% | $7.4M |
| SGOViShares 0-3 Month Treasury Bond | 1.005101770 | $101.34 | $100.99 | +0.35% | $4.3M |
| SPCXSpace Exploration Technologies Corp. Class A Common Stock | 1.000000000 | $152.74 | $153.13 | -0.25% | $2.3M |
| HIMSHims & Hers Health | 1.000000000 | $28.11 | $28.15 | -0.14% | $2M |
| SPYSPDR S&P 500 ETF Trust | 1.000000000 | $767.41 | $768.97 | -0.20% | $1.9M |
| RDDTReddit | 1.000000000 | $150.46 | $150.53 | -0.05% | $1.8M |
| MUMicron Technology | 1.000074823 | $1,003.45 | $1,003.74 | -0.03% | $1.8M |
| AMZNAmazon | 1.000000000 | $257.13 | $257.52 | -0.15% | $1.5M |
| TSLATesla | 1.000000000 | $367.08 | $366.62 | +0.13% | $1.5M |
| QQQInvesco QQQ | 1.000000000 | $718.27 | $719.16 | -0.12% | $1.4M |
The contracts
Two files. No fee, no upgrade path,nothing to withdraw.
Scrip composes the multiplier a token carries with the feed that already contains it, so a share price can never be read as a token price. ScripCalendar publishes the schedule the token does not carry, and settlement is permissionless because a tick has to be proved against the token rather than asserted by us. Both went to chain 4663 on 6 September 2026 with no payable function, no upgrade path and nothing to withdraw. Scrip has no owner at all; the calendar keeps a single poster role that can publish a forecast and hand itself on, and can never touch a record once it is settled.
~/scrip/contracts > forge test
Ran 4 test suites: 51 tests passed, 0 failed, 0 skipped
~/scrip/contracts > forge test --match-contract ForkTest --fork-url robinhood
Ran 1 test suite: 6 tests passed, 0 failed, 0 skipped
~/scrip/contracts > cast call 0xcc40c9915b08dfd3b4494ee54332781b676b48a0 \
"multiplierOf(address)(uint256)" 0xea72Ecca2d0f6bFA1394DBBCff85b52CD4233931 --rpc-url robinhood
4000000000000000000
# one CRWD token stands for four shares, and every chart reads it as one
~/scrip/contracts >
The calendar
24 repricings arealready scheduled.
- 001LLY2026-09-10$1.73 / share+0.154% step1d 21h
- 002MSFT2026-09-10$0.91 / share+0.184% step1d 21h
- 003AMAT2026-09-10$0.53 / share+0.116% step1d 21h
- 004IBM2026-09-10$1.69 / share+0.729% step1d 21h
- 005XOM2026-09-10$1.03 / share+0.635% step1d 21h
- 006HII2026-09-11$1.38 / share+0.509% step2d 21h
Verify
Nothing here asksto be believed.
Every number on this site is derived, and each derivation is a command you can run. If what you compute disagrees with what is published here, what is published is wrong.
# the multiplier that breaks every CRWD chart
cast call 0xea72Ecca2d0f6bFA1394DBBCff85b52CD4233931 "uiMultiplier()(uint256)" \
--rpc-url https://rpc.mainnet.chain.robinhood.com
4000000000000000000 [4.0e18]
# what the pool thinks one token costs
curl -s "https://api.dexscreener.com/tokens/v1/robinhood/0xea72Ecca2d0f6bFA1394DBBCff85b52CD4233931"
priceUsd 823.38
# divide one by the other and the premium disappears
What Scrip does not do
No fees
There is no payable function in either contract, and no owner that can add one.
No custody
Scrip never holds a token. There is nothing to deposit and nothing to withdraw.
No private feed
The calendar is published to everyone at once. We do not run a bot that trades it first.
No yield
Scrip measures. It does not promise a return, and the token does not entitle you to one.
