Skip to content

v0.1.0 — live

Choose a tag to compare

@basisinvestments basisinvestments released this 05 Sep 07:05
· 6 commits to main since this release

The first public release of basis — a premium and discount readout for Stock Tokens on Robinhood Chain, built so that every figure can be checked without trusting the people who publish it.

Live: https://melodic-syrniki-2d566a.netlify.app

What is in it

  • The readout: every tracked token measured against its underlying share, pool by pool, every 60 seconds, with the market session attached
  • Two numbers on purpose — basis (against the real world) and spread (pool against pool) — because they answer different questions
  • The desk: a personal watchlist and an interpreter that explains a reading in plain English and structurally cannot recommend a trade
  • Ten documents rendered from the canonical markdown, including a use-case document with the figures behind each case
  • A read-only JSON API under /api/v1, no key
  • A share card generated from live data at the moment a link is unfurled

What is not in it, on purpose
The hash-chained archive, the weekend board, alerts and history need persistence this build does not have. They are described on the site as not built, and a copy gate fails the build if that ever changes without the feature. See docs/roadmap.md, including the parts that may never ship.

Verification
15 logic tests covering the multiplier trap, pool selection and execution quotes. Types, lint, the copy gate and an offline production build run on every push.