# What happens to a tokenized stock in a stock split?

> One number changes and no token moves. CrowdStrike's 4-for-1 split on Robinhood Chain is on record in two transactions you can open right now.

- **Kind:** Explainer
- **Checked:** 2026-07-29
- **Author:** Stocks On Chain
- **Stocks:** CRWD

## Sources

- Blockscout: the first CRWD split transaction, block 978630: https://robinhoodchain.blockscout.com/tx/0x07884f2f2440316a996ab3a9c0f8bce962ec872af6924745f5a04a9e9ac1d31f
- Blockscout: the second CRWD split transaction, block 1231096: https://robinhoodchain.blockscout.com/tx/0x5dbbb9524fc402fea6786eb5a5dd40205ce8c6e848fb313eecedf7e9395f5bf0
- Robinhood: stock token documentation: https://docs.robinhood.com/chain/stock-tokens/

---

Your token balance does not change. One number changes, and that number decides
what each of your tokens counts as.

On 2 July 2026 Robinhood recorded a split for CRWD (CrowdStrike Holdings) on
Robinhood Chain, taking each token from counting as one share to counting as four.
Both transactions that carry it are linked above.

## Why not just mint more tokens?

A 4-for-1 split on a token with ten thousand holders would mean ten thousand
transfers to mint three extra tokens into every wallet. Ten thousand gas fees, and
ten thousand chances for something to go wrong halfway through. Do that for every
split of every stock and the ledger becomes mostly corporate-action machinery.

Issuers with a multiplier mechanic do the arithmetic instead. Your shares are your
raw token balance times a multiplier. Change the multiplier from 1 to 4 and every
holder's share count quadruples in a single transaction, with no token moving
anywhere.

<figure class="soc-ledger">
  <figcaption>A 4-for-1 split, before and after</figcaption>
  <div class="soc-ledger-scroll">
  <table>
    <thead>
      <tr><th scope="col">Tokens in the wallet</th><th scope="col">Shares counted, before</th><th scope="col">Shares counted, after</th></tr>
    </thead>
    <tbody>
      <tr><th scope="row">10</th><td class="soc-before">10</td><td class="soc-after"><span class="soc-tick">40</span></td></tr>
      <tr><th scope="row">100</th><td class="soc-before">100</td><td class="soc-after"><span class="soc-tick">400</span></td></tr>
      <tr><th scope="row">1,000</th><td class="soc-before">1,000</td><td class="soc-after"><span class="soc-tick">4,000</span></td></tr>
    </tbody>
  </table>
  </div>
  <p class="soc-ledger-note">The left column is what the chain actually stores. Everything on the right is that number times the multiplier, worked out when something asks the contract what a balance is worth.</p>
</figure>

On EVM chains this is the ERC-8056 Scaled UI Amount extension. Solana has an
equivalent, also called Scaled UI Amount. The [glossary](/glossary) has both.

## Where the number lives matters

If the multiplier is on the token, as Robinhood's is, your wallet reflects the
split by itself. You open your wallet after the split and the number shown has
changed, without you doing anything.

If the multiplier is in a separate contract, as Ondo Global Markets keeps its
synthetic share value, your wallet balance stays put and so does what your wallet
displays. The split is real, and your wallet is not the place you will see it. You
have to read the issuer's contract.

That distinction catches people out. A wallet showing the same number after a
corporate action does not mean the corporate action was skipped.

## Dinari does it differently again

Dinari's mechanic is a distribution rather than a multiplier: it pays cash dividends
to your wallet as a stablecoin, and rebases for splits. So "what happens in a split"
has more than one correct answer, depending on whose token you hold. Check the
issuer named on the token rather than the category.

## The odd detail in the CRWD record

The chain records this split twice, in two separate transactions, both setting the
multiplier to 4 from 1.

We do not know why there are two, and we are not going to guess. Robinhood has not
published an explanation we can point at. Both transactions are public and both are
linked above, so you can look at exactly what we looked at.

A split at a broker is a line on a statement you have to accept. We can tell you
this one was recorded twice only because the record is open.

## Check it yourself

CRWD's page is at [/stocks/crwd](/stocks/crwd), and every corporate action we hold
a transaction for is on [the events page](/events).

The figures above come from the linked transactions.

---

Source: https://stocksonchain.io/wiki/what-happens-in-a-stock-split-on-chain
Data read: 2026-07-29T00:00:00.000Z
Published by Gwei, Inc.
Licence: CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). Attribute to Stocks On Chain, https://stocksonchain.io.

Not a broker-dealer, exchange, or investment adviser. We do not sell securities and we hold no customer funds. Not investment advice, and not an offer or recommendation of any
asset. Nothing on this site is ranked or rated, and every ordered list states its
own sort key. This site publishes no issuer's rule on who may buy; it links to the issuer instead.
**Stocks On Chain never asks a reader to sign in or use a wallet.**
