ResidenceReserve
The registerOnchain, precisely

A real asset has to survive distributions, splits, transfer restrictions and audits.

Exactly how this one is specified — no vague “powered by blockchain”. Every step exists twice: once in law, once in code. The company owns the yacht. The token is your registered share of that company.

01

One hull, one company, one share class

Each vessel sits inside her own special-purpose company, and equity in that company is issued as a permissioned token. Holding it means holding registered equity in the entity that owns the hull — not an IOU, not a synthetic, not a pointer to somebody else’s balance sheet.

One token, one shareAsset-backedRegister mirrored onchain
02

Distributions and splits without a rebase

Corporate actions are applied through a multiplier rather than a rebase, using the scaled-balance extension. Raw balances never move, so every integration stays consistent — and any scheduled change is readable before it takes effect.

It follows that anything displaying your holding must read the scaled balance, balanceOfUI(), and never the raw balanceOf(). Read the raw figure and you silently misreport after every distribution and every split.

ERC-8056 scaled balancesMultiplier, never a rebaseAnnounced in advance
03

Eligibility enforced by the asset itself

Transfers run through a permissioned layer with onchain identity, so only verified and eligible holders can receive a share. The rule is enforced by the contract at the moment of transfer — not by a spreadsheet somebody reconciles on a Friday afternoon.

ERC-3643 permissioned transferOnchain identityAuditable by construction
04

Valued by survey, published by oracle

Each hull is valued by independent marine survey and by her own charter book, and that valuation is published onchain through a price feed read at eight decimals. The published figure already carries the corporate-action multiplier — applying it a second time is the classic integration error, so we do not.

Independent surveyChainlink feed · 8 decimalsMultiplier-aware
05

Why Robinhood Chain

An Arbitrum dedicated chain that settles to Ethereum, with account abstraction and first-come-first-served sequencing — order is arrival time at the sequencer, so nobody can outbid you on gas to get in front of your transaction. For an asset that distributes on a schedule and must leave a clean audit trail, deterministic and unexciting is precisely the right property.

Chain ID 4663Arbitrum L2 → EthereumERC-4337 accountsFirst-come-first-served
Leaving

The part traditional fractional ownership never solved.

A classic yacht syndicate traps you: to get out, somebody has to buy an entire boat. A share is transferable by construction, so the exit is an instruction rather than a two-year listing.

Sell to the market

Quote-driven routing gathers competing bids, so a larger holding clears at a single price.

Sell instantly

Standing onchain pools hold each vessel’s shares against USDC, so a small holding can always exit at a transparent price.

Name your price

Post a limit and wait. First-come-first-served sequencing means nobody pays their way ahead of you in the queue.

Or she is sold

If the hull herself is sold, proceeds are distributed in proportion and the shares are retired.

Reserve

Own the hull, not the brochure.

Non-binding. When the first hull opens you hold priority for seven days before your place passes to the next reservation in order.