The Hardest Problem in Tokenized Equity Is Not Trading, It Is a Stock Split
A tokenized share is easy to move and hard to adjust. Corporate actions, splits, dividends, mergers, spinoffs, force the token to answer for something that happened off the chain, and there is no single accepted way to do it.
The question
Transferring a tokenized share is the easy part. A token moves from one address to another in a second, at a cost measured in cents, and nobody has to reconcile anything afterwards. The hard part is what happens when the company behind the share does something. A two-for-one split, a cash dividend, a rights issue, a merger paid partly in stock and partly in cash, a spinoff that hands you fractional shares of a business you have never heard of. Each of these is a scheduled instruction from the issuer to everyone who holds the security, and each one requires the token to change in a way the token itself has no idea about.
What a corporate action actually is
In conventional markets, a corporate action is a message. The issuer tells its transfer agent what it intends to do, the transfer agent tells the depository, the depository tells the custodians and brokers it serves, and each of those firms adjusts the positions on its own books before the effective date. Almost none of this is automatic. It is a chain of announcements in structured formats, chased by people whose job is to notice when a field is ambiguous. The reason it works is not elegance, it is that every participant sits inside a single legal and messaging perimeter, and every position ultimately traces back to one register.
A tokenized share sits outside that perimeter by construction. The token is a claim on shares held somewhere by a custodian, and the custodian is inside the perimeter and receives the message. The token holder is not, and does not. So the issuer of the token has to translate an off-chain instruction into an on-chain change, and it has to do so at a moment when the tokens are scattered across wallets, exchange accounts, lending pools, liquidity positions and bridges that nobody maintains a list of.
The three ways it gets handled, and what each trades away
The first approach is a rebase. The token contract adjusts every balance by the split ratio, so a wallet holding ten tokens wakes up holding twenty. This is clean for the holder and terrible for everything the token touches. Automated market maker pools, lending markets and vaults price positions against a balance they expect to be stable, and a contract that silently doubles balances breaks assumptions inside protocols that were never consulted. Rebasing tokens have a long history of being quietly excluded from integrations for exactly this reason.
The second approach is to leave the balance alone and change what one token represents. Instead of one token equalling one share, it equals a ratio that the issuer publishes and updates. Nothing on-chain moves during a split, and every pool keeps working. The cost is that the token is no longer self-describing. A holder who wants to know what they own has to look up an off-chain ratio, and any protocol that treats the token as one share is now wrong. This is the same tradeoff a wrapped, yield-bearing stablecoin makes, and it has the same consequence: the interesting information lives in a document, not in the balance.
The third approach is a snapshot and redistribution. The issuer takes a record of holders at a moment, then distributes new tokens or cash-equivalent stablecoins to those addresses. This preserves the one-token-one-share fiction and keeps existing integrations intact, but it puts enormous weight on where the snapshot is taken. Tokens sitting in a liquidity pool are held by the pool contract, not by the person who deposited them. Tokens posted as collateral are held by the lending market. Tokens in transit across a bridge may be held by nobody in a way the snapshot recognises. Whoever is recorded at that instant receives the distribution, and getting it to the economic owner is somebody else's problem.
Cash is harder than shares
Splits at least stay inside the security. Dividends leave it. A cash dividend requires the token issuer to receive money from the custodian, convert it into something that can move on-chain, and pay it out net of whatever withholding applies to the holder. Withholding is the sharp edge. The rate depends on the beneficial owner's tax residence and on treaty relief, which is precisely the information a bearer-style token is designed not to carry. The practical resolutions are to withhold at the highest applicable rate and let holders reclaim, which is expensive and slow, or to restrict the token to a permissioned holder set where residence is known, which removes most of the reason to put it on a public chain in the first place.
Mergers are harder still. A cash-and-stock merger converts a holding into two different things on a date set by other people, and any fractional entitlement has to be settled somehow. If the acquiring company's shares are not themselves tokenized, the token issuer either has to launch a new token, sell the stock and distribute cash, or wind the position down. Each of those is a decision the token holder did not make and cannot vote on.
Where it breaks
The recurring failure mode is not fraud, it is timing. There is a window between the moment the market prices in a corporate action and the moment the token reflects it, and during that window the token and the underlying disagree. Anyone quoting the token as though it tracks the share is quoting something stale, and any lending market using it as collateral is valuing collateral that is about to change definition. On a fast chain, that window is long enough to matter. Robinhood Chain alone cleared $1.55bn of DEX volume in twenty-four hours against $790.1m of total value locked, on figures published by DefiLlama, which is a reminder that these tokens turn over faster than any administrative process attached to them.
The second failure mode is silence. Corporate actions are announced through channels built for institutions: regulatory filings, depository notices, custodian bulletins. A token holder in a wallet receives none of those unless the issuer chooses to relay them, and relaying them well is an ongoing operational commitment rather than a launch feature. The difference between a serious tokenized equity programme and a wrapper is largely whether anyone is being paid to read the notices.
What to watch
Three things separate credible structures from the rest. First, whether the issuer states in advance, in writing, how each class of corporate action will be handled, rather than deciding after one occurs. Second, whether the mechanism is compatible with the protocols the token is actually used in, because a method that forces every pool to be drained before an effective date is a method that will be applied late or badly. Third, whether the snapshot logic accounts for tokens held inside contracts, and who bears the loss when it does not. A token that has never lived through a split has not been tested on the only part of this that is genuinely difficult.