PARE splits a tokenized stock into two things you can trade separately: the stock itself, and the stream of dividends it earns. This page is the whole mechanism, plainly.
Robinhood Chain Stock Tokens don't pay cash dividends. When the underlying pays one, it is auto-reinvested and the token's on-chain multiplier (uiMultiplier, ERC-8056) rises — your raw balance never changes, but each token represents more shares. That growth is a yield stream, and PARE splits it off.
Deposit a Stock Token and PARE mints two ERC-20s, one series at a time (asset × maturity date):
Merge is the anchor: PT + YT always recombines into the underlying token, in full, for free, at any time — before and after maturity. That exit is what keeps PT priced honestly.
PARE is not a new financial idea — it is a tokenized rebuild of structures that have traded on Wall Street for four decades. Separating an asset from its income stream is one of the oldest, most proven trades in fixed income and equities.
What PARE changes is the rails, not the idea: the claims are ERC-20s over tokenized stocks, the split is self-service, the accounting is on-chain through the token's own ERC-8056 multiplier — and unlike the Americus Trusts, which only recombined round lots through the trust, PT + YT merges back to the underlying at par, free, at any time.
The accountant tracks a dividend index d that grows only with dividend reinvestments (stock splits move a separate factor and change nothing here). Let d0 = the index when the series opened and dT = the index at maturity.
Because PT + YT redeem to exactly what was deposited, the vault is always fully collateralized by construction — it holds precisely the raw tokens deposited, and a stock split scales everyone's share exposure through the token's own multiplier without touching d0 or dT.
| ACTION | FEE | NOTES |
|---|---|---|
| split | 10 bps | taken from the deposit, once, on the way in |
| merge | 0 | free, always — free exit is the peg |
| redeem PT | 0 | the baseline is untouched |
| redeem YT | 5% of the drip | of the dividend growth only, never principal |
One line: thin fee in the door, thin slice of the yield. Nothing on exit, nothing on price exposure.
The multiplier rises for both dividend reinvestments (adds value → belongs to YT) and stock splits (value-neutral — the share price offsets). Telling them apart is the protocol's one hard problem, and it is enforced on-chain:
Every classified event is public — the terminal's ledger shows each one with its ratio and date.
A series runs ACTIVE → MATURED → SETTLED. While active: split, merge, trade. At the maturity timestamp the series is matured; anyone may then call settle() — it is permissionless, but it refuses to run until every multiplier change is classified, freezing dT honestly. Once settled, PT and YT redeem at the amounts above. Merge keeps working through all three states.
| CONTRACT | ADDRESS |
|---|---|
| AAPL Stock Token (issuer: RHJ) | 0xaF3D…93f9 |
| MultiplierAccountant | 0x7e18…5090 |
| StripVault (series 01, AAPL-MAR27) | 0x4C3B…e365 |
| pAAPL-MAR27 | 0x48Af…87B9 |
| yAAPL-MAR27 | 0x3868…eA50 |
Contract source will be verified on the block explorer at the addresses above.