Tokenized equities on Solana

Know what your tokenized stocks are really worth.

A split changes the price per share. Apps can miss it. The blockchain can’t.

389 of 933 read a number the blockchain does not use. For 5 of them the number an app shows is at least 2x too low.

How it works

Three things to know.

  1. A split doesn’t change what you own. You get more shares, each worth less. The blockchain re-prices the token itself.
  2. Your app keeps its own copy of that price. When it falls behind, the number is too low by the size of the split. Nothing warns you.
  3. Owed shows both numbers. Search a ticker, paste a list, or connect a wallet. It all runs in your browser.

Alerts

Fires only when a stock’s number changes. Nothing else does.

Quiet for 13h
wrong nowKDPx has been wrong for 15h: most apps show 1x and the blockchain uses 1.005x.

Earlier changes

13h agochangedKDPx: most apps show 1x and the blockchain uses 1.005x.
13h agochangedTBLLx: most apps show 1.0188x and the blockchain uses 1.0209x.

Search any tokenized stock above - a ticker like AAPLx, or the token's address - and see whether the number your app shows is the number the blockchain uses.

Worst right now:

Check your holdings

No wallet, no signup, nothing sent anywhere.

Everything found across 933 stocks

0Snapshot taken Sat, 26 Sep 2026 15:12:03 GMT from https://api.mainnet-beta.solana.com, and rechecked in your browser just now. Covers 925 xStocks and 8 PreStocks.

933Tokenized stocks checked
389Showing the wrong number
5Off by 1% or more (the ones that hurt)
900%Biggest difference
933 / 933Stocks the issuer can freeze
387 of 925 out of date… on xStocks (public companies)
2 of 8 out of date… on PreStocks (private, pre-IPO)

Every stock showing the wrong number, worst first

Recounted in your browser as the page loads, so a stock leaves this list the moment the blockchain catches up with it. No server, no API key.

Stock Apps show Blockchain uses Difference Wrong for Issuer can

Questions

Before you trust a number.

What is a tokenized stock?

A real company’s share, issued on a blockchain instead of held at a broker. It tracks the same company at the same price. On Solana they cover public companies (Apple, Tesla, Netflix) and private ones (SpaceX, OpenAI, Anduril).

Why would the number my app shows be wrong?

When a company splits its shares or pays a dividend, the price per share changes and the blockchain adjusts for it. Many apps keep a separate copy that falls behind, so the price they show is too low by the size of the split.

Do I need a crypto wallet? Do I need an account?

No. The checker, the holdings list and the findings all work with nothing connected. A wallet read is optional and only reads your positions: no signature, no keys, nothing moved. That one read goes through this site's relay to a Solana node.

Where do the numbers come from?

Each number is read from Solana’s public blockchain state at a fixed snapshot, then rechecked in your browser. The snapshot, the rule, and the raw per-token data are published as JSON under /feed/, so you never have to take this page’s word for it.

How do I know this is not just a marketing page?

Because it is a measurement, not a claim, and you can repeat it. The reader is a small open-source program, the raw data behind every figure is published, and the whole finding reproduces from your own terminal in one command.

Is this financial advice?

No. Owed reports a data-quality fact - which number the blockchain uses versus which number an app would show you - and says nothing about whether to buy or sell anything.

I write code. Can I use this?

Yes, that is the point. The rule ships as a zero-dependency JavaScript package and as Rust for on-chain use, and the data is a JSON feed you can poll. The developer page has copy-paste snippets in both, and the repository is MIT licensed.