BELLSIDE
remarked --:--:----:--:--
tokenised equity sleevesRobinhood Chainindependent · unaffiliated

Is this sleeve still worth calling listed?

Bellside answers that from paperwork, not from a price. Every sleeve is re-read against its custody filing, its transfer-agent register and its venue attestation — and the badge you see is computed at the moment you load the page.

Every asset arrives with a number it hopes you won’t check.

Bundled register: twelve sleeves whose evidence files are entered by hand, four of them deliberately adverse so the deriver is provably running. Last, change and volume come from a public quote feed; the badge is derived from the paperwork, not from the price. Nothing on this page is investment advice.

01

The register

Click any row to open its dossier. Nothing here is a stored label — badge, band and staleness are derived on read and thrown away.

Sleeve Class Last Change Prem. Integrity Signal band Register
badge vocabulary · listed / review / delisted / unverified band vocabulary · corroborated / thin / strained / failing an asset can be corroborated on signals and unverified on evidence
02

Dossier

What the desk actually holds on the selected sleeve: wrapper mechanics on the left, the derived reading and the evidence ledger on the right.

03

How a badge is derived

Five stages, run on every read. The pipeline is short on purpose — a long one hides where the judgement happened.

01 · ingest

Collect filings

Transfer-agent register, custodian statement, fund-administrator NAV file, venue notice, chain observation.

evidence[] { tier, source, claim, polarity, observedAt }
02 · rank

Sort by tier

Paperwork outranks operator, operator outranks external. Within a tier, the freshest document wins.

paperwork 3 > operator 2 > external 1
03 · age

Apply the window

Each sleeve carries a freshness window. A filing older than the window stops counting, however good it was.

age > window → unverified
04 · bind

Weakest signal binds

Integrity is the worst of four readings, never the average. Averaging lets a strong custody number bury a broken redemption queue.

score = min(signals) × 100
05 · print

Stamp and discard

The reading is printed with the classifier version that produced it, then thrown away. Nothing is cached, nothing is stored.

bellside-listing/1.0.0

Why external evidence can never settle a listing

Press coverage and chain indexers are useful and neither is admissible on its own — in either direction. An indexer can tell you supply is flat; it cannot tell you the shares behind that supply are still registered to the wrapper. So an external-only file resolves to unverified whether the claim is flattering or damning.

The inverse rule matters just as much: an operator’s own adverse notice is enough to move a sleeve to review, but not to delisted. Only a filing does that. A venue can be wrong about its own queue; a transfer agent’s suspension notice is a document with a signature on it.

04

The engine, running

The section above describes the ruleset. This one executes it. Every line below is printed from a live call into the same engine.js the test suite runs — no transcript, no recording. Press the button and it derives a different sleeve.

awaiting subject

    Documents read on this pass

      05

      What counts as evidence

      Three admissible tiers and one that is explicitly not. Each tier lists the documents the desk will actually read.

      tier 3 · decisive

      Paperwork

      Documents produced by a party with a legal obligation attached to being wrong. This is the only tier that can settle a listing in either direction.

      • Transfer-agent register extract
      • Custodian segregated-position statement
      • Fund-administrator NAV and unit file
      • Auditor reconciliation letter
      • Transfer-agent suspension notice

      can produce · listed · delisted

      tier 2 · corroborating

      Operator

      The issuer or the venue describing its own state. Useful, self-interested, and never final.

      • Venue attestation
      • Redemption-window notice
      • Halt / resumption notice

      can produce · review

      tier 1 · ambient

      External

      Third-party observation. Reads the surface, not the register.

      • Chain indexer supply reading
      • Press and desk chatter
      • Scraper snapshots

      cannot settle a listing

      tier 0 · inadmissible

      Price

      The one input this register refuses to treat as evidence. A sleeve trading tight to reference tells you the market has an opinion, not that the shares behind it are still registered. Price appears on this page as context and never touches the badge — which is why a sleeve can print a clean tape and still read delisted two columns to the right.

      • Last traded price · context only
      • Premium to reference · context only
      • Quoted depth · a signal, not a document

      never an input to the badge

      06

      What the token actually is

      The mechanics behind every sleeve on the desk, stated plainly enough to argue with.

      InstrumentA registered share or fund unit held by a regulated custodian, with a token issued against the segregated position. Not a synthetic, not a perpetual, not a basket.1 : 1
      RegistrationShares sit on the transfer agent’s register in the wrapper’s name. The register extract is what makes a sleeve listed here.TA extract
      ReconciliationToken supply is compared against the transfer-agent count. A mismatch is not smoothed over — it moves the sleeve out of listed on the next read.monthly
      Freshness windowEquity sleeves carry a 30-day window; a pending wrapper carries 21. Past the window the document stops counting and the sleeve reads unverified.30d / 21d
      RedemptionRedemption is against the custodian, on the venue’s stated settlement window. When that window slips, the operator notice lands and the sleeve goes to review.T+2 stated
      Economic rightsDividends and corporate actions pass through the wrapper. Voting does not — the registered holder is the wrapper, not the token holder. Anyone claiming otherwise is selling something else.no vote
      Failure modeThe realistic failure is not a hack. It is a wrapper whose paperwork quietly ages out while the tape keeps printing — which is exactly the state this register is built to surface.stale paper
      07

      Against the alternatives

      Four ways to get equity exposure on-chain, compared on the parts that decide whether you can trust the number.

      Bellside registerSynthetic / perpWrapped IOUTraditional broker
      BackingRegistered share or fund unit at a custodianCollateral pool plus an oracleIssuer promise, off-registerRegistered share at a broker
      Proof you can readTransfer-agent extract, custodian statement, NAV fileOracle feed and pool balanceIssuer dashboardStatement on request
      Status sourceDerived on read from evidenceLiveness of the oracleStored flag set by the issuerInternal, not exposed
      Stale-paperwork behaviourReads unverified and says whyKeeps quotingKeeps showing greenNot surfaced to you
      Composite scoringWeakest signal bindsNoneNoneNone
      RedemptionAgainst the custodian, stated windowCash settlement onlyIssuer discretionSell and settle
      Voting rightsNo — wrapper is the holderNoNoYes
      Honest weaknessOnly as good as the last filing it receivedOracle and collateral riskPure counterparty riskHours, borders, minimums
      08

      Coverage

      Twelve sleeves on the desk today: ten single-name equities and two index sleeves carried as fund units.

      Issuer marks are shown to identify the underlying company and imply no endorsement, affiliation or partnership. Bellside is an independent project and is not affiliated with any issuer, venue or Robinhood.

      09

      Build status

      Where this actually is. The engine is real and tested; the intake feeds are not wired yet.

      phase 01 · complete

      Deriver and test suite

      Isomorphic engine with a 67-assertion suite: tier ladder, staleness gate, weakest-binds reconciliation over 3,000 randomised cycles, and a guard that the two derived vocabularies never share a word.

      phase 02 · complete

      Register surface

      Twelve sleeves rendered from derived output, four deliberately adverse fixtures, dossier with a full evidence ledger, 60-second remark cadence.

      phase 03 · in progress

      Real evidence intake

      Today an operator types each filing in by hand. Next is a signed intake endpoint so a transfer agent or administrator can post a filing directly, with the document hash carried into the badge.

      phase 04 · queued

      On-chain attestation

      Publish each read’s hash so a badge can be checked against the ruleset version that produced it, after the fact.

      phase 05 · queued

      Wider register

      More sleeves, more issuers, and a public disagreement log for when the desk’s reading and an issuer’s statement diverge.

      10

      Questions worth asking

      The ones a desk actually asks before it trusts a register.

      Why does a sleeve with strong signals read unverified?
      Because signals and evidence are different statements. Integrity measures how well the sleeve is currently behaving; the badge measures what has been filed recently enough to count. When the freshest filing has aged past the window, the register stops carrying it forward — even at a high score. That divergence is the worked example at the top of this page, and it is selected from derived output, not written into the markup.
      Why is the score the minimum instead of an average?
      Averaging hides the thing that breaks you. A sleeve with excellent custody reconciliation and a broken redemption queue averages to something comfortable, which is exactly the wrong signal. score = min(signals) × 100 means the printed score always reconciles with the worst printed row, and the binding label moves on its own to whichever reading is actually lowest.
      What happens when a document ages out?
      The sleeve moves to unverified and the reason states the age and the window — for example, a 47-day filing against a 30-day window. It does not fall to delisted: nothing adverse was filed, the desk simply stopped having current proof. Those are different claims and the register keeps them apart.
      Are these prices live?
      Last, change and volume are, via /api/quotes — a same-origin proxy over a public quote endpoint, refreshed every 30 seconds and cached for 30. Premium is computed against the previous close from that same feed. The pill in the header reads live quotes when it is connected and bundled tape when it is not, so the page never quietly passes stale numbers off as fresh ones. What is not from a feed: the evidence files behind the badges, which an operator types in. That is deliberate — the badge is derived from paperwork, so a price feed must not be able to move it.
      Where is my watchlist saved?
      Nowhere, deliberately. This page writes nothing to localStorage, sessionStorage or IndexedDB. Browser storage is device-locked and evaporates on a cache clear, a browser update or a new device — which makes it the wrong place for anything a user would be annoyed to lose. When watchlists ship they will sit behind an account on a backend that follows you across devices.
      Do I get voting rights or dividends?
      Dividends and corporate actions pass through the wrapper. Votes do not: the registered holder is the wrapper, not you. Any tokenised-equity product claiming to pass voting through to token holders is describing a different, considerably harder structure than this one.
      What is the honest weakness of this approach?
      It is only as good as the last filing it received. If a transfer agent goes quiet, every sleeve it covers slides to unverified — which is correct, and also unhelpful if you wanted an answer. The register would rather say "I do not currently know" than round a stale document up to a green badge, and that trade-off is the whole design.
      Is Bellside affiliated with Robinhood or any issuer?
      No. It is an independent project. Issuer marks identify the underlying companies and imply no endorsement, affiliation or partnership. Nothing here is investment advice or an offer to sell anything.